Skip to main content

No project description provided

Project description

Iugu

The Iugu provides a Python REST APIs to create, process and manage payments.

Installation

Using pip:

$ pip install iuguclient

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

Original project

https://github.com/iugu/iugu-python

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iuguclient-0.1.5.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

iuguclient-0.1.5-py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page