Metadata-Version: 1.1
Name: capysule
Version: 0.5
Summary: Bindings for Capsule CRM based on Requests and Booby
Home-page: https://github.com/bodylabs/capysule
Author: Body Labs
Author-email: paul.melnikow@bodylabs.com
License: Apache 2
Description: capysule
        ========
        
        Python bindings for the Capsule API, with a synchronous
        `Requests <http://docs.python-requests.org/en/latest/>`__-based client
        modeled on `Finch <https://github.com/jaimegildesagredo/finch>`__, using
        the data-modeling and validation framework
        `Booby <https://booby.readthedocs.org/en/0.5.0/>`__.
        
        |Build Status|
        
        Installation
        ------------
        
        Install capysule by running:
        
        ::
        
            pip install capysule
        
        Development
        -----------
        
        Create .env with ``CAPSULE_SITE`` and ``CAPSULE_API_TOKEN``
        
        ::
        
            virtualenv venv
            source venv/bin/activate
            pip install -r requirements_dev.txt
            foreman run capysule/test.py
        
        .. |Build Status| image:: https://travis-ci.org/bodylabs/capysule.png?branch=master
           :target: https://travis-ci.org/bodylabs/capysule
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
