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.0.tar.gz
(13.1 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.0.tar.gz.
File metadata
- Download URL: compas_invocations2-1.1.0.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66ff6fd4c349a61b890c0b3e4071e1536128a3d29940e183585d32444fc9d947
|
|
| MD5 |
e22bf9069708b011f3fa67f91a7a2039
|
|
| BLAKE2b-256 |
30bce42596ac5a4eb83cf9c0b3fa735da6f928f72fcc0eb1c8fbd2dca7581334
|
File details
Details for the file compas_invocations2-1.1.0-py3-none-any.whl.
File metadata
- Download URL: compas_invocations2-1.1.0-py3-none-any.whl
- Upload date:
- Size: 13.4 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 |
587970c2e4ac0d5c9523e2181b1c5756e846145eade255f699b6d06c34d96015
|
|
| MD5 |
dc1ae974d6f261e8ebf0c130ba8ff4db
|
|
| BLAKE2b-256 |
d823e9c3f2d81082bd83c8c518f134162448a40475c1c4bfd480957926fb169a
|