Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

horisystems/coronavirusapi-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coronavirusapi-py

Retrieve coronavirus current and historical data.

Getting Started

Run the commands below if you want to test it in a virtual environment:

## Prerequisites
pip3 install virtualenv
virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt

For instance, running this command would return coronavirus data for January 2023.

python3 example.py

Leave the virtual environment:

deactivate

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the Sustainable Use License - see the file for details.

Copyright

(c) 2020 - 2023 Moat Systems Limited.

Releases

No releases published

Packages

No packages published

Languages