{ "info": { "author": "API Hackers", "author_email": "wagtail-sendinblue@apihackers.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "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", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Software Distribution" ], "description": "Wagtail SendInBlue\n------------------\n\n`Wagtail `_ integration for `SendInblue`_.\n\nInstallation\n************\n\nInstall it with pip:\n\n.. code-block:: shell\n\n pip install wagtail-sendinblue\n \n\n\nAdd `sendinblue` to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n INSTALLED_APPS = [\n # ...\n 'sendinblue',\n # ...\n ]\n \n\n\nAdd the `sendinblue.urls` to your `urls.py`:\n\n.. code-block:: python\n\n from sendinblue import urls as sendinblue_urls\n \n urlpatterns = [\n # ...\n url(r'', include(sendinblue_urls)),\n url(r'', include(wagtail_urls)),\n ]\n \n\n\nConfiguration\n*************\n\nGo to the Wagtail administration and in `Settings > SendInBlue`\nenter your API Key.\nYou need a `SendInBlue`_ account and\nyou can retrieve it your `SendInBlue administration `_.\n\nAutomation support\n******************\n\nThere is an optionnal support for Automation.\n\nYou need to add the following at the end of your base Django template:\n\n.. code-block:: html+jinja\n\n {% sendinblue %}\n \n \n \n\n\nor if using `django-jinja `_:\n\n.. code-block:: html+jinja\n\n {{ sendinblue() }}\n \n \n \n\n\n\n.. _SendInBlue: https://www.sendinblue.com/?ae=312\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/apihackers/wagtail-sendinblue", "keywords": "wagtail sendinblue", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "wagtail-sendinblue", "package_url": "https://pypi.org/project/wagtail-sendinblue/", "platform": "", "project_url": "https://pypi.org/project/wagtail-sendinblue/", "project_urls": { "Homepage": "https://github.com/apihackers/wagtail-sendinblue" }, "release_url": "https://pypi.org/project/wagtail-sendinblue/0.1.0.dev0/", "requires_dist": null, "requires_python": "", "summary": "SendInBlue integration for Wagtail", "version": "0.1.0.dev0" }, "last_serial": 3327091, "releases": { "0.1.0.dev0": [ { "comment_text": "", "digests": { "md5": "d48157d8e412ef9cd6f08099b3cd468b", "sha256": "29be50384bcdc37a7b0cc8cf16755fa41796fc0fd64dd496984ad9a4b7b51841" }, "downloads": -1, "filename": "wagtail_sendinblue-0.1.0.dev0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d48157d8e412ef9cd6f08099b3cd468b", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 50928, "upload_time": "2017-11-12T22:41:30", "url": "https://files.pythonhosted.org/packages/6c/91/d02749fdc654b505016da7ffec4b7f294575501153158fc75abfc0e27dfd/wagtail_sendinblue-0.1.0.dev0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d48157d8e412ef9cd6f08099b3cd468b", "sha256": "29be50384bcdc37a7b0cc8cf16755fa41796fc0fd64dd496984ad9a4b7b51841" }, "downloads": -1, "filename": "wagtail_sendinblue-0.1.0.dev0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d48157d8e412ef9cd6f08099b3cd468b", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 50928, "upload_time": "2017-11-12T22:41:30", "url": "https://files.pythonhosted.org/packages/6c/91/d02749fdc654b505016da7ffec4b7f294575501153158fc75abfc0e27dfd/wagtail_sendinblue-0.1.0.dev0-py2.py3-none-any.whl" } ] }