Metadata-Version: 2.1
Name: efvaccination
Version: 0.0.1
Summary: A program to show the effectiveness of vaccination with symptoms by age groups
Home-page: https://github.com/Ryumi-Ryumi/vaccination
Author: ryumiryumi
Author-email: ryumi.ryumi.super@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Ryumi-Ryumi/vaccination
Description: vaccination
        ====
        
        A program to show the effectiveness of vaccination with symptoms by age groups
        
        ##Description
        This program reads the data from CSV file (https://data.cdc.gov/api/views/3rge-nu2a/rows.csv) and then, calculates the rate of the outcome with vaccinated and unvaccinated for each age group
        
        ##Demo
        The following grapgh is an example of all ages.
        ![effectiveness_all_ages_adj_case](https://github.com/Ryumi-Ryumi/vaccination/assets/153894701/07ba7dae-22ff-4bac-bf19-d5400d3b1c9a)
        ![effectiveness_all_ages_adj_death](https://github.com/Ryumi-Ryumi/vaccination/assets/153894701/ca0b841b-99f5-4f39-bef7-d62613747efa)
        
        ##Usage
        Create a file 'vaccination.py' in your directory and paste the code on your file 'vaccination.py'
        Then, run the file
        
        ##Author
        Ryumi Ryumi
        
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
