File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed
Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ installed, this should not be a problem.
7474.. _various-python-versions :
7575
7676If different Python versions are required, for example to test libraries with
77- :doc: `test/tox `, I use `uv < https://docs.astral.sh/uv/guides/install-python/ >`_.
78- This allows not only older CPython versions to be installed but also `PyPy
79- <https://pypy.org> `_ or free-threaded Python 3.13 with ``uv python install
80- pypy@3.12 `` or `` uv python install --python-preference only-managed 3.13t ``.
77+ :doc: `test/tox `, I use :term: `uv `. This allows not only older CPython versions
78+ to be installed but also `PyPy < https://pypy.org >`_ or free-threaded Python
79+ 3.13 with `` uv python install pypy@3.12 `` or ``uv python install
80+ --python-preference only-managed 3.13t ``.
8181
8282.. tip ::
8383 `direnv <https://direnv.net >`_ allows you to set environment variables
Original file line number Diff line number Diff line change @@ -373,6 +373,20 @@ Glossary
373373 An extremely fast Python package and project manager, written in `Rust
374374 <https://www.rust-lang.org> `_.
375375
376+ uv considerably simplifies the development and deployment of Python
377+ projects:
378+
379+ * :ref: `Installation <uv >`
380+ * :doc: `Python environments
381+ <Python4DataScience:productive/envs/uv/index>`
382+ * :ref: `uv-package-structure `
383+ * :doc: `Developing applications <../packs/apps >`
384+ * Testing libraries with different :ref: `Python versions
385+ <various-python-versions>` and :ref: `tox_uv `
386+ * :doc: `../packs/publish `
387+ * :doc: `Python4DataScience:productive/envs/uv/cicd `
388+ * :doc: `Python4DataScience:productive/envs/uv/docker `
389+
376390 `Docs <https://docs.astral.sh/uv/ >`__ |
377391 `GitHub <https://github.com/astral-sh/uv >`__ |
378392 `PyPI <https://pypi.org/project/uv/ >`__
You can’t perform that action at this time.
0 commit comments