Metadata-Version: 2.4
Name: patchlion
Version: 0.0.2
Summary: 自用的 Python 工具集合，提供常用的开发工具和实用函数
Author-email: PatchLion <your-email@example.com>
Maintainer-email: PatchLion <your-email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/PatchLion/pltools
Project-URL: Repository, https://github.com/PatchLion/pltools
Project-URL: Bug Tracker, https://github.com/PatchLion/pltools/issues
Project-URL: Documentation, https://github.com/PatchLion/pltools#readme
Keywords: tools,utilities,git,command-line,development
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
