#python-packaging

[ follow ]
Python
fromInfoWorld
1 week ago

How to manage Python projects with Poetry

Poetry is an all-in-one Python project manager providing deterministic dependencies, virtual environment handling, and simplified building, packaging, and publishing to PyPI.
Python
fromTalkpython
1 week ago

pyx - the other side of the uv coin (announcing pyx)

Pyx is a Python-native package registry that mirrors PyPI, works with pip and uv, and enables faster, more predictable installs via smart client-server cooperation.
Python
fromReuven Lerner
1 month ago

You're probably using uv wrong

Use uv via its project model to manage environments, Python versions, and dependencies rather than substituting it for pip or installing packages globally.
[ Load more ]