A collection of reusable pyinvoke tasks.
Project description
compas_invocations2
A collection of reusable pyinvoke tasks
Usage
Import and add tasks to a collection in your project's tasks.py file:
import os
from invoke import Collection
from compas_invocations2 import style
ns = Collection(style.check, style.lint)
ns.configure(
{
"base_folder": os.path.dirname(__file__),
}
)
For a more complete example, check the tasks.py of this project.
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
compas_invocations2-1.0.0.tar.gz
(13.1 kB
view details)
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 compas_invocations2-1.0.0.tar.gz.
File metadata
- Download URL: compas_invocations2-1.0.0.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e377f5645afdd42afdf6be03269b38e304c5a896f7e6c0f56ee44094ce3c92b
|
|
| MD5 |
4400c7932075edf5d0b215c971f8a5ca
|
|
| BLAKE2b-256 |
146a5750ecbce3db4dafd7bc2fdfed07c18e71bd7f105ed178b270f09e7f7576
|
File details
Details for the file compas_invocations2-1.0.0-py3-none-any.whl.
File metadata
- Download URL: compas_invocations2-1.0.0-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ea9175351d699797ed637f527c2dd6a0857aed677393c5a3c5b30fc4a509ea1
|
|
| MD5 |
77d5f45ed547d656f4be263631b8d365
|
|
| BLAKE2b-256 |
357ebec45d13fb78e49d2eda0c6737e0783ed5523c01f95e9872e94d245aa548
|