Metadata-Version: 2.1
Name: bmiviz
Version: 0.0.3
Summary: A package for visualizing BMI trend of each country
Home-page: https://github.com/MDchor/BMI-visualisation
Author: shotaro yoshimura
Author-email: shotaro.yoshimura.mdchor@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/MDchor/BMI-visualisation
Description: # BMI-visualisation
        
        bmiviz is a tool that visualize transition and composition ratio of adults' BMI (body mess index) in each country. 
        
        It scrapes the following CSV file (9.3 MB) to obtain BMI data.
        
        https://ncdrisc.org/downloads/bmi/NCD_RisC_Lancet_2017_BMI_age_standardised_country.csv
        
        ## How to install bmiviz
        
        ### Install bmiviz
        
        $ pip install bmiviz
        
        ## How to run bmiviz
        
        ### Visualize BMI data
        
        $ bmiviz Japan
        
        <img src=https://github.com/MDchor/BMI-visualisation/raw/main/Japan.png>
        
        ### Show available countries
        
        $ bmiviz
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
