pytaskqueue
In-memory async queue
Installation
pip install pytaskqueue
💡 Usage Examples
Basic Operations
from pylib_taskqueue import TaskQueue
# Create task queue
queue = TaskQueue()
queue.enqueue(task_function, args=[1, 2, 3])
queue.process()
AI/ML Use Cases
from pylib_taskqueue import TaskQueue
# Queue ML prediction tasks
queue.enqueue(predict_task, data=data_point)
queue.enqueue(train_task, data=training_batch)
📚 API Reference
See package documentation for complete API reference.
🤖 AI Agent Friendly
This package is optimized for AI agents and code generation tools:
- Clear function names and signatures
- Comprehensive docstrings with examples
- Type hints for better IDE support
- Common use cases documented
- Zero dependencies for reliability
License
MIT
Release files for pylib-taskqueue 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pylib_taskqueue-0.1.0.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pylib_taskqueue-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.0 kB
Release files / pylib_taskqueue-0.1.0.tar.gz
| Download URL | pylib_taskqueue-0.1.0.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e860b3db59161b42b1524aa9c12da44b86213f5bf2ab0f7d34c87ee0e9221805
|
|
BLAKE2b-256 checksum How to use checksums |
0e2ead28402772e298d7bf0fe2bd5fa5a8cc80004910ab761ac20dd27273ba39
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|
Release files / pylib_taskqueue-0.1.0-py3-none-any.whl
| Download URL | pylib_taskqueue-0.1.0-py3-none-any.whl |
|---|---|
| Size | 1.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1670fe02ecff8e64aacb43a5399af2cb571a459b635bd36384e0de56c1807759
|
|
BLAKE2b-256 checksum How to use checksums |
e4aff464e66683972ead41d4ac5a2aef69ea59a6cadf9daef57d3a9948cc182b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|