Inflam

Continuous Integration build in GitHub Actions

Inflam is a data management system written in Python that manages trial data used in clinical inflammation studies

Prerequisites

Inflam requires the follow Python packages:

  • Numpy - makes use of NumPy's statistical functions
  • Matplotlib - uses Matplotlib to generate statistical plots

The following optional packages are required to run Inflam's unit tests:

  • pytest - Inflam's unit tests are written using pytest
  • pytest-cov - Adds test coverage stats to unit testing