Metadata-Version: 2.1
Name: datatoolkit
Version: 0.2.2
Summary: A collection of tools for visualization and data processing for exploratory data analysis
License: MIT
Author: Humberto STEIN SHIROMOTO
Author-email: h.stein.shiromoto@gmail.com
Requires-Python: >=3.9,<3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: bokeh (>=2.4.0,<3.0.0)
Requires-Dist: hyperopt (>=0.2.7,<0.3.0)
Requires-Dist: networkx (>=2.6.3,<3.0.0)
Requires-Dist: numpy (>=1.21.2,<2.0.0)
Requires-Dist: pandas (>=1.3.3,<2.0.0)
Requires-Dist: scikit-learn (>=1.1.3,<2.0.0)
Requires-Dist: scipy (>=1.7.1,<2.0.0)
Requires-Dist: seaborn (>=0.11.2,<0.12.0)
Requires-Dist: statsmodels (>=0.13.0,<0.14.0)
Requires-Dist: typeguard (>=2.12.1,<3.0.0)
Description-Content-Type: text/markdown

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5563180.svg)](https://doi.org/10.5281/zenodo.5563180)
[![Documentation Status](https://readthedocs.org/projects/datatoolkit/badge/?version=latest)](https://datatoolkit.readthedocs.io/?badge=latest)
[![Build_and_test_code](https://github.com/hsteinshiromoto/datatoolkit/actions/workflows/ci.yml/badge.svg)](https://github.com/hsteinshiromoto/datatoolkit/actions/workflows/ci.yml)
![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/hsteinshiromoto/datatoolkit?style=flat)
![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)

# 1. Datatoolkit

A collection of tools for visualization and data processing for exploratory data analysis.

# 2. Table of Contents

- [1. Datatoolkit](#1-datatoolkit)
- [2. Table of Contents](#2-table-of-contents)
- [3. Documentation](#3-documentation)

# 3. Documentation

https://datatoolkit.readthedocs.io/en/latest/
