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
Release files for health-indices 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| health-indices-0.0.1.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| health_indices-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:7.7 kB
Release files / health-indices-0.0.1.tar.gz
| Download URL | health-indices-0.0.1.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3e803c90b54a0b194411d5404b8c946aa813459a683c762eda88c01deda48621
|
|
BLAKE2b-256 checksum How to use checksums |
de5b7d3cc428358e741606de6929823d6e58ba7275ebe3cf4d6924ade8e91756
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.7 CPython/3.8.10 Linux/5.11.0-25-generic
|
Release files / health_indices-0.0.1-py3-none-any.whl
| Download URL | health_indices-0.0.1-py3-none-any.whl |
|---|---|
| Size | 3.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bb2bfb6b2b8f0db3d2ec5d598b316ef13ac95473de585b3452e1898f4915f9b2
|
|
BLAKE2b-256 checksum How to use checksums |
54310f7a1dd4ccfd8e82d81d584fcda86ae633a8274e6759ed5d1b2357747f19
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.7 CPython/3.8.10 Linux/5.11.0-25-generic
|