-
Notifications
You must be signed in to change notification settings - Fork 0
/
PKG-INFO
127 lines (89 loc) · 4.49 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
Metadata-Version: 1.1
Name: pyboleto
Version: 0.1.10
Summary: Python Library to create boletos
Home-page: https://bitbucket.org/eduardo.cereto/pyboleto/
Author: Eduardo Cereto Carvalho
Author-email: eduardocereto@gmail.com
License: BSD
Download-URL: http://pypi.python.org/pypi/pyboleto
Description: ========
pyboleto
========
.. _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** | | |
+======================+================+=================+============+
| `Bradesco`_ | 06 | Yes | No |
+----------------------+----------------+-----------------+------------+
| `Caixa Economica`_ | SR | Yes | No |
+----------------------+----------------+-----------------+------------+
| `Real`_ | 57 | Yes | No |
+----------------------+----------------+-----------------+------------+
| `Banco do Brasil`_ | 18 | Yes | No |
+----------------------+----------------+-----------------+------------+
.. _Bradesco: https://bitbucket.org/eduardo.cereto/pyboleto/wiki/BoletoBradesco
.. _Caixa Economica: https://bitbucket.org/eduardo.cereto/pyboleto/wiki/BoletoCaixa
.. _Real: https://bitbucket.org/eduardo.cereto/pyboleto/wiki/BoletoReal
.. _Banco do Brasil: https://bitbucket.org/eduardo.cereto/pyboleto/wiki/BoletoBB
.. _pyboleto-docs:
Documentation
=============
Current documents are avilable here:
http://packages.python.org/pyboleto/
.. _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::
$ hg clone https://eduardo.cereto@bitbucket.org/eduardo.cereto/pyboleto
.. _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
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides: pyboleto