Hermes Wiki

Packaging And Environments

pip/poetry/uv, venv, wheels, publishing to PyPI, dependency resolution.

Why we need this / what value this brings

Reproducible environments are the difference between 'works on my machine' and a deployable service.

When to use this

Setting up any new Python service or library, or debugging a dependency conflict.

How to use or implement this

uv for speed, poetry/pip-tools for lockfile discipline — pick one per project and be consistent.

Research questions

  • (add as research surfaces open questions)

Empty folder — drop notes, links, and findings here as you research.

Hermes Wiki