Metadata-Version: 1.2
Name: epydemicarchive
Version: 0.2.1
Summary: Server for archives of complex networks
Home-page: http://github.com/simoninireland/epydemicarchive
Author: Simon Dobson
Author-email: simoninireland@gmail.com
License: License :: OSI Approved :: GNU General Public License v3 or later
Description: epydemicarchive: Archives of complex networks
        =============================================
        
        .. image:: https://badge.fury.io/py/epydemicarchive.svg
            :target: https://badge.fury.io/py/epydemicarchive
        
        Overview
        --------
        
        ``epydemicarchive`` implements a web application to create and
        maintain a collection of complex networks that can be used in epidemic
        (and other) network-based simulations. It is intended to allow re-use
        of networks that may be computationally expensive to create, and so
        support easier and more robust simulations.
        
        ``epydemicarchive`` is written entirely in Python and can be hosted by
        any WSGI-compliant web server.
        
        
        Author and license
        ------------------
        
        Copyright (c) 2021, Simon Dobson <simoninireland@gmail.com>
        
        Licensed under the `GNU General Public License v3 or later <http://www.gnu.org/licenses/gpl.html>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
