Installation

Pandemy is available for installation through PyPI using pip and the source code is hosted on GitHub at: https://github.com/antonlydell/Pandemy

Install Pandemy by running:

$ pip install Pandemy

Dependencies

The core dependencies of Pandemy are:

  • pandas : powerful Python data analysis toolkit

  • SQLAlchemy : The Python SQL Toolkit and Object Relational Mapper

To work with other databases than SQLite (which is the only supported database in version 1.0.0) additional optional dependencies may need to be installed. Support for Oracle and Microsoft SQL Server databases is planned for the future.