Metadata-Version: 2.1
Name: pythology
Version: 1.0.7
Summary: Library dedicated to epidemiological compartmental modeling
Home-page: UNKNOWN
Author: Wallace Correa de Moura Filho
Author-email: wallacecmf@poli.ufrj.br
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/plain
Requires-Dist: numpy
Requires-Dist: scipy

Pythology is a scientific python package with the purpose of simplifying the implementation
of epidemiological compartmental models.

Using object-oriented concepts, users can build each compartment and each transfer rate between compartments
in a much more high-level way than implementing the model by hand, only needing to specify each of these elements' characteristics.

Thus, the package aims to eliminate the need for advanced mathematical 
knowledge and allow the user to focus more on the conceptual and biological aspect with freedom
to explore more model and parameter possibilities.

