Python bindings for Cloacina - a robust workflow orchestration engine
Project description
Cloaca
Python bindings for Cloacina - a robust workflow orchestration engine.
This is the dispatcher package that automatically selects and loads the appropriate backend (PostgreSQL or SQLite) based on availability.
Installation
# For PostgreSQL backend
pip install cloaca[postgres]
# For SQLite backend
pip install cloaca[sqlite]
Usage
import cloaca
# The backend is automatically detected
print(f"Using backend: {cloaca.get_backend()}")
print(cloaca.hello_world())
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
cloaca-0.2.0.tar.gz
(3.1 kB
view details)
File details
Details for the file cloaca-0.2.0.tar.gz.
File metadata
- Download URL: cloaca-0.2.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3a431523b019c5fa7c1c2bbb7e8ad7c39b9d1952c14c66d5a50960c35d32fa9
|
|
| MD5 |
cdc4e3534730539444a44d70e2e041b7
|
|
| BLAKE2b-256 |
c06306e528ebaaba21617647f8ec5abda22d47b60c7328bfa8fdabd57a6eea40
|