scorev


Namescorev JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/y-takefuji/scorev
SummaryA package for scoring policies of covid-19 with vaccine rates
upload_time2024-05-19 01:14:01
maintainerNone
docs_urlNone
authoryoshiyasu takefuji
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # scorev
[![Open in Code Ocean](https://codeocean.com/codeocean-assets/badge/open-in-code-ocean.svg)](https://codeocean.com/capsule/1f1cb392-a56c-41da-a18d-ca8853a398e7/tree)

Cite:
takefuji (2022) scorev for scoring COVID-19 policies with vaccine rates [Source Code]. https://doi.org/10.24433/CO.4373206.v1


scorev is a PyPI tool for scoring COVID-19 policies in a filename 'oecd.csv' with vaccine rates 
such as at least 1 dose, fully vaccinated, and booster given.

scorev subsumes PyPI scorecovid application.

The score is calculated by dividing the number of deaths due to COVID-19 by the population in millions.
Generated result.csv has the following determinants:
deaths, population, score, 1dose (rate: at least 1 dose), full (rate: fully vaccinated), booster (rate: booster given).

Vaccine rates such as 1dose, full, and booster are unreliable 
since some countries do not often update.

The current program checks the last 8 days in the dataset.

Data is scraped from the following site:

https://covid.ourworldindata.org/data/owid-covid-data.csv

# How to install scorev
$ pip install scorev

# How to run scorev
$ scorerev

<img src='https://github.com/y-takefuji/scorev/raw/main/result.png' width=800 height=1300 >

# How to modify country names
Modify oecd.csv file for adding and deleting countries.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/y-takefuji/scorev",
    "name": "scorev",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "yoshiyasu takefuji",
    "author_email": "takefuji@keio.jp",
    "download_url": "https://files.pythonhosted.org/packages/f6/d9/b74dcc30f4e2ec56cf1070dd7275379a547a16330ae1573ccfaeb7f22466/scorev-0.0.5.tar.gz",
    "platform": null,
    "description": "# scorev\n[![Open in Code Ocean](https://codeocean.com/codeocean-assets/badge/open-in-code-ocean.svg)](https://codeocean.com/capsule/1f1cb392-a56c-41da-a18d-ca8853a398e7/tree)\n\nCite:\ntakefuji (2022) scorev for scoring COVID-19 policies with vaccine rates [Source Code]. https://doi.org/10.24433/CO.4373206.v1\n\n\nscorev is a PyPI tool for scoring COVID-19 policies in a filename 'oecd.csv' with vaccine rates \nsuch as at least 1 dose, fully vaccinated, and booster given.\n\nscorev subsumes PyPI scorecovid application.\n\nThe score is calculated by dividing the number of deaths due to COVID-19 by the population in millions.\nGenerated result.csv has the following determinants:\ndeaths, population, score, 1dose (rate: at least 1 dose), full (rate: fully vaccinated), booster (rate: booster given).\n\nVaccine rates such as 1dose, full, and booster are unreliable \nsince some countries do not often update.\n\nThe current program checks the last 8 days in the dataset.\n\nData is scraped from the following site:\n\nhttps://covid.ourworldindata.org/data/owid-covid-data.csv\n\n# How to install scorev\n$ pip install scorev\n\n# How to run scorev\n$ scorerev\n\n<img src='https://github.com/y-takefuji/scorev/raw/main/result.png' width=800 height=1300 >\n\n# How to modify country names\nModify oecd.csv file for adding and deleting countries.\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package for scoring policies of covid-19 with vaccine rates",
    "version": "0.0.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/y-takefuji/scorev",
        "Homepage": "https://github.com/y-takefuji/scorev"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a402a41f51170eb7643bca49d9d96e47fb213cf69610cd44d3794f41ee4d8f3",
                "md5": "096d47882d796277f92ed321047d483d",
                "sha256": "cfdda186636bbdd4d935af27be116822883426652be2f15e3875a0cfd89284c7"
            },
            "downloads": -1,
            "filename": "scorev-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "096d47882d796277f92ed321047d483d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3165,
            "upload_time": "2024-05-19T01:13:59",
            "upload_time_iso_8601": "2024-05-19T01:13:59.800366Z",
            "url": "https://files.pythonhosted.org/packages/1a/40/2a41f51170eb7643bca49d9d96e47fb213cf69610cd44d3794f41ee4d8f3/scorev-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6d9b74dcc30f4e2ec56cf1070dd7275379a547a16330ae1573ccfaeb7f22466",
                "md5": "0d313769e44b3f64de73f211a812f0de",
                "sha256": "6de793c20f4f51cf7cd6e0974022968d3aa59890e562570af5fc6d60b46d64ef"
            },
            "downloads": -1,
            "filename": "scorev-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "0d313769e44b3f64de73f211a812f0de",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2932,
            "upload_time": "2024-05-19T01:14:01",
            "upload_time_iso_8601": "2024-05-19T01:14:01.627235Z",
            "url": "https://files.pythonhosted.org/packages/f6/d9/b74dcc30f4e2ec56cf1070dd7275379a547a16330ae1573ccfaeb7f22466/scorev-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-19 01:14:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "y-takefuji",
    "github_project": "scorev",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "scorev"
}
        
Elapsed time: 0.24724s