Python SDK to interact with the TacoQ task queue.
Project description
TacoQ Python SDK
Structure
# Source Code
src/
├── core/ # Core Components used by the entire application
│ ├── infra/ # Abstractions on top of core infrastructure
│ │ ├── broker/ # RabbitMQ Wrapper
│ │ └── relay/ # Relay REST API Wrapper
│ ├── models/
│ └── telemetry/ # OTEL Singleton Managers
├── publisher/
│ └── ...
└── worker/
└── ...
# Test Suite
tests/
├── e2e/
│ └── ...
├── unit/
│ └── ...
└── conftest.py
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
tacoq-0.4.0.tar.gz
(28.4 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
tacoq-0.4.0-py3-none-any.whl
(40.4 kB
view details)
File details
Details for the file tacoq-0.4.0.tar.gz.
File metadata
- Download URL: tacoq-0.4.0.tar.gz
- Upload date:
- Size: 28.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a06eb38a52b78cea3c2d829cf24b0a97a0709e464529255a24eda1cba46d353b
|
|
| MD5 |
033af8b3092f8eb2f4dfa8290f3097e1
|
|
| BLAKE2b-256 |
66f6a42928ff5853e75197567684a21c2b2eb35a48cf25bc99e9332cb32ff22e
|
File details
Details for the file tacoq-0.4.0-py3-none-any.whl.
File metadata
- Download URL: tacoq-0.4.0-py3-none-any.whl
- Upload date:
- Size: 40.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5043071ce32d4c280dff4a88969067e84d6fe5e005e15800dfaa7ba0e22a6c9
|
|
| MD5 |
a5b5010a028114097efbcce733f12475
|
|
| BLAKE2b-256 |
6371b0e79b295712e2660364720ded4ff391c368403ca62af2b15bd66d3b0804
|