加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
eggplants 提交于 2022-04-21 09:55 . add: isort to dev deps
[metadata]
name = depix
version = attr: depixlib.__version__
description = Recovers passwords from pixelized screenshots
long_description = file: README.md
long_description_content_type = text/markdown
license = CC BY 4.0
author = Sipke Mellema
author_email = sipke@factosec.nl
url = https://github.com/beurtschipper/Depix
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Topic :: Scientific/Engineering :: Image Processing
Topic :: Scientific/Engineering :: Image Recognition
Topic :: Security
Topic :: Utilities
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
packages = find:
install_requires =
Pillow
types-Pillow
packages_data =
depixlib = py.typed
python_requires = >= 3.7
[options.entry_points]
console_scripts =
depix = depixlib.depix:main
genpixed = depixlib.genpixed:main
[options.extras_require]
dev =
black
flake8
isort
mypy
setuptools>=46.4.0
types-setuptools
[isort]
profile = black
[flake8]
indent-size = 4
max-line-length = 120
extend-ignore = W605
[mypy]
python_version = 3.9
show_error_codes = True
pretty = True
strict = True
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化