Metadata-Version: 2.1
Name: datatoolbox
Version: 0.3.0
Summary: The Python Data Toolbox
Home-page: https://gitlab.com/climateanalytics/datatoolbox
Author: Andreas Geiges
Author-email: a.geiges@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: gitpython
Requires-Dist: openscm-units
Requires-Dist: pint (==0.9)
Requires-Dist: pycountry
Requires-Dist: fuzzywuzzy
Requires-Dist: tqdm
Requires-Dist: pyam-iamc (<=0.3.0)
Requires-Dist: openpyxl

DATA TOOL BOX
=====================

This is a python tool box project for handling global datasets. It contains the following features:

1. Augumented pandas DataFrames adding meta data, 
2. Automatic unit conversion and table based computations
3. ID based data structure

Authors:
Andreas Geiges  
Gaurav Ganti

Dependencies
------------
- pandas
- gitpython
- openscm-units
- pint==0.9
- pycountry
- fuzzywuzzy
- tqdm

Installation via pip
--------------------


    pip install datatoolbox


Testing
----------

From the root directory, run:

    pytest



