Metadata-Version: 1.1
Name: pycept
Version: 1.0.0
Summary: Python client for CEPT API
Home-page: http://github.com/numenta/pycept
Author: Matthew Taylor
Author-email: matt@numenta.org
License: MIT
Download-URL: https://pypi.python.org/packages/source/g/pycept/pycept-1.0.0.tar.gz
Description: pycept
        ======
        
        The Python client library for the CEPT API. See
        https://cept.3scale.net for additional resources.
        
        Installation
        ------------
        
        pycept includes a `setuptools`_-compatible setup.py for your
        convenience. Dependencies are listed in setup.py and will be installed automatically as part of any of the techniques listed below. Otherwise, you will need to install the following external dependencies before using grokpy:
        
        -  `requests`_
        -  `nose`_
        
        .. _setuptools: https://pypi.python.org/pypi/setuptools
        .. _requests: https://pypi.python.org/pypi/requests
        .. _nose: https://pypi.python.org/pypi/nose
        
Keywords: sdr,nlp,cept
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
