{ "info": { "author": "Divio AG", "author_email": "info@divio.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "===============================\nMautic Python\n===============================\n\nPython wrapper for Mautic API based on `requests-oauthlib `_\n\nInstallation\n------------\n\nClone repo from GitHub_::\n\n $ git clone https://github.com/divio/python-mautic.git\n\nThen install it by running::\n\n $ python setup.py install\n\n\nQuickstart\n----------\nPut your Mautic API credentials in `apitester/oauth2_app.py`\nRun Flask app to get OAuth2 token::\n\n $ python apitester/oauth2_app.py\n\nThis way you'll have `creds.json` in temporary directory. Now you can start using Mautic API:\n\n.. code-block:: python\n\n >>> from python_mautic import MauticOauth2Client, Contacts\n >>> from python_mautic.utils import read_token_tempfile\n >>> token = read_token_tempfile()\n >>> mautic = MauticOauth2Client(base_url='', client_id='', token=token)\n >>> contacts = Contacts(client=mautic)\n >>> print(contacts.get_list())\n\n\n=======\nHistory\n=======\n\n\n0.2.0 (2016-12-23)\n------------------\n\n* Basic Auth client for Mautic 2.3\n* Improved exception handling\n\n\n0.1.0 (2016-12-07)\n------------------\n\n* Initial port of https://github.com/mautic/api-library/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/divio/python-mautic", "keywords": null, "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "mautic", "package_url": "https://pypi.org/project/mautic/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mautic/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/divio/python-mautic" }, "release_url": "https://pypi.org/project/mautic/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Python wrapper for Mautic API", "version": "0.2.0" }, "last_serial": 2536688, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "282eb2f477011eea9e72f2d6e6212a73", "sha256": "de5fc7aaaa058eeb23d038e2e54e39626c1d7a6169f8f92f0b8e614e916daf04" }, "downloads": -1, "filename": "mautic-0.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "282eb2f477011eea9e72f2d6e6212a73", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18952, "upload_time": "2016-12-23T14:10:32", "url": "https://files.pythonhosted.org/packages/05/7f/6c45656baeb3b5bc6a2aba186ac8b46ecd5043036edb14d97963be851324/mautic-0.2.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9a9eb0c9b500fe88a2b6524e92386870", "sha256": "72910719f03f4909dfe0dbe99ffee00cc0a23e6345babfabeec97a1a3fa71b41" }, "downloads": -1, "filename": "mautic-0.2.0.tar.gz", "has_sig": false, "md5_digest": "9a9eb0c9b500fe88a2b6524e92386870", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8289, "upload_time": "2016-12-23T14:09:55", "url": "https://files.pythonhosted.org/packages/f9/57/830be407f864d0ba88747e9d9c3806ca04180b30afec575b7ec22c23d8a2/mautic-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "282eb2f477011eea9e72f2d6e6212a73", "sha256": "de5fc7aaaa058eeb23d038e2e54e39626c1d7a6169f8f92f0b8e614e916daf04" }, "downloads": -1, "filename": "mautic-0.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "282eb2f477011eea9e72f2d6e6212a73", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18952, "upload_time": "2016-12-23T14:10:32", "url": "https://files.pythonhosted.org/packages/05/7f/6c45656baeb3b5bc6a2aba186ac8b46ecd5043036edb14d97963be851324/mautic-0.2.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9a9eb0c9b500fe88a2b6524e92386870", "sha256": "72910719f03f4909dfe0dbe99ffee00cc0a23e6345babfabeec97a1a3fa71b41" }, "downloads": -1, "filename": "mautic-0.2.0.tar.gz", "has_sig": false, "md5_digest": "9a9eb0c9b500fe88a2b6524e92386870", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8289, "upload_time": "2016-12-23T14:09:55", "url": "https://files.pythonhosted.org/packages/f9/57/830be407f864d0ba88747e9d9c3806ca04180b30afec575b7ec22c23d8a2/mautic-0.2.0.tar.gz" } ] }