A workflow management framework for radio interferometry data processing pipelines.
Installation - User
Stimela can be installed using pip. Simply run pip install stimela.
Installation - Developer
uv - uv managed environment
After cloning the repo, install with uv sync --group dev. Then run uv run pre-commit install to set up the pre-commit hooks. By default, you should end up with a correctly configured environment in .venv. ruff (linter and code formater) can be invoked manually with uv run ruff check and uv run ruff format.
uv - uv pip managed environment
After cloning the repo, create a virtual environment with uv venv -p {python_version} path/to/env. Activate the environment and install with uv pip install -e . --group dev. Then run pre-commit install inside the environment to set up the pre-commit hooks. ruff can be invoked manually with ruff check and uv run ruff format.
pip managed environment
After cloning the repo, create a virtual environment with virtualenv -p {python_version} path/to/env. Activate the environment and install with pip install -e . --group dev. Then run pre-commit install inside the environment to set up the pre-commit hooks. ruff can be invoked manually with ruff check and uv run ruff format.
Release files for stimela 2.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| stimela-2.1.4.tar.gz | 191.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| stimela-2.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 438.2 kB
Release files / stimela-2.1.4.tar.gz
| Download URL | stimela-2.1.4.tar.gz |
|---|---|
| Size | 191.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
27e72219229d387bf28957638972e32e8011fc71f61d02f71fbbc208c5bf3990
|
|
BLAKE2b-256 checksum How to use checksums |
c4653287ce4ef3bfc9f230aed43488a7079b214a7cccda653a3c34315e971f64
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.8.5
|
Release files / stimela-2.1.4-py3-none-any.whl
| Download URL | stimela-2.1.4-py3-none-any.whl |
|---|---|
| Size | 246.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
594b676ff835b69f24534cd56b1e6de19ab52c2c7eebf38780427dfccc7053b4
|
|
BLAKE2b-256 checksum How to use checksums |
b33a6a756a250b3e222b7b274966e2988ceac73046ede39c68b700218fc67016
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.8.5
|