Metadata-Version: 1.1
Name: captricity-python-client
Version: 0.18
Summary: Python client to access Captricity API
Home-page: https://github.com/Captricity/captools
Author: Captricity, Inc
Author-email: support@captricity.com
License: UNKNOWN
Description: # Captricity API Python Client
        
        This is a Python client for the Captricity API
        
        ## Pip Installation of the Captricity Python Client
        
        If you use the pip package manager, the following will install the Captricity API Client:
            
            pip install https://github.com/Captricity/captools/tarball/master 
        
        ## Manual Installation of the Captricity Python Client
        
        <a href="https://github.com/Captricity/captools/zipball/master" target="_blank">Download the zipped package</a> or clone the repository using git if you haven't done so already:
        
            git clone git@github.com:Captricity/captools.git
        
        captools comes with a setup.py, which makes it easy to install into your python environment:
            
            cd captools
            python setup.py install
        
        You should now be able to import captools.api in your python environment.
        
        ## Quickstart
        
        Please see the <a href="https://shreddr.captricity.com/developer/quickstart/">Captricity API Quickstart guide</a> for a short hands-on introduction to using this client with the Captricity API.  
        
        ## License
        This is licensed under the MIT license. See LICENSE.txt.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
