This package is used to process BMI (BodyMassIndex) using Height and Weight of person. The input must a iterable of json objects
Project description
# code-20210626-jagadeeshreddy
# Body Mass Index Batch Processor
[](https://pypi.org/project/bmi-batch-process/)
This Package is used to calculate BMI and Categorise the BMI in 5 Classes. ## Tech
Python
Written code to take input as json file and dump results in to a new json file
Using Pytest for checking the functionality of methods for every update
Using Github Actions to publish the package.
## Installation
` pip install bmi-batch-process `
- ## Usage
- import BodyMassIndex package
`python3 from BMI.bmi_processer import BodyMassIndex `
- Create an object for the class
`python3 obj = BodyMassIndex() `
- Example:
`python3 processed_results = obj.process_start('input_file.json', 'output_path.json') `
## License
GNU v3
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
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 bmi_batch_process-0.0.3.tar.gz.
File metadata
- Download URL: bmi_batch_process-0.0.3.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b196d638580608d5f798977535f80230523e0a97481e23fcdc31066b9db82c02
|
|
| MD5 |
ee97f9140143b59b04476a11145e19e4
|
|
| BLAKE2b-256 |
0676b89b97b6e1c849ba554425d49aea8d2479eb1fb6583707032ae09ffa02fd
|
File details
Details for the file bmi_batch_process-0.0.3-py3-none-any.whl.
File metadata
- Download URL: bmi_batch_process-0.0.3-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96fb7276cd1388fe0647386a5c888768c875093a2dfc7b9cca1109f0f664b6d2
|
|
| MD5 |
987ffa4556cdc51a8491a0ce26fb1507
|
|
| BLAKE2b-256 |
1cfdd046acf06fad055b989621ce1135a4f6fcc781153ee65a24ebddecff74a9
|