PEP518 introduces a new file (pyproject.toml
) that can be used as a config for project/build settings.
poetry is a new package manager for Python which is becoming quite popular lately. Poetry utilizes pyproject.toml
quite nicely. The workflow of poetry is somewhat coupled to pyenv.
A project that uses poetry ends up with these two files in most cases:
.python-version
pyproject.toml
I think it would be awesome if pyenv would allow storing env version information inside pyproject.toml
, so that we can omit python-version
in such projects.
Pyenv could use an entry such as this one inside pyproject.toml
:
[tool.pyenv.python]
versions = ["3.7.1", "3.6.7"]
Any love for this?
yamad, kstrauser, afonasev, joshfriend, idadzie and 93 morebolinocroustibat, pdpark, wonjoonSeol-WS, antoncyrol, tboddyspargo and 23 more
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4