{ "info": { "author": "Mohammed Hammoud", "author_email": "mohammed@iktw.se", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "======================\ndjango-stripe-payments\n======================\n\na payments Django app for Stripe\n\n\n.. image:: https://img.shields.io/travis/pinax/django-stripe-payments.svg\n :target: https://travis-ci.org/pinax/django-stripe-payments\n\n.. image:: https://img.shields.io/coveralls/pinax/django-stripe-payments.svg\n :target: https://coveralls.io/r/pinax/django-stripe-payments\n\n.. image:: https://img.shields.io/pypi/dm/django-stripe-payments.svg\n :target: https://pypi.python.org/pypi/django-stripe-payments/\n\n.. image:: https://img.shields.io/pypi/v/django-stripe-payments.svg\n :target: https://pypi.python.org/pypi/django-stripe-payments/\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n :target: https://pypi.python.org/pypi/django-stripe-payments/\n\n\nThis app allows you to process one off charges as well as signup users for\nrecurring subscriptions managed by Stripe.\n\nDocumentation can be found at http://django-stripe-payments.readthedocs.org\n\nSome suggested integration steps:\n 1. Overload the templates provided to use your inheritance tree (for bases etc) and block names.\n 2. Point your stripe account at the webhook address in the payments urls.\n 3. Add the static media snippet from here (or else nothing will actually talk to stripe):\n * http://django-stripe-payments.readthedocs.org/en/latest/installation.html#configuration-modifications-to-settings-py\n 4. Set up SSL if you have not already.\n 5. Define some plans (see docs).\n 6. Run syncdb to generate the necessary tables, then init_plans and init_customers.\n\nDevelopment\n-----------\n\nTo run test suite::\n\n $ pip install detox\n $ detox", "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/iktw/django-rest-framework-stripe", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-rest-framework-stripe", "package_url": "https://pypi.org/project/django-rest-framework-stripe/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-rest-framework-stripe/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/iktw/django-rest-framework-stripe" }, "release_url": "https://pypi.org/project/django-rest-framework-stripe/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Django REST Framework wrapper of the payments Django app for Stripe", "version": "1.0.0" }, "last_serial": 1588446, "releases": { "1.0.0": [] }, "urls": [] }