Skip to content
Snippets Groups Projects
  • thomaswoehlke's avatar
    74266b0c
    ### 0.0.11 Release · 74266b0c
    thomaswoehlke authored
    * Issue #43 /europe/date_reported
    * Issue #44 /europe/continent
    * Issue #45 /europe/country
    * Issue #46 /europe/data
    * Issue #39 SQLalchemy instead of SQL: AllModelClasses.remove_all()
    * Issue #40 SQLalchemy instead of SQL: EuropeDataImportTable.get_date_rep()
    * Issue #41 SQLalchemy instead of SQL: EuropeDataImportTable.get_countries_of_continent()
    * Issue #42 SQLalchemy instead of SQL: WhoGlobalDataImportTable.get_new_dates_as_array()
    * Issue #47 refactor Routes from app.py to org...who,europe,...
    * Issue #48 refactor Tasks from server_mq.py to org...who,europe,...
    74266b0c
    History
    ### 0.0.11 Release
    thomaswoehlke authored
    * Issue #43 /europe/date_reported
    * Issue #44 /europe/continent
    * Issue #45 /europe/country
    * Issue #46 /europe/data
    * Issue #39 SQLalchemy instead of SQL: AllModelClasses.remove_all()
    * Issue #40 SQLalchemy instead of SQL: EuropeDataImportTable.get_date_rep()
    * Issue #41 SQLalchemy instead of SQL: EuropeDataImportTable.get_countries_of_continent()
    * Issue #42 SQLalchemy instead of SQL: WhoGlobalDataImportTable.get_new_dates_as_array()
    * Issue #47 refactor Routes from app.py to org...who,europe,...
    * Issue #48 refactor Tasks from server_mq.py to org...who,europe,...
setup.cfg 152 B
[metadata]
name = covid19python
version = 0.0.11

[options]
packages = covid19python
install_requires =
  requests
  importlib; python_version >= "3.7"