Today I read (about uv):

"Eggs were the pre-wheel binary format. pip still handles them; uv doesn’t even try. The format has been obsolete for over a decade."

Over the years I have tried to keep a “working” installer for the GoPiGo3 API .eggs as the PiOS and Ubuntu OS released annual versions.

Recently started to get message “setup.py deprecated”, and now I hear "obsolete for a decade"

50 years ago I installed with paper tape. I'm so old I'm going to "Rust" (with uv)?

#GoPiGo3 #PythonUv

@resingm
Can't wait until they start paying back their vc investors. I wonder if they'll introduce some extra paid services barely associated with existing tools, like #pydantic has, or will they pull the plug somewhere

#python #astral #pythonUv

Just figured out how to set up #pythonUv to use #kwallet

need env variables with user name and keyring provider (subprocess), keyring python package installed (pipx) and password set with command:
keyring set ${API endpoint} ${remote user name}
provide token when prompted. That's it!

Python UV empowers developers to rapidly build multi-version Python environments for efficient Odoo setups. Learn step-by-step configuration, execute commands seamlessly, and adopt best practices in our detailed tutorial. #PythonUV #Odoo #Development

https://teguhteja.id/python-uv-multi-version-odoo-setup/

Python UV: Fast Multi-Version Environments for Odoo

Python UV streamlines Odoo development by quickly creating isolated, multi-version Python environments. empowers developers to rapidly build

teguhteja.id

Oh, uv is really neat!

#PythonUv #Astral

@b0rk #uv #pythonuv + pyproject.toml; https://github.com/astral-sh/uv - never look back on setup.py; future is bright
History for CLAUDE.md - astral-sh/uv

An extremely fast Python package and project manager, written in Rust. - History for CLAUDE.md - astral-sh/uv

GitHub

@webknjaz way ahead of you with uv ;)

#PythonUv

I'm really impressed with "uv", a Python package and project manager (written in Rust): https://docs.astral.sh/uv/

I've been using pyenv (https://github.com/pyenv/pyenv) for years, but uv just ticks all the right boxes: fast, simple to use and lots of capabilities to make managing Python versions, virtual environments and accompanying dependencies a breeze.

So, if you are a Python developer, and if you haven't already, then I highly recommend that you check it out. You will like it.

#python #pythonuv

uv

uv is an extremely fast Python package and project manager, written in Rust.

Pierwsze koty za płoty - mój pierwszy projekt zarządzany i opublikowany z UV

https://github.com/python-lapidary/rybak

#PythonUv

GitHub - python-lapidary/rybak: Directory-tree generator

Directory-tree generator. Contribute to python-lapidary/rybak development by creating an account on GitHub.

GitHub

excited for uv to replace setuptools following https://github.com/astral-sh/uv/pull/7901 and https://github.com/astral-sh/uv/pull/7976

ty @charliermarsh and crew. Does Astral have a mastodon handle?

#uv #packaging #python #pythonuv

Implement build backend metadata by konstin · Pull Request #7901 · astral-sh/uv

Implements https://peps.python.org/pep-0753/#label-normalization Note that the PEP is currently in draft state.

GitHub