Skip to main content

Python Library to create boletos

Project description

pyboleto provides a python class to generate “boletos de cobranca” as these are the Brazilian equivalent for invoices.

It currently holds classes to print Boletos for the following banks:

It’s easy to implement classes for new banks.

Docs: https://bitbucket.org/eduardo.cereto/pyboleto

pyboleto is acctually a fork from http://code.google.com/p/pyboleto/ but a lot has changed since the fork.

This class is still in development and currently has no documented API.

Implemented Banks

You can help writing code for more banks or printing and testing current implementations.

For now here’s where we are.

Bank

Carteira / Convenio

Implemented

Tested

Bradesco

06

Yes

No

Caixa Economica

SR

Yes

No

Real

57

Yes

No

Documentation

Current documents are avilable here:

http://packages.python.org/pyboleto/

Installation

You can install pyboleto either via the Python Package Index (PyPI) or from source.

To install using pip,:

$ pip install pyboleto

To install using easy_install,:

$ easy_install pyboleto

Downloading and installing from source

Download the latest version of pyboleto from http://pypi.python.org/pypi/pyboleto/

You can install it by doing the following,:

$ tar xvfz pyboleto-0.0.0.tar.gz
$ cd pyboleto-0.0.0
$ python setup.py build
# python setup.py install # as root

Using the development version

You can clone the repository by doing the following:

$ hg clone https://eduardo.cereto@bitbucket.org/eduardo.cereto/pyboleto

License

This software is licensed under the New BSD License. See the LICENSE file in the top distribution directory for the full license text.

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

pyboleto-0.1.6.tar.gz (25.6 kB view hashes)

Uploaded Source

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