Metadata-Version: 1.1
Name: streamstats
Version: 0.1.3
Summary: Python package for using the USGS StreamStats API.
Home-page: https://github.com/earthlab/streamstats
Author: Maxwell B. Joseph
Author-email: maxwell.b.joseph@colorado.edu
License: MIT license
Description: ===========
        StreamStats
        ===========
        
        
        .. image:: https://img.shields.io/pypi/v/streamstats.svg
                :target: https://pypi.python.org/pypi/streamstats
        
        .. image:: https://travis-ci.org/earthlab/streamstats.svg?branch=master
                :target: https://travis-ci.org/earthlab/streamstats
        
        .. image:: https://readthedocs.org/projects/streamstats-python/badge/?version=latest
                :target: https://streamstats-python.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://codecov.io/gh/earthlab/streamstats/branch/master/graph/badge.svg
                :target: https://codecov.io/gh/earthlab/streamstats
        
        .. image:: https://mybinder.org/badge.svg
                :target: https://mybinder.org/v2/gh/earthlab/streamstats/master
        
        
        
        Python package for interfacing with the USGS StreamStats API.
        
        
        * Free software: MIT license
        * Documentation: https://streamstats-python.readthedocs.io.
        
        
        Features
        --------
        
        * Get the GeoJSON of the watershed containing a spatial point in the U.S.
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-10-22)
        ------------------
        
        * First release on PyPI.
        
Keywords: streamstats
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
