Metadata-Version: 2.1
Name: oll-sc
Version: 0.1.1
Summary: Wrapper around PyKCS11 and openSC used to create smart card signatures
Home-page: https://github.com/platform/oll-sc/tree/master
Author: Open Law Library
Author-email: info@openlawlib.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Security
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: ci
Provides-Extra: dev
Requires-Dist: click (==6.7)
Requires-Dist: cryptography (>=2.3.1)
Requires-Dist: PyKCS11 (==1.5.5)
Provides-Extra: ci
Requires-Dist: pylint (==2.3.1); extra == 'ci'
Requires-Dist: bandit (==1.6.0); extra == 'ci'
Requires-Dist: pytest (==4.5.0); extra == 'ci'
Requires-Dist: pytest-cov (==2.7.1); extra == 'ci'
Provides-Extra: dev
Requires-Dist: autopep8 (==1.4.4); extra == 'dev'
Requires-Dist: pylint (==2.3.1); extra == 'dev'
Requires-Dist: bandit (==1.6.0); extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest (==4.5.0); extra == 'test'

# Smart Card support

This library is a wrapper around [PyKCS11](https://github.com/LudovicRousseau/PyKCS11) with included prebuild `openSC` libraries which allows signing data with smart cards without any additional pre-installed software.


