Metadata-Version: 1.1
Name: pandas-degreedays
Version: 0.0.2
Summary: Pandas degree days
Home-page: https://github.com/scls19fr/pandas_degreedays
Author: Sebastien Celles
Author-email: s.celles@gmail.com
License: BSD
Description: .. image:: https://pypip.in/version/pandas_degreedays/badge.svg
            :target: https://pypi.python.org/pypi/pandas_degreedays/
            :alt: Latest Version
        
        .. image:: https://pypip.in/py_versions/pandas_degreedays/badge.svg
            :target: https://pypi.python.org/pypi/pandas_degreedays/
            :alt: Supported Python versions
        
        .. image:: https://pypip.in/format/pandas_degreedays/badge.svg
            :target: https://pypi.python.org/pypi/pandas_degreedays/
            :alt: Download format
        
        .. image:: https://pypip.in/license/pandas_degreedays/badge.svg
            :target: https://pypi.python.org/pypi/pandas_degreedays/
            :alt: License
        
        .. image:: https://pypip.in/status/pandas_degreedays/badge.svg
            :target: https://pypi.python.org/pypi/pandas_degreedays/
            :alt: Development Status
        
        .. image:: https://readthedocs.org/projects/pandas-degreedays/badge/?version=latest
           :target: http://pandas-degreedays.readthedocs.org/en/latest/
           :alt: Documentation Status
        
        .. image:: https://sourcegraph.com/api/repos/github.com/scls19fr/pandas_degreedays/.badges/status.png
           :target: https://sourcegraph.com/github.com/scls19fr/pandas_degreedays
        
        .. image:: https://badges.gitter.im/Join%20Chat.svg
           :target: https://gitter.im/scls19fr/pandas_degreedays?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
        .. image:: https://travis-ci.org/scls19fr/pandas_degreedays.svg?branch=master
            :target: https://travis-ci.org/scls19fr/pandas_degreedays
        
        pandas\_degreedays
        ==================
        
        Pandas Degree Days (``pandas_degreedays``) is a `Python <https://www.python.org/>`__ package to
        calculate `degree days <http://en.wikipedia.org/wiki/Degree_day>`__ from 
        `Pandas <http://pandas.pydata.org/>`__ `Series <http://pandas.pydata.org/pandas-docs/stable/generated/pandas.Series.html>`__.
        
        Links
        -----
        
        - Documentation can be found at `Read The Docs <http://pandas-degreedays.readthedocs.org/>`__ ;
        - Source code and issue tracking can be found at `GitHub <https://github.com/scls19fr/pandas_degreedays>`__.
        
Keywords: pandas data weather temperature degree days
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: BSD License
