https://github.com/processout/processout-python
ProcessOut API bindings for Python
https://github.com/processout/processout-python
Last synced: 5 months ago
JSON representation
ProcessOut API bindings for Python
- Host: GitHub
- URL: https://github.com/processout/processout-python
- Owner: processout
- License: mit
- Created: 2015-02-15T06:40:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2026-01-14T12:44:51.000Z (5 months ago)
- Last Synced: 2026-01-15T07:53:31.554Z (5 months ago)
- Language: Python
- Homepage: https://docs.processout.com
- Size: 427 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
ProcessOut Python
==============
This package provides bindings to the ProcessOut API.
Dependencies
------------
* Python 2.4 or higher
* Requests
Installation
------------
The package's installation is done using pypi:
``` sh
pip install processout
```
If you don't want to use pip to install this package, you may simply do a git clone
of this repository.