Metadata-Version: 2.1
Name: dataschool
Version: 0.2.0
Summary: Full kit to analyse datas (data transformation, clustering, graphs)
Home-page: https://github.com/ulysse-qd/dataschool
Author: Ulysse Queritet-Diop
Author-email: ulysse-q@evidenceb.com
License: MIT license
Keywords: dataschool
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: scikit-learn
Requires-Dist: matplotlib
Requires-Dist: wheel
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: seaborn
Requires-Dist: scipy
Requires-Dist: isodate
Requires-Dist: networkx

==========
dataschool
==========


.. image:: https://img.shields.io/pypi/v/dataschool.svg
        :target: https://pypi.python.org/pypi/dataschool

.. image:: https://img.shields.io/travis/ulysse-qd/dataschool.svg
        :target: https://travis-ci.com/ulysse-qd/dataschool

.. image:: https://readthedocs.org/projects/dataschool/badge/?version=latest
        :target: https://dataschool.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Full kit to analyse datas (data transformation, clustering, graphs)


* Free software: MIT license
* Documentation: https://dataschool.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-10-05)
------------------

* First release on PyPI.

0.2.0 (2020-11-12)
------------------

* Update new version after refactor

