Python Library to create "boletos de cobrança bancária" for several Brazilian banks
Project description
pyboleto provides a python class to generate “boletos de cobranca” as these are the Brazilian equivalent for invoices.
It’s easy to implement classes for new banks.
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
Banco do Brasil
18
Yes
No
Bradesco
06, 03
Yes
Yes
Caixa Economica
SR
Yes
No
HSBC
CNR, CSB
Yes
No
Itau
175, 174, 178, 104, 109, 157
Yes
No
Real
57
Yes
No
Documentation
http://packages.python.org/pyboleto/
The best way to learn how to create Boletos using pyboleto is to look at the examples at print_sample_data.py
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:
$ git clone https://github.com/eduardocereto/pyboleto.git
Executing unittests
$ cd pyboleto $ python -m unittest discover
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
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
Built Distribution
Hashes for pyboleto-0.2.3.macosx-10.7-intel.exe
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0793cd3162c6e82f9ccc7e9d24a3746066e2a45dfb63951537244e6822c2d673 |
|
MD5 | b225571c00eaa556764227e3f4c8617e |
|
BLAKE2b-256 | 80dfcabda7bab4a79049eef0d962f3dc09de228b65a481372dd9fc6adc3a0a89 |