dwas is a command line tool to define and run your development workflows
Project description
Development Workflow ASsistant
Flexible developer workflow automation CLI in Python
dwas takes inspiration from tox, nox and Invoke and aims to delivers a middle ground, the builtin isolation of tox, together with the scriptability of nox and the extensibility of Invoke, mixed with dependency management and provided common use cases.
If dwas does not satisfy your use case, maybe one of those will?
⚠️ This project is currently in early development. Contributions and issues are very welcome but compatibility may be broken at any point.
Getting Started
A more detailed documentation is available.
Installation
dwas is published on Pypi and can be installed from there
# Here PYTHON_VERSION is the version for which you want to install ``dwas``.
# Remember that it needs at least python3.8. In a virtual environment, using
# `python` should be enough.
python${PYTHON_VERSION} -m pip install dwas
# Or, using pipx
pipx install dwas
For more information and explanation, please see our docs
Running dwas
Once installed, you can run dwas on any project with a dwasfile.py in it.
For example, to run all default steps:
dwas
Or, to list all the steps available:
dwas --list
For more information on how to get started, please see our docs
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
Built Distribution
File details
Details for the file dwas-0.0.4.tar.gz
.
File metadata
- Download URL: dwas-0.0.4.tar.gz
- Upload date:
- Size: 52.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dffcedc61e52345b717d2ae4109fc85ef897548c864fa12a24a7362b25af52b9 |
|
MD5 | e8c1cd3c1a5ff2630a76223b25b920a5 |
|
BLAKE2b-256 | 75baa64d090eed1f66cf4278c7ff94334d7e3f7091f9e4507f721075785b7a45 |
File details
Details for the file dwas-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: dwas-0.0.4-py3-none-any.whl
- Upload date:
- Size: 59.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab7fd4fbee545f371d31725af4124e2bed90f3d9199a1e519ca844c43a3dccf7 |
|
MD5 | 3011c090491979b3d95af69fe1a6b8ac |
|
BLAKE2b-256 | a1936bf1fae033646c2910db07d3b189a59e0e1906da3c6d68dd25be37cd2e42 |