Skip to content

Releases: Ousret/pyTeliumManager

Version 2.4.2

18 Sep 19:38
1002987
Compare
Choose a tag to compare

Changes:

  • Bugfix: 🐛 🔖 Pin pycountry dependency.

Probably the latest release to support Python >= 2.7, < 3.6

pyTeliumManager 2.4.0

23 Feb 13:21
Compare
Choose a tag to compare

..3 years laters. Enjoy 👍 It is stable enough.

Changes :

  • Bugfix : Remove Cython from setup.py as it could lead to fatal error.
  • Bugfix : Remove hexdump as a dependency, it could make py2app, py2exe, .. to fail importing it. Replaced.
  • Bugfix : Fix support for Windows as ascii.curses is not easily available on it.
  • Improvement : Add is_ok method to check if your device respond to ENQ (at least).

Thank you for using this lib. Hope it has served you well. Any PR would be appreciated. There is so much that can be done.

13k downloads and more to come. 🎉

pyTeliumManager 2.3.0

29 Sep 13:19
Compare
Choose a tag to compare

Changes :

  • Support for native (rs232 <--> rj) serial conn. with device. b6d2b13
  • Enable postpone device open. 383d45f
  • Allow custom wait timeout for transaction result. 0c177bb
  • python 2.7 now supported through master branch. (six package now required) 345b736
  • New property: Get sha512 hashed payment source id. 02342f1
  • Minors improvements.

pyTeliumManager 2.2.2

05 Aug 19:53
Compare
Choose a tag to compare

Changes:

  • Bugfix: Fully qualified numbers not extracted correctly in rare case.

pyTeliumManager 2.2.1

03 Aug 11:08
Compare
Choose a tag to compare

Changes:

  • Minor bug fixes: No longer raise exception when Cython is used to compile submodules.

pyTeliumManager 2.2.0

20 Jul 14:12
Compare
Choose a tag to compare

Python lib for Ingenico Telium Manager app

Changes:

  • Can now identify fully qualified numbers and card type. (With Ousret/payment-card-identifier package)
  • TeliumData classes have now improved .dict output. See README.md for sample.
  • Minors improvements.

pyTeliumManager 2.1.0

10 Jul 17:11
Compare
Choose a tag to compare

Python lib for Telium Manager 2.1.0

Changes:

  • Set long timeout only when we have to wait for transaction ending.
  • Test suites available with simulated device.
  • Minors improvements.
  • Docs improvements.

pyTeliumManager 2.0.2

16 Jun 22:44
Compare
Choose a tag to compare

Python lib for Telium Manager 2.0.2

Changes:

  • Can now decode raw response when immediate answer from device.
  • Auto create instance of Telium with static method Telium.get(), will find device based on most common path.

pyTeliumManager 2.0.1

14 Jun 14:38
Compare
Choose a tag to compare

Python lib for Telium Manager 2.0.1

Production ready