Metadata-Version: 2.1
Name: coronaweeklyJP
Version: 0.0.1
Summary: A package displays rate of increase in corona patients in Japanese prefectures.
Home-page: https://github.com/SuzutoKirishima/corona-weekly-JP
Author: suzuto kirishima
Author-email: kiri.suzuto@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/SuzutoKirishima/corona-weekly-JP
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
License-File: LICENSE

# corona-weekly-JP

This package displays the rate of increase in corona cases in Japanese prefectures.

## Example of use

```
$ pip install coronaweeklyJP
$ coronaweeklyJP Hokkaido
```

Usage: coronaweeklyJP Prefecture

Positional arguments:
- Prefecture: Japanese prefecture name in English<br>
  (e.g. Hokkaido, Tokyo, Osaka, Okinawa etc.)

**Output**
![image](result.png)

