File: README.md

package info (click to toggle)
pytoolconfig 1.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: python: 846; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Pytoolconfig

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

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](https://pytoolconfig.readthedocs.io/en/latest/) 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](https://dbatten5.github.io/maison/) is a similar library