Metadata-Version: 1.2
Name: ksfest
Version: 0.1.7
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.7.tar.gz
Description: ======
        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
        --------
        
        
        * Testing functions
        *  Automate Documentation Travis.ci
        
        Credits
        -------
        
        
        This package was created with Cookiecutter_
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        
        
        =======
        History
        =======
        
        0.1.4 (2019-12-08)
        ------------------
        
        * First release on PyPI.
        
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.*
