Skip to content

0.8.2

Compare
Choose a tag to compare
@apex2504 apex2504 released this 07 May 22:09
· 30 commits to master since this release

Internal changes to yesterday and sort params. In terms of usage and syntax, they are exactly the same as before.

New methods

  • get_jhu_all_counties() - get a list of all counties supported by JHU and their data - List[JhuCsseStatistics]

New utils

  • parse_date(datetime.datetime) - Split a datetime.datetime into its various parts, useful for formatting date yourself. Data returned in day, month, year, hour, minute, second.