Metadata-Version: 2.0
Name: connect-client
Version: 0.1.1
Summary: Python client for getconnect.io
Home-page: https://github.com/getconnect/connect-python
Author: getconnect.io
Author-email: hello@getconnect.io
License: MIT
Keywords: getconnect.io analytics connect
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: futures (>=3.0.3)
Requires-Dist: pycrypto (>=2.6)
Requires-Dist: requests

﻿connect-python
==============

This is the official `Connect <https://getconnect.io>`_ python client.


Sign up
-------

If you don't already have a Connect account, sign up at https://getconnect.io - it's free!

Install
-------

The library can be installed by pip 
::

    pip install connect-client

Documentation
-------------
All of the documentation can be found at http://docs.getconnect.io

Contributing
------------
We love open source, so we are happy to accept pull requests and will endeavour to fix the issues and include the enhancements that the community raise.


Tests
--------
Tests are run via py.test and tox.

Changelog
---------
0.1.0

- Initial version


