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.1.tar.gz
(5.9 kB
view details)
File details
Details for the file iuguCTS-0.0.1.tar.gz
.
File metadata
- Download URL: iuguCTS-0.0.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3189cb794c8a9fe3abe0ab65ad0cfb1817be82deb87b08509c43a1ea6eab39f5 |
|
MD5 | 9a4e881b7b45942e330477d785605277 |
|
BLAKE2b-256 | b858b22b516c04d3d435c13947eab37167d0763c37d2b7dbc8f4de5e43d8e0ff |