All Versions
8
Latest Version
Avg Release Cycle
141 days
Latest Release
1517 days ago

Changelog History

  • v2.4.0 Changes

    February 23, 2020

    ๐Ÿฑ ..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. ๐ŸŽ‰

  • v2.3.0 Changes

    September 29, 2017

    ๐Ÿ”„ 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.
  • v2.2.2 Changes

    August 05, 2017

    ๐Ÿ”„ Changes:

    • ๐Ÿ›  Bugfix: Fully qualified numbers not extracted correctly in rare case.
  • v2.2.1 Changes

    August 03, 2017

    ๐Ÿ”„ Changes:

    • ๐Ÿ›  Minor bug fixes: No longer raise exception when Cython is used to compile submodules.
  • v2.2.0 Changes

    July 20, 2017

    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.
  • v2.1.0 Changes

    July 10, 2017

    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.
  • v2.0.2 Changes

    June 16, 2017

    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.
  • v2.0.1 Changes

    June 14, 2017

    Python lib for Telium Manager 2.0.1

    Production ready