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

2 years ago
2 years ago
  1. [metadata]
  2. name = pyjod
  3. version = attr:pyjod.version
  4. description = Python implementation of PosteID.
  5. long_description = file:README.md
  6. long_description_content_type = text/markdown
  7. author = Vendetta
  8. author_email = aaron@guerrilla.open
  9. classifiers =
  10. Development Status :: 1 - Planning
  11. Programming Language :: Python
  12. Programming Language :: Python :: 3.9
  13. Programming Language :: Python :: 3.10
  14. platforms = any
  15. [options]
  16. packages =
  17. pyjod
  18. install_requires =
  19. xdgappdirs>=1.4
  20. cryptography>=3.3
  21. jwcrypto>=1.3
  22. pathvalidate>=2.5
  23. pyotp>=2.6
  24. requests
  25. setup_requires =
  26. setuptools_scm
  27. [options.extras_require]
  28. qr =
  29. numpy
  30. qrcodeT
  31. scanqr =
  32. numpy
  33. opencv-python
  34. pyautogui
  35. [options.entry_points]
  36. console_scripts =
  37. posteid = pyjod.cli:run