django-stripe¶
Features¶
Stripe is a fast moving target, and while maintaining a handful of django project that relies on stripe, I found myself repeatedly writing code to handle stripe webhooks, and storing stripe data in the database. This package aims to provide a simple way to handle stripe webhooks and store stripe data in the database.
Requirements¶
TODO
Installation¶
You can install django-stripe via pip from PyPI:
$ pip install django_stripe
Usage¶
Please see the Command-line Reference for details.
Contributing¶
Contributions are very welcome. To learn more, see the Contributor Guide.
License¶
Distributed under the terms of the MIT license, django-stripe is free and open source software.
Issues¶
If you encounter any problems, please file an issue along with a detailed description.
Credits¶
This project was generated from @OmenApps’s Cookiecutter Django Package template.