python-mailsnake
python-mailsnake copied to clipboard
Updated & maintained MailChimp API v1.3 wrapper for Python
I was pulling my hair out getting a response that looked like this. ``` HTTPRequestException: {"url": "https://us8.api.mailchimp.com/1.3/?method=ping", "status_code": 410, "reason": "Gone"} ``` I finally dug in and learned that they...
By releasing as a [Python wheel](http://pythonwheels.com/) as well as a source distribution, you can speed up end user’s installs. After merging this command, to release you just need to run...
Mailchimp has deprecated earlier API versions and v3.0 will be the new Mailchimp API: http://kb.mailchimp.com/api (also a RESTful API).
This isn't finished yet. Also, nothing really broke in this version; I wanted to start a clean versioning. When I first forked this repo and started maintaining it, the package...
Nose tests
Regression tests are badly needed
https://github.com/michaelhelmick/python-mailsnake/blob/master/mailsnake/mailsnake.py#L51 to underneath https://github.com/michaelhelmick/python-mailsnake/blob/master/mailsnake/mailsnake.py#L40
https://github.com/michaelhelmick/python-mailsnake/blob/master/mailsnake/mailsnake.py#L33-35 Oh, and get rid of the func docstring