Metadata-Version: 2.0
Name: constantcontact
Version: 0.3.2
Summary: A Python SDK for the Constant Contact v2 API
Home-page: http://developer.constantcontact.com/libraries/libraries.html
Author: Constant Contact Inc.
Author-email: UNKNOWN
License: MIT
Keywords: constantcontact sdk
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: requests

Constant Contact Python SDK
===========================

Constant Contact Python 2.x SDK for the v2 API.

## Installation

Installing the python sdk is simple.

```
$ pip install constantcontact
```

## Documentation

The Github pages for this repo are located [here](http://magellantoo.github.io/ctct-python-sdk/)  
And the API Documentation can be found [here](http://developer.constantcontact.com/docs/developer-guides/api-documentation-index.html)


