{ "info": { "author": "Andy McKay", "author_email": "andym@mozilla.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent" ], "description": "Django Receipts\n--------------------------------\n\nParsing of web app receipts in Django. A simple library to parse web\napplication receipts in Django. It follows the same syntax as the verification\nservice at thee Mozilla Marketplace.\n\nThis is optional, you can just verify your receipt with the Marketplace.\nHowever there are a couple of reasons you might want to do this:\n\n- analytics, tracking usage of your app as it checks receipts\n\n- tracking usage of receipt by IP address to prevent sharing of receipts\n\n- blocking of receipts that you know are fradulent.\n\nThis app provides a django model that shows the receipts that been processed,\nallowing you to block the receipts there.\n\nInstallation\n============\n\nInstall from pypi::\n\n pip install django-receipts\n\nUsage\n=====\n\nAdd `django_receipts` to your `INSTALLED_APPS`::\n\n INSTALLED_APPS = (...\n 'django_receipts',\n )\n\nRun syncdb to install the table::\n\n python manage.py syncdb\n\nAdd in django-receipts into your urls, for example::\n\n urlpatterns = patterns('',\n ...\n url(r'^receipts/', include('django_receipts.urls')),\n )\n\nYou will then be able to do a POST to::\n\n curl -X POST http://localhost:1234/receiive --data \"good.receipt\"\n\nThis will return::\n\n {\"status\": \"ok\"}\n\nSee `django_receipts\\constants.py` for more.\n\nConfiguration\n=============\n\n* `RECEIPT_CHECK_INTERVAL` (optional): time between receipts from the client to\n actually send receipts to the server. Effectively a cache of the check\n against the server. Default: 60 minutes.", "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/andymckay/django-receipts", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-receipts", "package_url": "https://pypi.org/project/django-receipts/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-receipts/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/andymckay/django-receipts" }, "release_url": "https://pypi.org/project/django-receipts/0.1.5/", "requires_dist": null, "requires_python": null, "summary": "Django app for verifying web app receipts", "version": "0.1.5" }, "last_serial": 790422, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4f310ffa42e3ad51caf106eaf004acdb", "sha256": "6656b3fbc6d5a06c76fb72867757793b2d179fb8a6ec615d79f1afb6a263c937" }, "downloads": -1, "filename": "django-receipts-0.1.tar.gz", "has_sig": false, "md5_digest": "4f310ffa42e3ad51caf106eaf004acdb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4073, "upload_time": "2012-05-27T15:11:18", "url": "https://files.pythonhosted.org/packages/5d/dd/f0e1951a098254b49ab95816d936e0077e51a0e4b26742b9c6f7b65fc409/django-receipts-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ac4922ac685f6ebadb9e8f69fa670379", "sha256": "9a529e0a5f710b341444c160868ed20fa195970cd0b1fd0f49a6127685052812" }, "downloads": -1, "filename": "django-receipts-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ac4922ac685f6ebadb9e8f69fa670379", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4327, "upload_time": "2012-05-27T15:20:12", "url": "https://files.pythonhosted.org/packages/69/55/0bf527447eccfaded32d8620211eb967d36bf2fb7019d1acecf8f26a3f9e/django-receipts-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "e08718334baff51dcdd4f9a9a2bd5210", "sha256": "b42f4fa409163d0c8bee9bb6fe51752fe1419708df6f09d7546da2dec948a481" }, "downloads": -1, "filename": "django-receipts-0.1.2.tar.gz", "has_sig": false, "md5_digest": "e08718334baff51dcdd4f9a9a2bd5210", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4324, "upload_time": "2012-05-27T15:44:10", "url": "https://files.pythonhosted.org/packages/c4/03/3d35c9ae69f3d44bffab019fb1d3a8175dcdb87f730e951f78b604b405e9/django-receipts-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "8abc2c72e30da82513ddc01af1df0c76", "sha256": "f31fe5fb33d420fddfa75b922868cc7284bb337795bd05587963a83fe673a876" }, "downloads": -1, "filename": "django-receipts-0.1.3.tar.gz", "has_sig": false, "md5_digest": "8abc2c72e30da82513ddc01af1df0c76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4326, "upload_time": "2012-05-27T15:51:10", "url": "https://files.pythonhosted.org/packages/9b/76/10b7213d17e624e9fad859540e7773a90fb861fa838202f0a5e42a3c141c/django-receipts-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "f9994aa530666fccb52e8b6a57091405", "sha256": "cf9df82de0834fb0d8bf7b335cb17f0051c9f7899251240475b33cd74422f53d" }, "downloads": -1, "filename": "django-receipts-0.1.4.tar.gz", "has_sig": false, "md5_digest": "f9994aa530666fccb52e8b6a57091405", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4347, "upload_time": "2012-06-02T16:56:40", "url": "https://files.pythonhosted.org/packages/8c/41/51ccc54b6f77a2ddd6b33ec3ae0805457091fce1c9e43723118525465af7/django-receipts-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "7b34d343039018858c6571ee49d22661", "sha256": "8e3cff283207b96ba4ca742e15b52ffae23c9cd342aa9092518c694cf508a741" }, "downloads": -1, "filename": "django-receipts-0.1.5.tar.gz", "has_sig": false, "md5_digest": "7b34d343039018858c6571ee49d22661", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4392, "upload_time": "2012-06-02T17:11:45", "url": "https://files.pythonhosted.org/packages/40/48/e084dd1b60e30c2e68d17c4ca14dd51ebf2c90bc067f28e96a1b22a72b2b/django-receipts-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7b34d343039018858c6571ee49d22661", "sha256": "8e3cff283207b96ba4ca742e15b52ffae23c9cd342aa9092518c694cf508a741" }, "downloads": -1, "filename": "django-receipts-0.1.5.tar.gz", "has_sig": false, "md5_digest": "7b34d343039018858c6571ee49d22661", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4392, "upload_time": "2012-06-02T17:11:45", "url": "https://files.pythonhosted.org/packages/40/48/e084dd1b60e30c2e68d17c4ca14dd51ebf2c90bc067f28e96a1b22a72b2b/django-receipts-0.1.5.tar.gz" } ] }