Metadata-Version: 2.1
Name: nz-allo-usage-tools
Version: 0.1.8
Summary: Functions to process and analyse NZ allocation and usage data
Home-page: https://github.com/mullenkamp/nz-allo-usage-tools
Author: Mike Kittridge
Author-email: mullenkamp1@gmail.com
License: Apache
Keywords: allocation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
License-File: LICENSE
License-File: LICENSE.txt

Repository for NZ allocation and usage Python tools
=============================================================

This git repository contains the NZ allocation and usage Python tools and associated documentation.

.. Documentation
.. --------------
.. The primary documentation for the package can be found `here <http://hilltop-py.readthedocs.io>`_.

Installation
------------
nz-allo-usage-tools can be installed via pip or conda::

  pip install nz-allo-usage-tools

or::

  conda install -c mullenkamp nz-allo-usage-tools

The main dependencies are `Pandas <http://pandas.pydata.org/pandas-docs/stable/>`_ and boto3.


