{ "info": { "author": "\u00dalfur Kristj\u00e1nsson", "author_email": "ulfurk@ulfurk.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "django-paymill\n==============\n\ndjango-paymill is a django app for easily integrating Paymill as a payment gateway for django projects.\n\ndjango-paymill requires [pymill](https://github.com/kliment/pymill) and as a resulting dependency [Requests](http://docs.python-requests.org/en/latest/)\n\ndjango-paymill also requires, for the time being, [django-crispy-forms](https://github.com/maraujop/django-crispy-forms)\n\nSimply install the app and the requirements and add them to your INSTALLED_APPS:\n\n INSTALLED_APPS = (\n 'django.contrib.admin',\n 'django.contrib.auth',\n 'django.contrib.contenttypes',\n 'django.contrib.sessions',\n 'django.contrib.messages',\n 'django.contrib.staticfiles',\n \n 'crispy_forms',\n 'paymill',\n )\n\nThen add your Paymill public and private keys to settings:\n\n PAYMILL_PRIVATE_KEY = ''\n PAYMILL_PUBLIC_KEY = ''\n\nFor webhooks to work you will need to declare the receiving host:\n\n PAYMILL_WEBHOOK_HOST = ''\n\nAnd off you go! :)\n\n(More documentation to follow soon)\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/ulfur/django-paymill", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-paymill", "package_url": "https://pypi.org/project/django-paymill/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-paymill/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ulfur/django-paymill" }, "release_url": "https://pypi.org/project/django-paymill/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "django-paymill is a django app for easily integrating Paymill as a payment gateway for django projects.", "version": "0.1.1" }, "last_serial": 1241426, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3ccbd3d2e27841dab583a2e9f61dfd13", "sha256": "ec48cc4fb41e63507ed56ac3f068d32aa374b7e97b9553a17c2be510d493fc5b" }, "downloads": -1, "filename": "django-paymill-0.1.tar.gz", "has_sig": false, "md5_digest": "3ccbd3d2e27841dab583a2e9f61dfd13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9506, "upload_time": "2014-02-01T17:16:08", "url": "https://files.pythonhosted.org/packages/97/18/57f32ba97e52a8c24c9c6510b968646f3806cae9398084ca78ea984d881e/django-paymill-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5edb856e3dcdc125ab2850c79bd26771", "sha256": "8c34cf83167c3cc043bdf2517e11dc4e103ff09a1f147b545adfda42a88d8acd" }, "downloads": -1, "filename": "django-paymill-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5edb856e3dcdc125ab2850c79bd26771", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8953, "upload_time": "2014-09-29T09:51:00", "url": "https://files.pythonhosted.org/packages/fe/e8/474bf5397cd0ca9ad6c83c89c390065b134a0daf8b80607728325796bc44/django-paymill-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5edb856e3dcdc125ab2850c79bd26771", "sha256": "8c34cf83167c3cc043bdf2517e11dc4e103ff09a1f147b545adfda42a88d8acd" }, "downloads": -1, "filename": "django-paymill-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5edb856e3dcdc125ab2850c79bd26771", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8953, "upload_time": "2014-09-29T09:51:00", "url": "https://files.pythonhosted.org/packages/fe/e8/474bf5397cd0ca9ad6c83c89c390065b134a0daf8b80607728325796bc44/django-paymill-0.1.1.tar.gz" } ] }