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.3.1.tar.gz
(10.5 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.3.1.tar.gz.
File metadata
- Download URL: compas_invocations2-0.3.1.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2896a78dcdba9269af824f9d467f60ecb93a7bc38955d2d4ff7a8b9c82205c51
|
|
| MD5 |
3d6d3cccd61447342b24e0f1e6839ac8
|
|
| BLAKE2b-256 |
480965ef70ab2eb1ed3ee1de62b57d4372ab01aaccab69d8bd0b41d00885c3fb
|
File details
Details for the file compas_invocations2-0.3.1-py3-none-any.whl.
File metadata
- Download URL: compas_invocations2-0.3.1-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
880d068895550f5e32edfef929347579c801a000ecf5193bb8b80aedb14c4c09
|
|
| MD5 |
95c0edb38f7447fd324b2210a2fcfd6f
|
|
| BLAKE2b-256 |
9e33b413253c2547f5dd13e1649ea03cc2732c5f8e388341e7e1691034bff5f9
|