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.0a5.tar.gz
(3.0 kB
view details)
File details
Details for the file cloaca-0.2.0a5.tar.gz.
File metadata
- Download URL: cloaca-0.2.0a5.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7c206537e1dc76948a4b46392c69eb976f5ba6458bd6f5b8eef406b3c24ff8b
|
|
| MD5 |
3a236653c149cf5d2ae18a87b3119e8b
|
|
| BLAKE2b-256 |
5a2b9401491e657729a172658ba8d07cc0e8d480a071c41488a3c1106cf3b5c2
|