Skip to main content

a unified collection of health indices and indicators eg bmi,bai,etc

Project description

health-indices

A unified collection of health indices and health indicators eg bmi,bai,corp index,etc

Purpose of the Package

  • The purpose of the package is to provide a collection of all health indices in one unified libary

Features

  • Collection of Health Indices
    • BMI
    • BAI
    • Corpulence Index
    • Piglet Indices
    • etc
  • Collection of Health Indicators
    • Mortality rate
    • Birth rate
    • Prevalence Rate
    • Fertility rate

Getting Started

The package can be found on pypi hence you can install it using pip

Installation

pip install health_indices

Usage

Using the short forms or abbreviated forms of indices

>>> from health_indices import bmi,bai,
>>> bmi(54,1.70)

Using the long form of indices

>>> from health_indices import bodymassindex
>>> bodymassindex(54,1.70)

Examples

>>> from health_indices import bmi
>>> bmi(54,1.70)
Body Mass Index is =>  18.0
BMI Category => Underweight 
Body Mass Index is =>  18.0
18.0
>>> a = bmi(54,1.70)
Body Mass Index is =>  18.0
BMI Category => Underweight 
Body Mass Index is =>  18.0
>>> a
18.0
>>> 

Contribution

Contributions are welcome Notice a bug let us know. Thanks

Author

  • Main Maintainer: Jesse E.Agbe(JCharis)
  • Jesus Saves @JCharisTech

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

health-indices-0.0.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

health_indices-0.0.1-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page