Metadata-Version: 2.1
Name: ksfest
Version: 0.1.8
Summary: Python package to check data quality just using ks tests
Home-page: https://github.com/oristides/ksfest
Author: Oriel Zambrano Vergara
Author-email: oristides@gmail.com
License: MIT license
Download-URL: https://github.com/oristides/ksfest/archive/0.1.8.tar.gz
Keywords: ksfest
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Requires-Dist: numpy (>=1.15)
Requires-Dist: seaborn
Requires-Dist: pandas (>=0.19)
Requires-Dist: scipy (>=0.18)
Requires-Dist: tqdm (>=4.38.0)
Requires-Dist: matplotlib (==3.1.1)
Requires-Dist: click (>=7.0)

======
ksfest
======


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

.. image:: https://img.shields.io/travis/oristides/ksfest.svg
        :target: https://travis-ci.org/oristides/ksfest

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


Python package to check data quality using  ks tests


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


Features
--------




Credits
-------


This package was created with Cookiecutter_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter


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

0.1.8 (2019-12-23)
------------------

* First release on PyPI.


