Metadata-Version: 2.1
Name: vuc3
Version: 0.0.1
Summary: effects of vaccines on COVID-19 infection and mortality
Home-page: https://github.com/ytakefuji/patient
Author: yoshiyasu takefuji
Author-email: takefuji@keio.jp
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/ytakefuji/vuc3
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

# vuc3
This is under review.

vuc3.py is a Python program to invesitigate effects of vaccines on COVID-19 mortality and infection between the second booster, the fist booster, fully vaccinated and unvaccinated.

CDC dataset is used for this study:
https://data.cdc.gov/api/views/ukww-au2k/rows.csv

vuc3 is a PyPI application which runs on Windows, MacOS, and Linux Operating Systems
as long as Python is installed on the system. Three determinants should be given to uvc3 such as age group (50-64, 65+ or all_ages), product (Pfizer, Moderna, Janssen, and all_types), and outcome (death or case).

# How to install vuc3
$ pip install vuc3

# How to run vuc3
$ vuc3 all_ages Pfizer death

<img src='https://github.com/ytakefuji/vuc3/raw/main/death_Pfizer_all_ages.png' width=534 height=470 >


