Metadata-Version: 1.0
Name: chimpy
Version: 0.2a2
Summary: Python wrapper for the MailChimp API
Home-page: http://code.google.com/p/chimpy/
Author: James Casbon, Anton Stonor
Author-email: casbon@gmail.com
License: New BSD License
Description: chimpy
        ======
        
        MailChimp_ is a commercial mailing lists online service. This project provides
        a python wrapper around the API.
        
        Status: the initial code is a thin wrapper around the list management methods and
        most of the campaign methods. This functionality is working.
        
        
        .. _MailChimp: http://www.mailchimp.com
        
        
        Usage
        -----
        
        You need an MailChimp account and api key to get started.
        
        See the tests for examples.
        
        
        License
        -------
        
        New BSD License
        
        
Keywords: email mail mailinglist newsletter
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
