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.1.2.tar.gz
(14.0 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.1.2.tar.gz.
File metadata
- Download URL: compas_invocations2-1.1.2.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc597fd967298bd74e897e11641b3ac74611d8cca17a911007961406915ba1fa
|
|
| MD5 |
a9d219e479100acc914c332dea206ea7
|
|
| BLAKE2b-256 |
59cc575bea307d39a0236d1eaa0cfa5cf7a3a666e10b33ed53e18267d1349fc3
|
File details
Details for the file compas_invocations2-1.1.2-py3-none-any.whl.
File metadata
- Download URL: compas_invocations2-1.1.2-py3-none-any.whl
- Upload date:
- Size: 14.3 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 |
60bb7ef0011892bf7ebb58c65a946e4be67f6c7c4e19545420de77592b9a17c5
|
|
| MD5 |
3d5e296db03be728cacbdc5909b78a26
|
|
| BLAKE2b-256 |
be50ba007e6f1c77d0cb117e5e8dd00822906940cb54c52bc029f6f9af0ec661
|