All Versions
8
Latest Version
Avg Release Cycle
141 days
Latest Release
1815 days ago
Changelog History
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, 2017Python 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, 2017Python 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, 2017Python 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, 2017Python lib for Telium Manager 2.0.1
Production ready