Metadata-Version: 2.1
Name: simfection
Version: 0.0.5
Summary: A stochastic, interaction-based infectious disease model
Home-page: https://github.com/simfection/simfection
Author: Grant Vermillion
Author-email: grant.cates@gmail.com
License: UNKNOWN
Description: # Simfection
        
        Simfection is an open-source, stochastic, interactions-based infectious disease model. 
        
        ## Installation Instructions
        
        Inside the `simfection/` directory, execute
        
        ```python
        python3 setup.py install
        ```
        
        To test, change to any other directory and execute `simfection -h`. If it was install correctly, you should see a list of available flags.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
