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-0.7.0.tar.gz
(11.7 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-0.7.0.tar.gz.
File metadata
- Download URL: compas_invocations2-0.7.0.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4982883694237ae8b0eb8bebbb74929efb5aa76682b915ad37cc6cc1e5831e35
|
|
| MD5 |
5e5165b42f3c14b8fe84515f6e2417c8
|
|
| BLAKE2b-256 |
10b0a14648c12ff66c1cf323e5f5f257f128a3cf6f5e7a61357ede84df6fb984
|
File details
Details for the file compas_invocations2-0.7.0-py3-none-any.whl.
File metadata
- Download URL: compas_invocations2-0.7.0-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3300c61af1f5bfde945e6b9d87431f760076e5ec250700e0cb5d0168b22b3d04
|
|
| MD5 |
8a485080f12ac374c8da842a4a51ee32
|
|
| BLAKE2b-256 |
4b0bc56f0b69273b48839dccd9b2986c1d111fe663bf7d0db50eb6e72b0fc4b1
|