Implementazione open-source del protocollo di Strong Customer Authentication di Poste Italiane, (https://posteid.poste.it), lato client.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

42 lines
797 B

[metadata]
name = pyjod
version = attr:pyjod.version
description = Python implementation of PosteID.
long_description = file:README.md
long_description_content_type = text/markdown
author = Vendetta
author_email = aaron@guerrilla.open
classifiers =
Development Status :: 1 - Planning
Programming Language :: Python
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
platforms = any
[options]
packages =
pyjod
install_requires =
xdgappdirs>=1.4
cryptography>=3.3
jwcrypto>=1.3
pathvalidate>=2.5
pyotp>=2.6
requests
setup_requires =
setuptools_scm
[options.extras_require]
qr =
numpy
qrcodeT
scanqr =
numpy
opencv-python
pyautogui
[options.entry_points]
console_scripts =
posteid = pyjod.cli:run