Metadata-Version: 2.0
Name: impactlab-tools
Version: 0.0.5
Summary: Python tools for Climate Impact Lab developers
Home-page: https://github.com/ClimateImpactLab/impactlab-tools
Author: Climate Impact Lab
Author-email: UNKNOWN
License: MIT license
Keywords: impactlab-tools
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: datafs (>=0.6.9)
Provides-Extra: conda
Requires-Dist: metacsv (>=0.0.16); extra == 'conda'
Requires-Dist: netCDF4 (>=1.1); extra == 'conda'
Requires-Dist: numpy (>=1.7); extra == 'conda'
Requires-Dist: pandas (>=0.15); extra == 'conda'
Requires-Dist: xarray (>=0.8); extra == 'conda'
Provides-Extra: test
Requires-Dist: Sphinx (>=1.4.1); extra == 'test'
Requires-Dist: coverage (>=4.0); extra == 'test'
Requires-Dist: flake8 (>=2.0); extra == 'test'
Requires-Dist: pip (>=8.0); extra == 'test'
Requires-Dist: pytest (>=3.0); extra == 'test'
Requires-Dist: pytest-cov (>=2.0); extra == 'test'
Requires-Dist: pytest-runner (>=2.5); extra == 'test'
Requires-Dist: sphinx-rtd-theme (>=0.1.0); extra == 'test'
Requires-Dist: tox (>=2.3.0); extra == 'test'
Requires-Dist: wheel (>=0.27); extra == 'test'

=========================================
Climate Impact Lab development toolkit
=========================================


.. image:: https://img.shields.io/pypi/v/impactlab-tools.svg
        :target: https://pypi.python.org/pypi/impactlab-tools

.. image:: https://travis-ci.org/ClimateImpactLab/impactlab-tools.svg?branch=master
        :target: https://travis-ci.org/ClimateImpactLab/impactlab-tools?branch=master

.. image:: https://coveralls.io/repos/github/ClimateImpactLab/impactlab-tools/badge.svg?branch=master
        :target: https://coveralls.io/github/ClimateImpactLab/impactlab-tools?branch=master

.. image:: https://readthedocs.com/projects/impactlab-tools/badge/?version=latest
        :target: https://impactlab-tools.readthedocs.com/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/climateimpactlab/impactlab-tools/shield.svg
     :target: https://pyup.io/repos/github/climateimpactlab/impactlab-tools/
     :alt: Updates


Python tools for Climate Impact Lab developers


* Documentation: https://impactlab-tools.readthedocs.com.


Features
--------




Usage
-----


Installation
------------

``pip install impactlab-tools``




Requirements
------------


Todo
----

See `issues <https://bitbucket.org/ClimateImpactLab/impactlab-tools/issues>`_ to see and add to our todos.


Credits
---------

This package was created by `Justin Simcock <https://github.com/jgerardsimcock>`_ and `Michael Delgado <https://github.com/delgadom>`_ of the `Climate Impact Lab <http://impactlab.org>`_. Check us out on `github <https://github.com/ClimateImpactLab>`_.


