.. include:: api_urls.rst covid19_stats.engine.core module ---------------------------------- This module provides the core functionality that the ``covid19_stats`` command line tools use to summarize and visualize COVID-19 case and death statistics. Here are utility methods to identify data on geographical regions such as MSA_\ s, states, or the CONUS_; to create cumulative case and death data for geographical data; and to print out summary reports of COVID-19 cases and deaths for MSA_\ s in different formats. .. automodule:: covid19_stats.engine.core :members: