Metadata-Version: 2.1
Name: mendotapy
Version: 1.0.0
Summary: load Lake Mendota ice phenology
Home-page: https://github.com/lgloege/mendotapy
Author: Luke Gloege
Author-email: lucas.gloege@yale.edu
License: MIT
Keywords: mendota
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.3
Requires-Dist: requests>=2.26
Requires-Dist: types-requests>=2.27
Requires-Dist: bs4==0.0.1
Provides-Extra: testing
Requires-Dist: pytest>=6.0; extra == "testing"
Requires-Dist: pytest-cov>=2.0; extra == "testing"
Requires-Dist: mypy>=0.910; extra == "testing"
Requires-Dist: flake8>=3.9; extra == "testing"
Requires-Dist: tox>=3.24; extra == "testing"

# mendotapy

A Python 3.6+ package for analysis-ready [Lake Mendota ice phenology](https://climatology.nelson.wisc.edu/first-order-station-climate-data/madison-climate/lake-ice/history-of-ice-freezing-and-thawing-on-lake-mendota/) data

Installing
----------

### PyPi
```sh
pip install mendotapy==1.0.0
```

### GitHub
```sh
pip install -e git+https://github.com/lgloege/mendotapy.git#egg=mendotapy
```

Using the Package
----------
**Read data into a dataframe**
```python
import mendotapy
df = mendotapy.load()
```
