UV is a python package and project manager, written in rust.

See how to Switching from pyenv to uv; via HN.


Using uv to run arbitary stuff. .. inspect a data file using pandas and apache-arrow.

$ uv run --with pandas --with pyarrow python
>>> import pandas as pd
>>> df = pdf.read_parque("blah")
>>> df.shape
>>> df.info()
>>>