Metadata-Version: 2.1
Name: pytoolconfig
Version: 1.2.5
Summary: Python tool configuration
Author-email: bageljr <bageljr897@protonmail.com>
Requires-Python: >=3.7
Provides-Extra: doc
Provides-Extra: gendocs
Provides-Extra: global
Provides-Extra: validation
Project-URL: Homepage, https://github.com/bageljrkhanofemus/pytoolconfig
Description-Content-Type: text/markdown

# Pytoolconfig

**Py**thon **Tool** **Config**uration

The goal of this project is to manage configuration for python tools, such as
black and rope and add support for a pyproject.toml configuration file.
[Documentation](https://pytoolconfig.readthedocs.io/en/latest/) This library
only supports python 3.7 to 3.11. 3.12 plus may work, but isn't tested.

## Development

`pdm install --dev -G :all` to setup development environment `pdm run tox` to
run tests

## Alternatives

[Maison](https://dbatten5.github.io/maison/) is a similar library

