Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@apex2504 apex2504 released this 19 Jan 23:22
· 1 commit to master since this release

Adds support for vaccine tracking.

New methods for Covid

  • vaccine_coverage(last_days='all') -> returns List[VaccineTimeline]
  • vaccine_countries(last_days='all') -> returns List[VaccineCountry]
  • vaccine_country(last_days='all') -> returns VaccineCountry

New classes in covidstatistics

VaccineTimeline

  • date: datetime
  • value: int

VaccineCountry

  • country: str
  • timeline: List[VaccineTimeline]