{ "info": { "author": "John-Kim Murphy, Eugene Wee", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "MailChimp Python wrapper for MailChimp API 1.3\n\n[ usage ]\n>>> from mailchimp import MailChimp\n>>> mailchimp_api = MailChimp('YOUR MAILCHIMP API KEY')\n>>> mailchimp_api.ping()\nu\"Everything's Chimpy!\"\n\n[ note ]\nAPI parameters must be passed by name. For example:\n>>> mailchimp_api.listMemberInfo(id='YOUR LIST ID', email_address='name@example.com')\n\nRequires Python 2.6 or later.\n\n[ MailChimp API v1.3 documentation ]\nhttp://www.mailchimp.com/api/1.3/\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/eugene-wee/python-mailchimp/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/eugene-wee/python-mailchimp", "keywords": "mailchimp api wrapper 1.3", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "python-mailchimp", "package_url": "https://pypi.org/project/python-mailchimp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-mailchimp/", "project_urls": { "Download": "https://github.com/eugene-wee/python-mailchimp/tarball/master", "Homepage": "https://github.com/eugene-wee/python-mailchimp" }, "release_url": "https://pypi.org/project/python-mailchimp/1.0/", "requires_dist": null, "requires_python": null, "summary": "MailChimp API v1.3 wrapper for Python.", "version": "1.0" }, "last_serial": 4558705, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "11c07095e87f6f714708fab7e1c9903d", "sha256": "ad1b99c93a09917b176e7f8e94d0e14121312b8054d70a42608e6340b4fdd3ac" }, "downloads": -1, "filename": "python-mailchimp-1.0.tar.gz", "has_sig": false, "md5_digest": "11c07095e87f6f714708fab7e1c9903d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2892, "upload_time": "2012-09-27T08:43:57", "url": "https://files.pythonhosted.org/packages/c1/6f/b335964717bc5de55728972f0616e40f2c69fb112e2cf5741bacab10d1bf/python-mailchimp-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "11c07095e87f6f714708fab7e1c9903d", "sha256": "ad1b99c93a09917b176e7f8e94d0e14121312b8054d70a42608e6340b4fdd3ac" }, "downloads": -1, "filename": "python-mailchimp-1.0.tar.gz", "has_sig": false, "md5_digest": "11c07095e87f6f714708fab7e1c9903d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2892, "upload_time": "2012-09-27T08:43:57", "url": "https://files.pythonhosted.org/packages/c1/6f/b335964717bc5de55728972f0616e40f2c69fb112e2cf5741bacab10d1bf/python-mailchimp-1.0.tar.gz" } ] }