Metadata-Version: 2.1
Name: pydev-cli
Version: 2.0.0
Summary: A single python development dependency to rule them all
Author: Guillaume Charbonnier
Author-email: guillaume.charbonnier@capgemini.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Requires-Dist: black (>=19.10b0,<20.0)
Requires-Dist: flake8 (>=3.8.3,<4.0.0)
Requires-Dist: isort (>=5.5.1,<6.0.0)
Requires-Dist: markdown-include (>=0.6.0,<0.7.0); extra == "docs"
Requires-Dist: mkdocs (>=1.1.2,<2.0.0); extra == "docs"
Requires-Dist: mkdocs-material (>=6.1.0,<7.0.0); extra == "docs"
Requires-Dist: mkdocstrings (>=0.13.6,<0.14.0); extra == "docs"
Requires-Dist: mypy (>=0.790,<0.791)
Requires-Dist: pre-commit (>=2.7.1,<3.0.0)
Requires-Dist: pydantic (>=1.6.1,<2.0.0)
Requires-Dist: pytest (>=6.0.1,<7.0.0)
Requires-Dist: pytest-cov (>=2.10.1,<3.0.0)
Requires-Dist: python-semantic-release (>=7.3.0,<8.0.0)
Requires-Dist: toml (>=0.10.1,<0.11.0)
Requires-Dist: typer (>=0.3.2,<0.4.0)
