pytoolconfig1.3.1
pytoolconfig1.3.1
Published
Python tool configuration
pip install pytoolconfig
Package Downloads
Authors
Project URLs
Requires Python
>=3.8
Dependencies
- tomli
>=2.0.1; python_version < "3.11"
- packaging
>=23.2
- pydantic
>=2.5.3; extra == "validation"
- platformdirs
>=3.11.0; extra == "global"
- tabulate
>=0.9.0; extra == "doc"
- sphinx
>=7.1.2; extra == "doc"
- sphinx
>=7.1.2; extra == "gendocs"
- sphinx-autodoc-typehints
>=1.25.2; extra == "gendocs"
- sphinx-rtd-theme
>=2.0.0; extra == "gendocs"
- pytoolconfig
[doc]; extra == "gendocs"
Pytoolconfig
Python Tool Configuration
The goal of this project is to manage configuration for python tools, such as rope and add support for a pyproject.toml configuration file. Documentation This library only supports python 3.8 to 3.12. 3.13+ may work, but isn't tested.
Development
pdm install --dev -G :all
to setup development environment pdm run tox
to
run tests
Alternatives
Maison is a similar library