An open API service indexing awesome lists of open source software.

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

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.