Releases: Ousret/pyTeliumManager
Releases · Ousret/pyTeliumManager
Version 2.4.2
pyTeliumManager 2.4.0
..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
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
Changes:
- Bugfix: Fully qualified numbers not extracted correctly in rare case.
pyTeliumManager 2.2.1
Changes:
- Minor bug fixes: No longer raise exception when Cython is used to compile submodules.
pyTeliumManager 2.2.0
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
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
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
Python lib for Telium Manager 2.0.1
Production ready