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.6.0.tar.gz
(11.2 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.6.0.tar.gz.
File metadata
- Download URL: compas_invocations2-0.6.0.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8de1849fd8d3506b6adf1bcf81b276fc5e7874d00d652cd685f5749b0a697238
|
|
| MD5 |
d2a86ba6063427f4dbc0aaaa174d84f5
|
|
| BLAKE2b-256 |
d27e20bb1e31eddde51f29243511a52ed230b2c83347f66b2d63cd0111436f3c
|
File details
Details for the file compas_invocations2-0.6.0-py3-none-any.whl.
File metadata
- Download URL: compas_invocations2-0.6.0-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84a684d5b1533d66eb4abd82b4cfd919c63ad58b9a30528ce0f32a3dd9bd53eb
|
|
| MD5 |
4cf4bed575c52f3fbf53a1b6bccaba65
|
|
| BLAKE2b-256 |
b022d333df5b6befe5b83d40a4b8ba8c0374663858271a2d0c6368e1bcb33e5d
|