Metadata-Version: 2.1
Name: jpscore
Version: 0.0.1
Summary: A package for scoring prefecture COVID-19 policies in Japan
Home-page: https://github.com/ytakefuji/covid_score_japan
Author: yoshiyasu takefuji
Author-email: takefuji@keio.jp
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/ytakefuji/covid_score_japan
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

# Scoring covid-19 policies by prefecture in Japan

# How to install jpscore
You need pandas library.

And you need to install nkf library by apt install nkf on Linux or MacOS.

On WSL on Windows, MacOS, or Linux operating systems, run the following command:

$ pip install jpscore

On Windows 11 or 11

$ pip install jpscore --force-reinstall --no-cache-dir --no-binary :all:

The latest data on the number of deaths by prefecture in Japan is at the following site:

https://www3.nhk.or.jp/n-data/opendata/coronavirus/nhk_news_covid19_prefectures_daily_data.csv

# How to run jpscore
The result.csv will be generated by the following command:

$ jpscore

<img src='https://github.com/ytakefuji/covid_score_japan/raw/main/result.png' width=397 height=1393>



