Skip to main content

uvtask is a modern, fast, and flexible Python task runner and test automation tool designed to simplify development workflows. It supports running, organizing, and managing tasks or tests in Python projects with an emphasis on ease of use and speed.

Project description

🚀 uvtask

PyPI version PyPIDownloads

uvtask is a modern, fast, and flexible Python task runner and test automation tool designed to simplify development workflows. It supports running, organizing, and managing tasks or tests in Python projects with an emphasis on ease of use and speed. ⚡

📦 Installation

uv add --dev uvtask

🎯 Quick Start

Run tasks defined in your pyproject.toml:

uvx uvtask run <task_name>

📝 Configuration

Define your tasks in pyproject.toml under the [tool.run-script] section:

[tool.run-script]
code-formatter = "uv run ruff format uvtask tests $@"
"security-analysis:licenses" = "uv run pip-licenses"
"security-analysis:vulnerabilities" = "uv run bandit -r -c pyproject.toml uvtask tests"
"static-analysis:linter" = "uv run ruff check uvtask tests"
"static-analysis:types" = "uv run ty check uvtask tests"
test = "uv run pytest"
unit-tests = "uv run pytest tests/unit"
integration-tests = "uv run pytest tests/integration"
functional-tests = "uv run pytest -n1 tests/functional"

🛠️ Development

To run the development version:

uvx --no-cache --from $PWD run --help

📋 Requirements

  • 🐍 Python >= 3.13

🤝 Contributing

Contributions are welcome! 🎉

  • For major changes, please open an issue first to discuss what you would like to change
  • Make sure to update tests as appropriate
  • Follow the existing code style and conventions

📄 License

MIT © uvtask contributors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uvtask-0.1.0.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

uvtask-0.1.0-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file uvtask-0.1.0.tar.gz.

File metadata

  • Download URL: uvtask-0.1.0.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.7

File hashes

Hashes for uvtask-0.1.0.tar.gz
Algorithm Hash digest
SHA256 58cccce7ac398db81e36e5c8c12b824c5ac71d71e49814fccdcc4e5e24cf8955
MD5 b9bc3d7eed1af884b31df028e91fd1ab
BLAKE2b-256 d9f286749091d5eee117a140b5b4b279c6ffb3619a99aaf2b364c8db8fa44655

See more details on using hashes here.

File details

Details for the file uvtask-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: uvtask-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.7

File hashes

Hashes for uvtask-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 376975bdb190a00c6cddfe9acb7f17f1646efc0887adb921b6c9fa95baa6beaf
MD5 94da3ea060e4c8c98eee8486d2a34b83
BLAKE2b-256 941e9ed812d2f248be86e03baabc4af63017b1ebc0c63e207064a98483bf9c8f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page