* Approximately how much work it would be to port this to another Python framework (e.g., Flask+WTForms) from Django?
* If something like this already exists in Python in a more framework-agnostic form?
I'm sure that would be a great idea to take it as-is. Personally, I'd rather select what I would need in the utils and gateway respective modules and inspire myself from the models.
That'd be cool to create a small library wrapper around some Django Apps to be reusable in flask and other lightweight web framework.
Any idea if this app will handle stripe in the near future?
After a lot of initial enthusiasm I don't hear any mention of stripe in payment threads any longer. I was thinking of using it but haven't yet had the time to dig in. If not, perhaps this app would be helpful to look at for implementation strategy?
19 comments
[ 3.5 ms ] story [ 46.1 ms ] threadhttp://readthedocs.org/docs/django-merchant/en/latest/ and
http://agiliq.com/docs/merchant/
http://github.com/hiidef/hiicart
Built as a Django shopping cart, but talks to Paypal, Auth.net, Braintree, Amazon, and Google Checkout
https://samurai.feefighters.com/developers
Seriously though, looks like this will come in handy in the future.
I have been manually integrating with Paypal until now and it is painful; so thanks for this project.
we are framework agnostic python library for payments & will hopefully be adding support for Braintree & Samurai in the next few weeks!
That'd be cool to create a small library wrapper around some Django Apps to be reusable in flask and other lightweight web framework.
After a lot of initial enthusiasm I don't hear any mention of stripe in payment threads any longer. I was thinking of using it but haven't yet had the time to dig in. If not, perhaps this app would be helpful to look at for implementation strategy?