Python2 compat in poetry-core
See original GitHub issueThere’s a massive amount of python2 compatibility code in the poetry-core
repo. Is there a technical reason that’s still required, or can it be stripped out?
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Poetry PEP 517 Build Backend & Core Utilities - GitHub
Poetry Core A PEP 517 build backend implementation developed for Poetry. This project is intended to be a light weight, fully compliant,...
Read more >FAQ | Documentation | Poetry - Python dependency ...
Poetry supports the use of PyPI and private repositories for discovery of packages as well as for publishing your projects. By default, Poetry...
Read more >Install latest python-poetry with a specific poetry-core commit
Save this question. Show activity on this post. I need to install a version of poetry that has the poetry add --group support...
Read more >poetry-core - Python Package Health Analysis - Snyk
The PyPI package poetry-core receives a total of 4,216,032 downloads a week. As such, we scored poetry-core popularity level to be Influential project....
Read more >python-poetry-core - openSUSE Software
python -poetry-core ... A PEP 517 build backend implementation developed for Poetry. This project is intended to be a light weight, fully compliant,...
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 Free
Top 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
Cool beans. I’ve not touched the vendored code, I have given it a once over with pyupgrade. I’ve not added a pyupgrade hook. Any reason not to?
I just noticed that as you replied! Neat!