1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: python-iso8583
Section: python
Priority: optional
Maintainer: Mauro Lizaur <mauro@cacavoladora.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: python (>= 2.6.6-3~), python-setuptools
Standards-Version: 3.9.3
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-iso8583/trunk
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-iso8583/trunk/?op=log
Homepage: http://code.google.com/p/iso8583py/
Package: python-iso8583
Architecture: all
Depends: ${python:Depends}
Description: library for ISO 8583 transactions
This library provides a pure Python interface for electronic
transactions using ISO 8583 ("Standard for Financial Transaction
Card Originated Messages - Interchange message specifications").
The vast majority of transactions made at Automated Teller
Machines and the MasterCard and Visa networks use ISO 8583
at some point.
|