Metadata-Version: 1.1
Name: Cetacean
Version: 1.0.1
Summary: The HAL client that does almost nothing for you.
Home-page: http://github.com/benhamill/cetacean-python#readme
Author: Ben Hamill
Author-email: ben@benhamill.com
License: MIT
Description: 
        The HAL client that does almost nothing for you.
        
        Cetacean doesn't know about HTTP. You set up your own Requests client and use it
        to make requests. You feed then Cetacean the decoded bodies as strings and it
        helps you pull useful data out of them.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP
