Metadata-Version: 2.1
Name: python-supercell
Version: 1.3.1
Summary: A library for working with various sources of weather information.
Home-page: https://github.com/clintecker/supercell
Author: Clint Ecker
Author-email: me@clintecker.com
License: MIT
Keywords: python,weather
Platform: UNKNOWN
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Requires-Dist: requests
Requires-Dist: ephem
Requires-Dist: bitstring
Requires-Dist: python-dateutil
Requires-Dist: python-clint-utilities (==1.2.1)
Provides-Extra: test
Requires-Dist: responses ; extra == 'test'
Requires-Dist: tox ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: flake8 (>=3.3.0) ; extra == 'test'
Requires-Dist: pep8-naming (>=0.4.1) ; extra == 'test'
Requires-Dist: flake8-quotes (>=0.8.1) ; extra == 'test'
Requires-Dist: flake8-import-order (>=0.9.0) ; extra == 'test'
Requires-Dist: Sphinx ; extra == 'test'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'test'
Requires-Dist: wheel ; extra == 'test'
Requires-Dist: black ; extra == 'test'
Requires-Dist: isort (>=5.1.1) ; extra == 'test'

# Supercell

Supercell is a library for pulling various kinds of weather, satellite, and highway data from various APIs.

Currently all of the highway conditions code is specific to Colorado where I am currently located.

## Installation

How to Install Supercell

## Testing

How to run and write new tests.

## Contributing

How to contribute.


