Metadata-Version: 2.1
Name: ts-tariffs
Version: 1.1.3
Summary: Calculate bills from timeseries consumption data and different tariff structures
Home-page: https://github.com/uts/tariff-module
Author: Joe Wyndham
Author-email: joseph.wyndham@uts.edu.au
License: GNU Lesser General Public License v2.1
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3 (==1.18.44)
Requires-Dist: matplotlib (==3.4.3)
Requires-Dist: numpy (==1.21.2)
Requires-Dist: pandas (==1.3.3)
Requires-Dist: scipy (==1.7.1)
Requires-Dist: pyarrow (==5.0.0)
Requires-Dist: pydantic (==1.8.2)

# ts-tariffs

Tariff calculation for time series consumption data.

## Installation

`pip install ts-tariffs`

## Usage and features
ts-tariffs can deal with any combination of typical electricity charges: 
- Connection charges 
- Single rate charges
- Time of use charges
- Demand charges, including those which are split into time of use
- Block charges

## Under development
- units handling



