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.4.0.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.4.0.tar.gz.
File metadata
- Download URL: compas_invocations2-0.4.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f683f92e56fa8c0643392b8d6a6f49e86944d17b00e386f4e2b89ddaf20d1f22
|
|
| MD5 |
86fa76e86968d824fe0d192fa7394060
|
|
| BLAKE2b-256 |
f8bc5065334c09772506a4e688967b840ea4bead3f61d2cbea1d3ab95adc5088
|
File details
Details for the file compas_invocations2-0.4.0-py3-none-any.whl.
File metadata
- Download URL: compas_invocations2-0.4.0-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bcb7dfc17ab121dbb6c5b95ec186f63225f699fc4d32171450488cac15093dc
|
|
| MD5 |
cfa62ea66e93e24ed02eddee6d907a3d
|
|
| BLAKE2b-256 |
2fddc774420a32289563e27ee8385ff43460e543d81e65f77cf2e8235e625738
|