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
Close
Hashes for compas_invocations2-0.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bb5ad9f3e3c4d65a62c06432746d8c1563dd7e86df684f0c65285e87135511a |
|
MD5 | 2fb848c2794a32b59311e456418e1b4e |
|
BLAKE2b-256 | c8ca08af2eba347175702b00ff528d404f4cfeff095acc8100ae6b06b07b6b8d |
Close
Hashes for compas_invocations2-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a2e74a0429087182002b8b3432bb419fec6caff3f6ba1346bc3efa299fe07ef |
|
MD5 | fc727e863077518b7aaeffbe373f1bee |
|
BLAKE2b-256 | c65173465349eb696e63f066c361a069b159afa501696e7ed0efb8b2411b8180 |