Skip to content

Repository files navigation

Inflam

Continuous Integration build in GitHub Actions

Inflam is a data management system written in Python that manages trial data on clinical inflammation. It is (toy system) aimed at data managers stewarding clinical trials data.

Main Features

Here are the main features of Inflam:

  • Provide basic statistical analysis of clinical trial data
  • Ability to work on trial data in comma separated (CSV) format.
  • Generate plots of trial data.
  • Analytical functions and views can be easily extended based on its Model-View-Controller (MVC) architecture.

Pre-requisites

Inflam requires the following 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

About

A template software project for use in Intermediate Research Software Development Skills In Python course. Contact: @anenadic

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages