Metadata-Version: 2.1
Name: covidactnow
Version: 0.0.9
Summary: A wrapper allowing users to get specific state-based COVID information from the Covid Act Now database.
Home-page: UNKNOWN
Author: Prerit Das
Author-email: <preritdas@gmail.com>
License: UNKNOWN
Description: # Covid Act Now Python Wrapper
        
        Still in development.
        
        ```
        from covidactnow import covid
        
        print(covid.CovidInfo('WA').infRate)
        ```
Keywords: python,covid,rest,information,wrapper
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
