{ "info": { "author": "Johannas Heller", "author_email": "johann@rover.com", "bugtrack_url": null, "classifiers": [ "Environment :: Other Environment", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Communications :: Email" ], "description": "django-fuelsdk\n==============\n\nExactTarget FuelSDK wrapper for Django.\n\n![Travis CI Build Status](https://travis-ci.org/bradjasper/django-jsonfield.png?branch=master)\n\nInstall\n=======\n\n**Install Dependencies**\n```bash\npip install -r requirements.txt\n```\n\n**Add To INSTALLED_APPS**\n```python\nINSTALLED_APPS = [\n # ...\n django_fuelsdk,\n]\n```\n\n**Add Settings**\n```python\nEXACT_TARGET_CLIENT_ID = 'xxxx'\nEXACT_TARGET_CLIENT_SECRET = 'xxxx'\n# https://code.exacttarget.com/question/there-any-cetificrate-install-our-server-access-et-api\nEXACT_TARGET_WSDL_URL = 'https://webservice.exacttarget.com/etframework.wsdl'\n```\n\n\nUsage\n=====\n\n```python\nfrom django_fuelsdk.fuel import FuelClient\n\nf = FuelClient()\n\n# Send a triggered send to a specific subscriber (used for transactional email)\nf.send('Welcome', 'test@example.com', {'variable': 'test'})\n\n# Add a subscriber\n# Note: The underlying ExactTarget API throws an error when trying to\n# add a subscriber that already exists. This method will silence that error,\n# making add_subscriber idempotent. \nf.add_subscriber('test@example.com', {'variable': 'test'})\n\n# Any error returned by the API will cause a django_fuelsdk.fuel.FuelApiError\n# exception to be raised. \nf.send('Not an Email', 'test@example.com', {})\n```", "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/roverdotcom/django-fuelsdk", "keywords": "fuelsdk,email,django", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-fuelsdk", "package_url": "https://pypi.org/project/django-fuelsdk/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-fuelsdk/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/roverdotcom/django-fuelsdk" }, "release_url": "https://pypi.org/project/django-fuelsdk/0.2/", "requires_dist": null, "requires_python": null, "summary": "Django wrapper for the ExactTarget FuelSDK.", "version": "0.2" }, "last_serial": 1188133, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "126d1ccbca1183d903662f1fc120cde9", "sha256": "6b84a1ab75fedc6b6418cccef8915df748c7f0917e2293eac87125d43c0e425a" }, "downloads": -1, "filename": "django-fuelsdk-0.2.tar.gz", "has_sig": false, "md5_digest": "126d1ccbca1183d903662f1fc120cde9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4564, "upload_time": "2014-08-12T18:29:37", "url": "https://files.pythonhosted.org/packages/bb/38/3d2b8f4f9a41294476fa6e11a725e783d686514094949da58a071b28e948/django-fuelsdk-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "126d1ccbca1183d903662f1fc120cde9", "sha256": "6b84a1ab75fedc6b6418cccef8915df748c7f0917e2293eac87125d43c0e425a" }, "downloads": -1, "filename": "django-fuelsdk-0.2.tar.gz", "has_sig": false, "md5_digest": "126d1ccbca1183d903662f1fc120cde9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4564, "upload_time": "2014-08-12T18:29:37", "url": "https://files.pythonhosted.org/packages/bb/38/3d2b8f4f9a41294476fa6e11a725e783d686514094949da58a071b28e948/django-fuelsdk-0.2.tar.gz" } ] }