Metadata-Version: 2.4
Name: nz-allo-usage-tools
Version: 0.2.10
Summary: Functions to process and analyse NZ allocation and usage data
Project-URL: Homepage, https://github.com/mullenkamp/nz-allo-usage-tools
Author-email: Mike Kittridge <mullenkamp1@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: allocation
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.9
Requires-Dist: booklet>=0.5.2
Requires-Dist: gistools
Requires-Dist: nz-stream-depletion
Requires-Dist: pandas
Description-Content-Type: text/x-rst

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.
