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
Built Distribution
File details
Details for the file compas_invocations2-0.2.0.tar.gz
.
File metadata
- Download URL: compas_invocations2-0.2.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bb5ad9f3e3c4d65a62c06432746d8c1563dd7e86df684f0c65285e87135511a |
|
MD5 | 2fb848c2794a32b59311e456418e1b4e |
|
BLAKE2b-256 | c8ca08af2eba347175702b00ff528d404f4cfeff095acc8100ae6b06b07b6b8d |
File details
Details for the file compas_invocations2-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: compas_invocations2-0.2.0-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a2e74a0429087182002b8b3432bb419fec6caff3f6ba1346bc3efa299fe07ef |
|
MD5 | fc727e863077518b7aaeffbe373f1bee |
|
BLAKE2b-256 | c65173465349eb696e63f066c361a069b159afa501696e7ed0efb8b2411b8180 |