COVID19Py
COVID19Py copied to clipboard
A tiny Python package for easy access to up-to-date Coronavirus (COVID-19, SARS-CoV-2) cases data.
Applied encapsulation to retrieve data to handle all the requests made by the software.
Allows for composition of the Location class by using LocationGroup, now COVID19 can fetch location data from multiple locations within a single request.
Add the abstract class of coronavirus. Make it easier to implement SARS-CoV-2 in the future
It is annoying to manually calculate the daily cases is it possible to directly fetch them or calculate them in COVID19Py Fetch the daily cases from the data source. JHU...
Hi, There is another aggregation and most importantly encapsulation that I think could be applied to this code, it is about the way your code gets the COVID related data...
Hi, I've added some aggregation to your code, the reason being that I think this can make code look cleaner and helps to understand the concepts for the reader. First...
Implemented a second class with to handle requests that requires locations such as Coutry name, code, and ID
#### Reference Issues/Prs #### What does this implement/fix? Explain your changes #### Any other comments?
**Commit: "Aggregation Pull Request #2"** - Unlike last time, I actually correctly executed my pull request on a separate branch... - Continuing off of my previous pull request, I made...