Skip to content

hatch vs uv #331

@grst

Description

@grst

We currently suggest to use hatch with a uv backend.

However, uv is already a quite powerful project management tool by itself.
The only piece that seems to be missing is a definition of development commands, such as

[tool.hatch.envs.docs]
features = [ "doc" ]
scripts.build = "sphinx-build -M html docs docs/_build {args}"

But there's an active discussion to support that as well: astral-sh/uv#5903.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions