LICENSE
README.md
pyproject.toml
tox.ini
.github/workflows/build.yml
.github/workflows/tests.yml
peppyproject/__init__.py
peppyproject/__main__.py
peppyproject/base.py
peppyproject/cli.py
peppyproject/configuration.py
peppyproject/files.py
peppyproject/tables.py
peppyproject.egg-info/PKG-INFO
peppyproject.egg-info/SOURCES.txt
peppyproject.egg-info/dependency_links.txt
peppyproject.egg-info/entry_points.txt
peppyproject.egg-info/requires.txt
peppyproject.egg-info/top_level.txt
peppyproject/tools/__init__.py
peppyproject/tools/base.py
peppyproject/tools/coverage.py
peppyproject/tools/flake8.py
peppyproject/tools/ruff.py
peppyproject/tools/setuptools.py
tests/test_read.py
tests/test_write.py
tests/data/input/pyproject_toml/.flake8
tests/data/input/pyproject_toml/LICENSE
tests/data/input/pyproject_toml/README.md
tests/data/input/pyproject_toml/pyproject.toml
tests/data/input/pyproject_toml/pytest.ini
tests/data/input/pyproject_toml/tox.ini
tests/data/input/setup_cfg/pyproject.toml
tests/data/input/setup_cfg/setup.cfg
tests/data/input/setup_cfg/setup.py
tests/data/input/setup_cfg/tox.ini
tests/data/input/setup_cfg/docs/conf.py
tests/data/input/setup_py/LICENSE
tests/data/input/setup_py/README.rst
tests/data/input/setup_py/setup.cfg
tests/data/input/setup_py/setup.py
tests/data/reference/pyproject_toml/pyproject.toml
tests/data/reference/setup_cfg/pyproject.toml
tests/data/reference/setup_py/pyproject.toml