Skip to main content

Python Library to create "boletos de cobrança bancária" for several Brazilian banks

Project description

========
pyboleto
========
|travis| |pypi|

.. image:: https://travis-ci.org/Trust-Code/python-boleto.svg?branch=master
:target: https://travis-ci.org/Trust-Code/python-boleto

.. image:: https://coveralls.io/repos/github/Trust-Code/python-boleto/badge.svg?branch=master
:target: https://coveralls.io/github/Trust-Code/python-boleto?branch=master

.. image:: https://landscape.io/github/Trust-Code/python-boleto/master/landscape.svg?style=flat
:target: https://landscape.io/github/Trust-Code/python-boleto/master
:alt: Code Health


.. _pyboleto-synopsis:

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.

.. contents::
:local:

.. _pyboleto-implemented-bank:

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 /** | **Implemented** | **Tested** |
| | **Convenio** | | |
+======================+================+=================+============+
| **Banco do Brasil** | 18 | Yes | Yes |
+----------------------+----------------+-----------------+------------+
| **Banrisul** | x | Yes | Yes |
+----------------------+----------------+-----------------+------------+
| **Bradesco** | 06, 03 | Yes | Yes |
+----------------------+----------------+-----------------+------------+
| **Caixa Economica** | SR | Yes | No |
+----------------------+----------------+-----------------+------------+
| **HSBC** | CNR, CSB | Yes | No |
+----------------------+----------------+-----------------+------------+
| **Itau** | 157 | Yes | Yes |
+----------------------+----------------+-----------------+------------+
| **Itau** | 175, 174, 178, | Yes | No |
| | 104, 109 | | |
+----------------------+----------------+-----------------+------------+
| **Real** | 57 | Yes | No |
+----------------------+----------------+-----------------+------------+
| **Santander** | 102 | Yes | Yes |
+----------------------+----------------+-----------------+------------+
| **Santander** | 101, 201 | Yes | No |
+----------------------+----------------+-----------------+------------+
| **Sicoob** | 1 | Yes | No |
+----------------------+----------------+-----------------+------------+

.. _pyboleto-docs:

Documentation
=============

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

The best way to learn how to create Boletos using pyboleto is to look at the
examples at `pyboleto_sample.py`_


.. _pyboleto_sample.py: https://github.com/eduardocereto/pyboleto/blob/master/bin/pyboleto_sample.py

.. _pyboleto-installation:

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


.. _pyboleto-installing-from-source:

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

.. _pyboleto-installing-from-hg:

Using the development version
-----------------------------

You can clone the repository by doing the following::

$ git clone https://github.com/eduardocereto/pyboleto.git

.. _pyboleto-unittests:

Executing unittests
===================

You need either setuptools or distribute in order to execute the tests. Chances are you already have one or another. You also need `pdftohtml`_.::

$ cd pyboleto
$ python setup.py test


.. _pdftohtml: http://poppler.freedesktop.org/

.. _pyboleto-license:

License
=======

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

.. vim:tw=0:sw=4:et

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

python boleto-0.3.0.tar.gz (82.2 kB view hashes)

Uploaded Source

Built Distribution

python_boleto-0.3.0-py2-none-any.whl (126.1 kB view hashes)

Uploaded Python 2

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