Metadata-Version: 1.0
Name: python-exacttarget
Version: 0.0.3
Summary: A python class to interface with the ExactTarget XML API
Home-page: https://github.com/nicholasserra/python-exacttarget/
Author: Nicholas Serra
Author-email: nick@528hazelwood.com
License: MIT License
Download-URL: https://github.com/nicholasserra/python-exacttarget/zipball/master
Description: #Overview
        A python class to interface with the [Exact Target XML API](http://wiki.memberlandingpages.com/030_Developer_Documentation/040_XML_API). Currently supports subscriber and list management.
        
        #Usage
        ```python
        import exacttarget
        e = exacttarget.ExactTargetConnection('username', 'password')
        ```
Keywords: python exacttarget exact target xml api email mailinglist
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
