Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-pyscard-2.1.1-lp160.1.1 RPM for aarch64

From OpenSuSE Leap 16.0 for aarch64

Name: python311-pyscard Distribution: openSUSE Leap 16.0
Version: 2.1.1 Vendor: openSUSE
Release: lp160.1.1 Build date: Mon Sep 9 22:40:22 2024
Group: Development/Languages/Python Build host: reproducible
Size: 941747 Source RPM: python-pyscard-2.1.1-lp160.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://pyscard.sourceforge.io/
Summary: Python module adding smart card support
Python-pyscard consists of smartcard.scard, an extension module wrapping
Windows smart card base components (also known as PCSC) on Windows and PCSC
lite on linux and Mac OS X Tiger and Leopard, and smartcard, a higher level
python framework built on top of the raw PCSC API.

Provides

Requires

License

LGPL-2.0-or-later

Changelog

* Mon Sep 09 2024 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.1.1
    * Fix a regression introduced in 2.1.0
  - Update to version 2.1.0
    * PCSCCardRequest: fix active polling (was a 0.1 sec loop)
    * Fix use of undefined variable 'hresult' in exceptions
    * Fix print() use in pyscard user’s guide
    * Fix deprecation warnings
    * Minor changes
    * some more pylint-detected fixes.
* Mon Jun 03 2024 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.0.10
    * CardMonitoringThread(): do not catch unexpected exceptions
* Sat Apr 06 2024 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.0.9
    * fix a bug with CardRequestTimeoutException introduced in 2.0.8
    * Minor changes
* Sat Mar 09 2024 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.0.8
    * Make CardMonitor() thread safe on Python 3.12
    * Add hresult value in exceptions
    * Improve documentation
    * Check swig is installed on build
    * Remove use of imp module for wx (GUI)
    * Makefile: modernize use of setup.py
  - Drop not longer needed patch:
    * 0001-Remove-use-of-imp-module-for-wx-GUI.patch
* Wed Feb 07 2024 Martin Hauke <mardnh@gmx.de>
  - Add patch:
    * 0001-Remove-use-of-imp-module-for-wx-GUI.patch
      Fix build for python >= 3.12
* Fri Apr 07 2023 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.0.7
    * do not include the generated HTML documentation in the archive
  - Update to version 2.0.6
    * handle SCARD_E_NO_SERVICE on Windows (on last reader removal)
    * add support of MSYS2/mingw environment on Windows
    * improve documentation
    * minor changes
* Thu Sep 29 2022 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.0.5
    * no functional changes
  - Update to version 2.0.4
    * Fix a problem on PCSCCardConnection.disconnect
    * Add support of BaseSCardException(hresult) format
    * Do not use deprecated distutils anymore
  - Update to version 2.0.3
    * PCSCExceptions: include error code in the message
* Tue Apr 19 2022 Marcus Meissner <meissner@suse.com>
  - use https url
* Wed Nov 03 2021 pgajdos@suse.com
  - %check: use %pyunittest rpm macro
* Wed Sep 22 2021 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.0.2
    * Restrict MAX_BUFFER_SIZE_EXTENDED to 65535 and fix an issue
      on Lenovo laptops with NXP NFC readers
    * SmartcardException: display a positive PCSC error code
* Thu Aug 19 2021 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.0.1
    * Add .reconnect() method to high-level API
    * Use Python3 by default
    * Handle bogus ACS ACR122U PICC reader
* Sat Jan 09 2021 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.0.0
    * SCardStatus(): Fix a crash in case of PC/SC error
    * toASCIIString(): replace non-ASCII char by '.'
* Sun Nov 24 2019 Martin Hauke <mardnh@gmx.de>
  - Update to version 1.9.9
    * test: fix Exception test on 32-bits CPU
* Thu Apr 04 2019 Torsten Gruner <t.gruner@katodev.de>
  - Fix Exception test on 32-bits CPU. Issue #72
* Mon Mar 25 2019 Martin Hauke <mardnh@gmx.de>
  - Update to version 1.9.8
    * SmartcardException: store the PC/SC return code in hresult
    * CardMonitoring: stop the looping only if PCSC exited
    * Minor documentation improvements
* Wed Jun 20 2018 mardnh@gmx.de
  - Update to version 1.9.7
    * Modify CardMonitoring's deleteObserver method to cleanly remove threads
    * Python 3: fix smartcard/Synchronization.py
    * Python 3: Fix SCardGetErrorMessage() on Windows
    * PCSCPart10: add parseFeatureRequest(), parseTlvProperties()
    * Fix PEP8 warnings
    * Minor documentation improvements
* Mon Nov 27 2017 t.gruner@katodev.de
  - update to version 1.9.6 (August 2017)
    - include test/__init__.py in the archive tarball.
      "make test" now works. That fixes build using Python 3.6
  - fix spec file
* Fri May 05 2017 t.gruner@katodev.de
  - single spec for python 2 and python 3
  - Update to version 1.9.5 (Feb 2017)
    - SCardGetStatusChange(): fix a memory leak with Python 3
    - SCardTransmit(): use SCARD_PCI_RAW for undefined protocol
    - Improve epydoc documentation
  - verison 1.9.4 (May 2016)
    - Fix installation using pip and easy_install
    - Avoid El Capitan SCardGetAttrib bug
    - CardConnection: Add context management
    - PCSCCardConnection: raise NoCardException if SCARD_E_NO_SMARTCARD
    - Stop CardMonitor monitor thread after traceback print.
    - minor improvements
  - verison 1.9.3 (March 2016)
    - Fix SCardControl() on Windows 7
    - Fix installation using pip and easy_install
  - verison 1.9.2 (February 2016)
    - Fix toBytes regression
    - Fix installation using pip
    - improve pydoc documentation
    - user-guide.rst: use real sample codes
    - minor improvements
  - verison 1.9.1 (September 2015)
    - Create a new version so that the upload to Pypi does _not_
      contain the swig generated files.
* Fri Oct 16 2015 t.gruner@katodev.de
  - Version 1.9.0 (August 2015)
    - add Python3 support (Python2 is still supported)
    - fix a lot of pylint warnings
    - smartcard/test/* replace deprecated assert calls
    - add tox support and coverage reports, run test suite on Travis
    - add Travis CI support to automatically build on Unix
    - add AppVeyor support to automatically build on Windows
    - minor bugs fixed
    - Big thank you to Alex Willmer for his work on pyscard
  - Version 1.7.0 (June 2015)
    - PCSCCardConnection: Fix a problem with mode=SCARD_SHARE_DIRECT
    - add support of cygwin as a build platform
    - Fix a problem with Windows Remote Desktop
    - Switch from distutils to setuptools
    - dropped support for Python 2.5 and earlier (Alex Willmer)
    - dropped support for OS X 10.5 (Leopard) and earlier (Alex Willmer)
    - minor bugs fixed
* Thu Jul 16 2015 t.gruner@katodev.de
  - move changelog to a file
* Sat Jan 11 2014 pedro@pgalves - 1.6.16
  - added support for windows 64bit amd64 (Jean-Daniel Aussel)
  - support python "new" classes (derive classes from object) (Ludovic Rousseau from chrysn feature request ID 3110077)
  - fixed Reader.__eq__() (Ludovic Rousseau from Bernard Paulus bug ID 3418113)
  - fixed extended APDU transmit buffer too short by 2 (Jean-Daniel Aussel from bugs ID 2914636 and 3106761)
  - make Card and Reader objects hashable (Jean-Daniel Aussel from Hans-Peter Jansen feature request and patch)
  - convert the user guide to python-Sphinx
* Fri May 27 2011 hpj@urpla.net - 1.6.14
  - update to 1.6.14 svn 529
* Wed May 25 2011 hpj@urpla.net - 1.6.12
  - add docs
* Wed May 25 2011 hpj@urpla.net - 1.6.12
  - initial version

Files

/usr/lib64/python3.11/site-packages/pyscard-2.1.1-py3.11.egg-info
/usr/lib64/python3.11/site-packages/pyscard-2.1.1-py3.11.egg-info/PKG-INFO
/usr/lib64/python3.11/site-packages/pyscard-2.1.1-py3.11.egg-info/SOURCES.txt
/usr/lib64/python3.11/site-packages/pyscard-2.1.1-py3.11.egg-info/dependency_links.txt
/usr/lib64/python3.11/site-packages/pyscard-2.1.1-py3.11.egg-info/requires.txt
/usr/lib64/python3.11/site-packages/pyscard-2.1.1-py3.11.egg-info/top_level.txt
/usr/lib64/python3.11/site-packages/smartcard
/usr/lib64/python3.11/site-packages/smartcard/ATR.py
/usr/lib64/python3.11/site-packages/smartcard/AbstractCardRequest.py
/usr/lib64/python3.11/site-packages/smartcard/Card.py
/usr/lib64/python3.11/site-packages/smartcard/CardConnection.py
/usr/lib64/python3.11/site-packages/smartcard/CardConnectionDecorator.py
/usr/lib64/python3.11/site-packages/smartcard/CardConnectionEvent.py
/usr/lib64/python3.11/site-packages/smartcard/CardConnectionObserver.py
/usr/lib64/python3.11/site-packages/smartcard/CardMonitoring.py
/usr/lib64/python3.11/site-packages/smartcard/CardNames.py
/usr/lib64/python3.11/site-packages/smartcard/CardRequest.py
/usr/lib64/python3.11/site-packages/smartcard/CardService.py
/usr/lib64/python3.11/site-packages/smartcard/CardType.py
/usr/lib64/python3.11/site-packages/smartcard/ClassLoader.py
/usr/lib64/python3.11/site-packages/smartcard/Exceptions.py
/usr/lib64/python3.11/site-packages/smartcard/ExclusiveConnectCardConnection.py
/usr/lib64/python3.11/site-packages/smartcard/ExclusiveTransmitCardConnection.py
/usr/lib64/python3.11/site-packages/smartcard/Observer.py
/usr/lib64/python3.11/site-packages/smartcard/PassThruCardService.py
/usr/lib64/python3.11/site-packages/smartcard/ReaderMonitoring.py
/usr/lib64/python3.11/site-packages/smartcard/Session.py
/usr/lib64/python3.11/site-packages/smartcard/Synchronization.py
/usr/lib64/python3.11/site-packages/smartcard/System.py
/usr/lib64/python3.11/site-packages/smartcard/__init__.py
/usr/lib64/python3.11/site-packages/smartcard/__pycache__
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/ATR.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/ATR.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/AbstractCardRequest.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/AbstractCardRequest.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/Card.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/Card.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardConnection.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardConnection.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardConnectionDecorator.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardConnectionDecorator.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardConnectionEvent.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardConnectionEvent.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardConnectionObserver.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardConnectionObserver.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardMonitoring.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardMonitoring.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardNames.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardNames.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardRequest.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardRequest.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardService.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardService.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardType.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/CardType.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/ClassLoader.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/ClassLoader.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/Exceptions.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/Exceptions.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/ExclusiveConnectCardConnection.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/ExclusiveConnectCardConnection.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/ExclusiveTransmitCardConnection.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/ExclusiveTransmitCardConnection.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/Observer.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/Observer.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/PassThruCardService.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/PassThruCardService.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/ReaderMonitoring.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/ReaderMonitoring.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/Session.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/Session.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/Synchronization.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/Synchronization.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/System.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/System.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/guid.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/guid.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/ulist.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/__pycache__/ulist.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/guid.py
/usr/lib64/python3.11/site-packages/smartcard/pcsc
/usr/lib64/python3.11/site-packages/smartcard/pcsc/PCSCCardConnection.py
/usr/lib64/python3.11/site-packages/smartcard/pcsc/PCSCCardRequest.py
/usr/lib64/python3.11/site-packages/smartcard/pcsc/PCSCContext.py
/usr/lib64/python3.11/site-packages/smartcard/pcsc/PCSCExceptions.py
/usr/lib64/python3.11/site-packages/smartcard/pcsc/PCSCPart10.py
/usr/lib64/python3.11/site-packages/smartcard/pcsc/PCSCReader.py
/usr/lib64/python3.11/site-packages/smartcard/pcsc/PCSCReaderGroups.py
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__init__.py
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__pycache__
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__pycache__/PCSCCardConnection.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__pycache__/PCSCCardConnection.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__pycache__/PCSCCardRequest.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__pycache__/PCSCCardRequest.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__pycache__/PCSCContext.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__pycache__/PCSCContext.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__pycache__/PCSCExceptions.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__pycache__/PCSCExceptions.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__pycache__/PCSCPart10.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__pycache__/PCSCPart10.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__pycache__/PCSCReader.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__pycache__/PCSCReader.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__pycache__/PCSCReaderGroups.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__pycache__/PCSCReaderGroups.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/pcsc/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/pyro
/usr/lib64/python3.11/site-packages/smartcard/pyro/PyroReader.py
/usr/lib64/python3.11/site-packages/smartcard/pyro/__init__.py
/usr/lib64/python3.11/site-packages/smartcard/pyro/__pycache__
/usr/lib64/python3.11/site-packages/smartcard/pyro/__pycache__/PyroReader.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/pyro/__pycache__/PyroReader.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/pyro/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/pyro/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/reader
/usr/lib64/python3.11/site-packages/smartcard/reader/Reader.py
/usr/lib64/python3.11/site-packages/smartcard/reader/ReaderFactory.py
/usr/lib64/python3.11/site-packages/smartcard/reader/ReaderGroups.py
/usr/lib64/python3.11/site-packages/smartcard/reader/__init__.py
/usr/lib64/python3.11/site-packages/smartcard/reader/__pycache__
/usr/lib64/python3.11/site-packages/smartcard/reader/__pycache__/Reader.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/reader/__pycache__/Reader.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/reader/__pycache__/ReaderFactory.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/reader/__pycache__/ReaderFactory.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/reader/__pycache__/ReaderGroups.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/reader/__pycache__/ReaderGroups.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/reader/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/reader/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/scard
/usr/lib64/python3.11/site-packages/smartcard/scard/__init__.py
/usr/lib64/python3.11/site-packages/smartcard/scard/__pycache__
/usr/lib64/python3.11/site-packages/smartcard/scard/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/scard/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/scard/__pycache__/scard.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/scard/__pycache__/scard.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/scard/_scard.cpython-311-aarch64-linux-gnu.so
/usr/lib64/python3.11/site-packages/smartcard/scard/scard.py
/usr/lib64/python3.11/site-packages/smartcard/sw
/usr/lib64/python3.11/site-packages/smartcard/sw/ErrorChecker.py
/usr/lib64/python3.11/site-packages/smartcard/sw/ErrorCheckingChain.py
/usr/lib64/python3.11/site-packages/smartcard/sw/ISO7816_4ErrorChecker.py
/usr/lib64/python3.11/site-packages/smartcard/sw/ISO7816_4_SW1ErrorChecker.py
/usr/lib64/python3.11/site-packages/smartcard/sw/ISO7816_8ErrorChecker.py
/usr/lib64/python3.11/site-packages/smartcard/sw/ISO7816_9ErrorChecker.py
/usr/lib64/python3.11/site-packages/smartcard/sw/SWExceptions.py
/usr/lib64/python3.11/site-packages/smartcard/sw/__init__.py
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/ErrorChecker.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/ErrorChecker.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/ErrorCheckingChain.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/ErrorCheckingChain.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/ISO7816_4ErrorChecker.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/ISO7816_4ErrorChecker.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/ISO7816_4_SW1ErrorChecker.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/ISO7816_4_SW1ErrorChecker.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/ISO7816_8ErrorChecker.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/ISO7816_8ErrorChecker.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/ISO7816_9ErrorChecker.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/ISO7816_9ErrorChecker.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/SWExceptions.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/SWExceptions.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/op21_ErrorChecker.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/__pycache__/op21_ErrorChecker.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/sw/op21_ErrorChecker.py
/usr/lib64/python3.11/site-packages/smartcard/ulist.py
/usr/lib64/python3.11/site-packages/smartcard/util
/usr/lib64/python3.11/site-packages/smartcard/util/__init__.py
/usr/lib64/python3.11/site-packages/smartcard/util/__pycache__
/usr/lib64/python3.11/site-packages/smartcard/util/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/util/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/wx
/usr/lib64/python3.11/site-packages/smartcard/wx/APDUHexValidator.py
/usr/lib64/python3.11/site-packages/smartcard/wx/APDUTracerPanel.py
/usr/lib64/python3.11/site-packages/smartcard/wx/CardAndReaderTreePanel.py
/usr/lib64/python3.11/site-packages/smartcard/wx/ReaderToolbar.py
/usr/lib64/python3.11/site-packages/smartcard/wx/SimpleSCardApp.py
/usr/lib64/python3.11/site-packages/smartcard/wx/SimpleSCardAppEventObserver.py
/usr/lib64/python3.11/site-packages/smartcard/wx/SimpleSCardAppFrame.py
/usr/lib64/python3.11/site-packages/smartcard/wx/__init__.py
/usr/lib64/python3.11/site-packages/smartcard/wx/__pycache__
/usr/lib64/python3.11/site-packages/smartcard/wx/__pycache__/APDUHexValidator.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/wx/__pycache__/APDUHexValidator.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/wx/__pycache__/APDUTracerPanel.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/wx/__pycache__/APDUTracerPanel.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/wx/__pycache__/CardAndReaderTreePanel.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/wx/__pycache__/CardAndReaderTreePanel.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/wx/__pycache__/ReaderToolbar.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/wx/__pycache__/ReaderToolbar.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/wx/__pycache__/SimpleSCardApp.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/wx/__pycache__/SimpleSCardApp.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/wx/__pycache__/SimpleSCardAppEventObserver.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/wx/__pycache__/SimpleSCardAppEventObserver.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/wx/__pycache__/SimpleSCardAppFrame.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/wx/__pycache__/SimpleSCardAppFrame.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/wx/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smartcard/wx/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smartcard/wx/resources
/usr/lib64/python3.11/site-packages/smartcard/wx/resources/reader.ico
/usr/lib64/python3.11/site-packages/smartcard/wx/resources/smartcard.ico
/usr/share/doc/packages/python311-pyscard
/usr/share/doc/packages/python311-pyscard/ChangeLog
/usr/share/doc/packages/python311-pyscard/README.md
/usr/share/doc/packages/python311-pyscard/doc
/usr/share/doc/packages/python311-pyscard/doc/images
/usr/share/doc/packages/python311-pyscard/doc/images/pyscard.jpg
/usr/share/doc/packages/python311-pyscard/doc/images/sflogo.php.png
/usr/share/licenses/python311-pyscard
/usr/share/licenses/python311-pyscard/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Nov 12 00:13:41 2024