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.1.tar.gz
(13.9 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.1.tar.gz.
File metadata
- Download URL: compas_invocations2-1.1.1.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49c24e1aa642336c2270254de704f714324acce5f1a12f3781b48ff0d83d1336
|
|
| MD5 |
ba223159202ff766e4dcde601011a6c8
|
|
| BLAKE2b-256 |
f1aa2ac6b710169e8adc1aeb6b7e212e7ad48071b17e79de2c13ad76f7413f15
|
File details
Details for the file compas_invocations2-1.1.1-py3-none-any.whl.
File metadata
- Download URL: compas_invocations2-1.1.1-py3-none-any.whl
- Upload date:
- Size: 14.2 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 |
e6f3f61719347fb9bf2d23a712bf65419af5ad4c2d5aca14323bf7c59a1fc816
|
|
| MD5 |
f1ce9039fd70c97888c02e19b8c5b278
|
|
| BLAKE2b-256 |
b860fd9668caa32ef7d5721cb382129a493844bf5de0d3b9decb6c17da220951
|