pyscard icon indicating copy to clipboard operation
pyscard copied to clipboard

pyscard smartcard library for python

Results 11 pyscard issues
Sort by recently updated
recently updated
newest added

Hi there, i use ubuntu 18.04.5, python-pyscard version is 1.9.6.2 and python version is 2.7.17 My issue is that if i use the sysmo-isim-tool i get the error no module...

help wanted

kali linux python Python 2.7.18 (default, Mar 28 2022, 20:47:09) sir i have ,been trying for more than three days to connect my ACR122U-A9to pyscard it is showing me errors...

#### Your system information * Operating system used: Windows 10 * pyscard version: 2.0.1 * Python version: 3.9 #### Please describe your issue in as much detail as possible: Describe...

help wanted
Windows

#### Your system information * Operating system used: Linux x86/64 * pyscard version: pcsc-lite 1.9.5 * Python version: 3.8.13 #### Please describe your issue in as much detail as possible:...

help wanted

Hello, i'm trying to install pyscard but pip installation fails. Seems like missing dependency's(?) OS Win 7-x64 Command: python -m pip install pyscard Tested with Python 3.4.4-x64, 3.4.4-x86, 3.6.2-x64, 3.6.2-x86...

help wanted
wontfix
Windows

Can you please make the card monitoring thread's polling interval configurable? My current hack works, but makes me sad: ```python self._monitor = CardMonitor() self._monitor.addObserver(self) success = False attempts = 0...

help wanted

Use Named tuples https://docs.python.org/3/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields instead of tuples. For example ``.transmit()`` could return a named tuple ``[response="", sw1=, sw2=]``.

enhancement

The current [GHA workflows](https://github.com/LudovicRousseau/pyscard/tree/master/.github/workflows) for tests are split up between "Linux + macOS" and "Windows", and there is no workflow for releasing to PyPI. Would you be interested in a...

wontfix

#### Your system information * Operating system used: Arch Linux * pyscard version: 2.0.9 * Python version: 3.11.8 #### Please describe your issue in as much detail as possible: *...

#### Your system information * Operating system used: windows 11 * pyscard version:2.0.8 * Python version: 3.11.8 #### Please describe your issue in as much detail as possible: The Smart...

help wanted
Windows