The Wayback Machine - https://web.archive.org/web/20200912072954/https://github.com/znanja/stripe-python
Skip to content
master
Go to file
Code
This branch is 5 commits ahead, 1090 commits behind stripe:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.rdoc

Stripe Python bindings

Installation

You don't need this source code unless you want to modify the package. If you just want to use the Stripe Python bindings, you should run:

pip install --index-url https://code.stripe.com --upgrade stripe

or

easy_install --index-url https://code.stripe.com --upgrade stripe

See www.pip-installer.org/en/latest/index.html for instructions on installing pip. If you are on a system with easy_install but not pip, you can use easy_install instead. If you're not using virtualenv, you may have to prefix those commands with sudo. You can learn more about virtualenv at www.virtualenv.org/

To install from source, run:

python setup.py install

Documentation

Please see stripe.com/api for the most up-to-date documentation.

About

Stripe Python bindings

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.