Metadata-Version: 2.1
Name: scrunch
Version: 0.12.0
Summary: Pythonic scripting library for cleaning data in Crunch
Home-page: https://github.com/Crunch-io/scrunch
Author: Crunch.io
Author-email: dev@crunch.io
License: UNKNOWN
Description: .. image:: https://img.shields.io/pypi/v/scrunch.svg
           :target: https://pypi.org/project/scrunch
        
        .. image:: https://img.shields.io/pypi/pyversions/scrunch.svg
        
        .. image:: https://img.shields.io/travis/Crunch-io/scrunch/master.svg
           :target: https://travis-ci.org/Crunch-io/scrunch
        
        .. .. image:: https://img.shields.io/appveyor/ci/jaraco/skeleton/master.svg
        ..    :target: https://ci.appveyor.com/project/jaraco/skeleton/branch/master
        
        .. image:: https://readthedocs.org/projects/scrunch/badge/?version=latest
           :target: https://scrunch.readthedocs.io/en/latest/?badge=latest
        
        Pythonic scripting library for cleaning data in `Crunch <http://crunch.io/>`__
        ==============================================================================
        
        To learn more, including how to install the library, see the
        `Overview <https://github.com/Crunch-io/scrunch/wiki/Overview>`__ wiki
        page.
        
        Once you have it installed, to get started using ``scrunch`` to work with data in Crunch, see the `User Guide <https://github.com/Crunch-io/scrunch/wiki/User-Reference>`__.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Python: >=2.7
Provides-Extra: testing
Provides-Extra: docs
Provides-Extra: pandas
