A simple, fast, Python-native task runner
Project description
A simple, fast, Python-native task runner that uses a wandler.yaml file.
Think make, but for Python projects—with clean YAML syntax and powerful validation.
💡 Why Wandler?
We have make, invoke, and Task. Why build another task runner?
Wandler is built on a simple philosophy: Your project's task runner should be as simple and reliable as the project's code.
- 🐍 Python-Native: Stop installing external Go binaries or fighting with
Makefiles on Windows. Wandler is a pure Python tool. Install it withpipand add it to yourpyproject.tomldev dependencies. - ✅ Validated: Powered by Pydantic. Stop guessing why your config is broken. Get clear, human-readable error messages for free if you have a typo in your
wandler.yaml. - 🧼 Clean & Simple: No complex syntax, no tab-vs-space wars. Just a clean, human-readable YAML file that maps task names to shell commands.
- ✨ Lightweight: Wandler is not a complex build system. It's a simple, fast runner for the 90% use case: running your linters, tests, and formatters.
🚀 Getting Started in 60 Seconds
-
Install Wandler:
pip install wandler
-
Create a
wandler.yamlin your project root:tasks: clean: description: "Remove all build artifacts and cache files." command: "rm -rf .pytest_cache .mypy_cache build/ dist/ site/" build_docs: description: "Build the documentation site." command: "mkdocs build" inputs: - "docs/**/*.md" - "mkdocs.yml" outputs: - "site/index.html" serve_docs: description: "Serve the docs site with live-reloading." command: "mkdocs serve" build_package: description: "Build the wheel and sdist for publishing." command: "python -m build" depends_on: - clean
-
List your tasks:
$ wandler list Available tasks: clean - Remove all build artifacts and cache files. build_docs - Build the documentation site. serve_docs - Serve the docs site with live-reloading. build_package - Build the wheel and sdist for publishing.
-
Run a task: (Wandler automatically runs dependencies first)
$ wandler run build_package Running task 'clean': rm -rf .pytest_cache .mypy_cache build/ dist/ site/ Task 'clean' completed successfully. Running task 'build_package': python -m build Task 'build_package' completed successfully.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wandler-0.0.2.tar.gz.
File metadata
- Download URL: wandler-0.0.2.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b113b2638c536b067c856fab4dea3920318b7b1a40bdea4a033e4eae2785dd7
|
|
| MD5 |
c634a5143562e3b0c4a37b1a9265481e
|
|
| BLAKE2b-256 |
d97e6e0d0c225acc20f330916eaea351eeb8d2780ccc9586ab66ce4f0966d378
|
Provenance
The following attestation bundles were made for wandler-0.0.2.tar.gz:
Publisher:
workflow.yml on rosshhun/wandler
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wandler-0.0.2.tar.gz -
Subject digest:
3b113b2638c536b067c856fab4dea3920318b7b1a40bdea4a033e4eae2785dd7 - Sigstore transparency entry: 663274616
- Sigstore integration time:
-
Permalink:
rosshhun/wandler@13f51ea700f8165939cbfaefaade7a9479bb7c4e -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/rosshhun
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
workflow.yml@13f51ea700f8165939cbfaefaade7a9479bb7c4e -
Trigger Event:
release
-
Statement type:
File details
Details for the file wandler-0.0.2-py3-none-any.whl.
File metadata
- Download URL: wandler-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52cdc58057546f61ceb15d4f4755f5b9daf1b88b72079356b5c229e13e5fd8c2
|
|
| MD5 |
8fa86f960727d2be6c4ac8186c0f1961
|
|
| BLAKE2b-256 |
91836ce885f7077791644f1d0b5fa4a80e69f603680a0c5b24f7bb7ebc559556
|
Provenance
The following attestation bundles were made for wandler-0.0.2-py3-none-any.whl:
Publisher:
workflow.yml on rosshhun/wandler
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wandler-0.0.2-py3-none-any.whl -
Subject digest:
52cdc58057546f61ceb15d4f4755f5b9daf1b88b72079356b5c229e13e5fd8c2 - Sigstore transparency entry: 663274660
- Sigstore integration time:
-
Permalink:
rosshhun/wandler@13f51ea700f8165939cbfaefaade7a9479bb7c4e -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/rosshhun
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
workflow.yml@13f51ea700f8165939cbfaefaade7a9479bb7c4e -
Trigger Event:
release
-
Statement type: