Metadata-Version: 2.1
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
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
Requires-Dist: epydemic (>=1.7.1)
Requires-Dist: networkx (>=2.4)
Requires-Dist: numpy (>=1.18)
Requires-Dist: pyyaml
Requires-Dist: pyopenssl
Requires-Dist: python-dotenv
Requires-Dist: flask
Requires-Dist: flask-bootstrap
Requires-Dist: flask-wtf
Requires-Dist: email-validator
Requires-Dist: flask-sqlalchemy
Requires-Dist: flask-migrate
Requires-Dist: flask-login
Requires-Dist: flask-httpauth
Requires-Dist: requests
Requires-Dist: requests-toolbelt

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>`_.


