SDK iugu
Project description
Iugu
The Iugu provides a Python REST APIs to create, process and manage payments.
Installation
Using pip:
$ pip install iugu
From source code:
Clone the source:
$ git clone git@github.com:iugu/iugu-python.git
Execute the setup script:
$ cd iugu-python
$ python setup.py install
Usage
You should import and create an iugu instance using your api token:
import iugu
api = iugu.config(token=IUGU_API_TOKEN)
After that you can use the instance to iniciate the module you need, example:
# token api
iugu_token_api = iugu.Token()
# customer api
iugu_customer_api = iugu.Customer()
To see all available modules, check the iugu folder of this project.
Documentation
Visit iugu.com/referencias/api for api reference or iugu.com/documentacao for full documentation
Author
Originally by Felipe Tomaz and Arthur Furlan.
Contributor
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
iuguCTS-0.0.2.tar.gz
(6.1 kB
view details)
File details
Details for the file iuguCTS-0.0.2.tar.gz.
File metadata
- Download URL: iuguCTS-0.0.2.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f861e017d5be9a57b2f2f4575a0b092c41314c8714956abf6bee1f4925290fdc
|
|
| MD5 |
8062873631300b9f23ede70a105c2402
|
|
| BLAKE2b-256 |
be0cc304e0b3ed0e14cde46990f8cd4993bc2079818c3e3dec51eedea7af8526
|