yama-health-indices


Nameyama-health-indices JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/SoichiroYamane/yama-health-indices
SummaryA Python package to calculate health indices.
upload_time2024-05-29 12:25:40
maintainerNone
docs_urlNone
authorSoichiro Yamane
requires_python<4.0,>=3.11
licenseMIT
keywords health indices python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

```bash
pip install health_indices
```

### Usage

Using the short forms or abbreviated forms of indices

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

```

Using the long form of indices

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

```

#### Examples

```python
>>> 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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SoichiroYamane/yama-health-indices",
    "name": "yama-health-indices",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "health, indices, python",
    "author": "Soichiro Yamane",
    "author_email": "ttt@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/73/1b/92f4626deeb1d0f121600b9bc1e8c5237d0771862afd3db06eae2037408b/yama_health_indices-0.0.1.tar.gz",
    "platform": null,
    "description": "# Copied from jcharistech/health-indices\n\n# health-indices\n\nA unified collection of health indices and health indicators eg bmi,bai,corp index,etc\n\n#### Purpose of the Package\n\n+ The purpose of the package is to provide a collection of all health indices in one unified libary\n\n### Features\n\n+ Collection of Health Indices\n  + BMI\n  + BAI\n  + Corpulence Index\n  + Piglet Indices\n  + etc\n+ Collection of Health Indicators\n  + Mortality rate\n  + Birth rate\n  + Prevalence Rate\n  + Fertility rate\n\n### Getting Started\n\nThe package can be found on pypi hence you can install it using pip\n\n#### Installation\n\n```bash\npip install health_indices\n```\n\n### Usage\n\nUsing the short forms or abbreviated forms of indices\n\n```python\n>>> from health_indices import bmi,bai,\n>>> bmi(54,1.70)\n\n```\n\nUsing the long form of indices\n\n```python\n>>> from health_indices import bodymassindex\n>>> bodymassindex(54,1.70)\n\n```\n\n#### Examples\n\n```python\n>>> from health_indices import bmi\n>>> bmi(54,1.70)\nBody Mass Index is =>  18.0\nBMI Category => Underweight \nBody Mass Index is =>  18.0\n18.0\n>>> a = bmi(54,1.70)\nBody Mass Index is =>  18.0\nBMI Category => Underweight \nBody Mass Index is =>  18.0\n>>> a\n18.0\n>>> \n\n```\n\n### Contribution\n\nContributions are welcome\nNotice a bug let us know. Thanks\n\n### Author\n\n+ Main Maintainer: Jesse E.Agbe(JCharis)\n+ Jesus Saves @JCharisTech\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python package to calculate health indices.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/SoichiroYamane/yama-health-indices",
        "Repository": "https://github.com/SoichiroYamane/yama-health-indices"
    },
    "split_keywords": [
        "health",
        " indices",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2994d30197066c0b6419b27d890990867cd6f9230b8fbbc0eb5ab4fb188e92d",
                "md5": "cbda0ec4f3054c9d64da91fa4307c23b",
                "sha256": "8cbed140b47523090ec7963dcaaa562fff7d2bcbc21ae93cda53dd14e8cd728c"
            },
            "downloads": -1,
            "filename": "yama_health_indices-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cbda0ec4f3054c9d64da91fa4307c23b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 3942,
            "upload_time": "2024-05-29T12:25:37",
            "upload_time_iso_8601": "2024-05-29T12:25:37.586455Z",
            "url": "https://files.pythonhosted.org/packages/c2/99/4d30197066c0b6419b27d890990867cd6f9230b8fbbc0eb5ab4fb188e92d/yama_health_indices-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "731b92f4626deeb1d0f121600b9bc1e8c5237d0771862afd3db06eae2037408b",
                "md5": "813948e1f1951bdeea88c37838a9f6dc",
                "sha256": "84f2219fffbd848be907a4f898eed2086eb70bb9aae5561585b12aaa10fdcd68"
            },
            "downloads": -1,
            "filename": "yama_health_indices-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "813948e1f1951bdeea88c37838a9f6dc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 3355,
            "upload_time": "2024-05-29T12:25:40",
            "upload_time_iso_8601": "2024-05-29T12:25:40.689027Z",
            "url": "https://files.pythonhosted.org/packages/73/1b/92f4626deeb1d0f121600b9bc1e8c5237d0771862afd3db06eae2037408b/yama_health_indices-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-29 12:25:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SoichiroYamane",
    "github_project": "yama-health-indices",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "yama-health-indices"
}
        
Elapsed time: 0.59070s