# Health-BSA
A small tool to compute the human body surface area from body weight (kg) and height (cm)
### Getting started
The package can be found in the github.
```bash
pip install health-bsa
```
### Feature
- BSA
### Usage
```python
>>> from health_bsa import compute bsa
>>> bsa(weight=60,height=100)
```
### API
```python
>>> from health_bsa import compute bsa
>>> bsa(weight=60,height=100)
```
### Contribution
Any contributions are welcome
### Author
Lam Nguyen
Raw data
{
"_id": null,
"home_page": "https://github.com/lamnvcnsh/health-bsa/",
"name": "health-bsa",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4.0",
"maintainer_email": "",
"keywords": "Body Surface Area,Health index",
"author": "LamNguyen",
"author_email": "lamnvcnsh@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/32/ab/4829e3223f14cae3211f30415b3c934f32e0d1b6c7a97e40bd8b29c8c05c/health_bsa-0.1.1.tar.gz",
"platform": null,
"description": "# Health-BSA\nA small tool to compute the human body surface area from body weight (kg) and height (cm)\n\n\n### Getting started\n\nThe package can be found in the github.\n```bash\npip install health-bsa\n```\n\n### Feature\n\n- BSA\n\n\n### Usage\n\n```python\n>>> from health_bsa import compute bsa\n>>> bsa(weight=60,height=100)\n```\n\n### API\n\n```python\n>>> from health_bsa import compute bsa\n>>> bsa(weight=60,height=100)\n```\n\n### Contribution\nAny contributions are welcome\n\n### Author\nLam Nguyen",
"bugtrack_url": null,
"license": "MIT",
"summary": "This is a small tool to compute Body Surface Area of a human body based on height and weight",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/lamnvcnsh/health-bsa/",
"Repository": "https://github.com/lamnvcnsh/health-bsa"
},
"split_keywords": [
"body surface area",
"health index"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "bb9e9f8f626276c0104ef60256d352cca18a93dfd30bc8a50a5b06a137e087f1",
"md5": "ea26ffa6877f3896c5c5672569a8561f",
"sha256": "aae9a79a13d7b1911c5e37a168e8a258f31068a48a3e4c29939daac5aee9f7af"
},
"downloads": -1,
"filename": "health_bsa-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ea26ffa6877f3896c5c5672569a8561f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 2157,
"upload_time": "2023-05-28T11:56:02",
"upload_time_iso_8601": "2023-05-28T11:56:02.854275Z",
"url": "https://files.pythonhosted.org/packages/bb/9e/9f8f626276c0104ef60256d352cca18a93dfd30bc8a50a5b06a137e087f1/health_bsa-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "32ab4829e3223f14cae3211f30415b3c934f32e0d1b6c7a97e40bd8b29c8c05c",
"md5": "3c8b88c3eaf4b19f28bb30429d46d807",
"sha256": "2a628a7832f59f478634b460e2b0f489cfb6d4970e3fdc5ca831a2f894daafd9"
},
"downloads": -1,
"filename": "health_bsa-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "3c8b88c3eaf4b19f28bb30429d46d807",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 1682,
"upload_time": "2023-05-28T11:56:04",
"upload_time_iso_8601": "2023-05-28T11:56:04.687159Z",
"url": "https://files.pythonhosted.org/packages/32/ab/4829e3223f14cae3211f30415b3c934f32e0d1b6c7a97e40bd8b29c8c05c/health_bsa-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-28 11:56:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lamnvcnsh",
"github_project": "health-bsa",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "health-bsa"
}