Skip to content
master
Go to file
Code
This branch is 3 commits ahead of iugu:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

André Kiffer. Rodolpho Pivetta Sabino. Joabe Mendes.

About

No description, website, or topics provided.

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.