Metadata-Version: 1.1
Name: pycrunch
Version: 0.1.3
Summary: Crunch.io Client Library
Home-page: https://github.com/Crunch-io/pycrunch
Author: Crunch.io
Author-email: dev@crunch.io
License: Proprietary
Download-URL: https://github.com/Crunch-io/pycrunch/archive/master.zip
Description: pycrunch
        ========
        
        A Python client library for Crunch.io.
        
        
        Using pycrunch
        --------------
        
        To use pycrunch in your project, run 
        
            # python setup.py develop
        
        This will make the code in this directory available to other projects.
        
        Running tests
        -------------
        
        You will need a Python environment with Nose installed, if you don't have one:
        
            $ pip install nose
        
        Then from the repo root run
        
            $ nosetests pycrunch/tests/
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
