Metadata-Version: 2.1
Name: datatoolbox
Version: 0.4.13
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: appdirs
Requires-Dist: pandas
Requires-Dist: regex
Requires-Dist: gitpython
Requires-Dist: openscm-units
Requires-Dist: pint
Requires-Dist: pint-xarray
Requires-Dist: pycountry
Requires-Dist: fuzzywuzzy
Requires-Dist: tqdm
Requires-Dist: pyam-iamc
Requires-Dist: networkx
Requires-Dist: openpyxl
Requires-Dist: xarray
Requires-Dist: deprecated

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  
Jonas Hörsch
Gaurav Ganti

Dependencies
------------
- pandas>=1.0.0,<1.1
- numpy
- gitpython
- openscm-units
- pint==0.11
- pycountry
- fuzzywuzzy
- tqdm
- matplotlib
- openpyxl
- pyam-iamc<=0.8.0
- hdx-python-country
- networkx>=2.4.0
- xarray
- deprecated

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


    pip install datatoolbox

Read the docs
-------------
https://datatoolbox.readthedocs.io/en/latest/

Testing
----------

From the root directory, run:

    pytest



