[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