Metadata-Version: 2.1
Name: pedhosp
Version: 0.0.2
Summary: pediatric COVID-19 hospitalizations
Home-page: https://github.com/y-takefuji/pedhosp
Author: yoshiyasu takefuji
Author-email: takefuji@keio.jp
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/y-takefuji/pedhosp
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# pedhosp

<pre>
The goal of this program is to visualize the number of pedeatric COVID-19 
hospitalizations from Aug 8, 2020 to June 15, 2024 in the US.
To install pedhosp, use pip command.
$ pip install pedhosp
  
To display a graph of the result, run the following command:
$ pedhosp
</pre>

<img src='https://github.com/y-takefuji/pedhosp/raw/main/pediatric.png' height=360 width=600>


