create a PEP621-compliant `pyproject.toml` file from existing build configuration
Project description
peppyproject
peppyproject
creates a PEP621-compliant pyproject.toml
file from an existing Python project's build
configuration (setup.cfg
, setup.py
, tox.ini
, etc.).
pip install peppyproject
peppyproject --input ./my_python_project --output new-pyproject.toml
peppyproject
uses ini2toml[full]
to read setup.cfg
and INI files, and ast.literal_eval()
to read and parse
a setup.py
file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
peppyproject-0.1.0.tar.gz
(72.7 kB
view hashes)
Built Distribution
Close
Hashes for peppyproject-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b5c66bf6378391a69016cb03fdefa218b426ce6b0680f182c0fc53a5b5d7c8b |
|
MD5 | d587be009f9250a748c0e59c20e470bd |
|
BLAKE2b-256 | 1e96c41736865eceba54c749bd4cc586b68b2b8aa2b23023cd2c7da88ac93a36 |