A Python package to calculate health indices.
Project description
Copied from jcharistech/health-indices
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yama_health_indices-0.0.1.tar.gz.
File metadata
- Download URL: yama_health_indices-0.0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.8 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84f2219fffbd848be907a4f898eed2086eb70bb9aae5561585b12aaa10fdcd68
|
|
| MD5 |
813948e1f1951bdeea88c37838a9f6dc
|
|
| BLAKE2b-256 |
731b92f4626deeb1d0f121600b9bc1e8c5237d0771862afd3db06eae2037408b
|
File details
Details for the file yama_health_indices-0.0.1-py3-none-any.whl.
File metadata
- Download URL: yama_health_indices-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.8 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cbed140b47523090ec7963dcaaa562fff7d2bcbc21ae93cda53dd14e8cd728c
|
|
| MD5 |
cbda0ec4f3054c9d64da91fa4307c23b
|
|
| BLAKE2b-256 |
c2994d30197066c0b6419b27d890990867cd6f9230b8fbbc0eb5ab4fb188e92d
|