pyproject.toml (PEP 518) support
See original GitHub issueHi, I was wondering if there were plans for pyproject.toml
support.
see: peritus/bumpversion#192, PEP 518
Issue Analytics
- State:
- Created 5 years ago
- Reactions:57
- Comments:27 (9 by maintainers)
Top Results From Across the Web
PEP 518 – Specifying Minimum Build System Requirements ...
PEP 518 – Specifying Minimum Build System Requirements for Python Projects ... A pyproject.toml file may be used to store configuration details other...
Read more >pyproject.toml (PEP 518) support · Issue #234 · PyCQA/flake8
Hi! Is there a plan to support pyproject.toml from PEP 518? Specifically, it would be nice if flake8 could understand [tool.
Read more >Support `pyproject.toml` and PEP-518 : PY-42296 - YouTrack
Support `pyproject.toml` and PEP-518 ... PEP-518 defines the pyproject.toml as the new standard for python projects to replace the setup.py file. The standard ......
Read more >pyproject.toml - pip documentation v22.3.1
Introduced in PEP 518, the build-system.requires key in the pyproject.toml file is a list of requirement specifiers for build-time dependencies of a package....
Read more >A Practical Guide to Setuptools and Pyproject.toml
An example driven guide to setting up and building a python package using Setuptools together with pyproject.toml.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I like @clbarnes’s suggestion – support for TOML (in general) with
.bumpversion.cfg
being deprecated for.bumpversion.toml
(eventually) and support forpyproject.toml
.This is the case for Python projects.
However, pojects done in another language can also benefit from bumpversion, and there it does not make sense to have either
setup.cfg
orpyproject.toml
.