Arcane CloudTask
This package is base on google-cloud-cloudtasks.
Get Started
pip install arcane-tasks
## Example Usage
```python
from arcane import tasks
# Import your configs
from configure import Config
tasks_client = tasks.Client(adscale_key=Config.KEY, project=Config.GCP_PROJECT)
body = {
'attribute' : value
}
task_name = "My task"
tasks_client.publish_task(
queue=<your-queue>,
url=<url-to-triger>,
body=body,
task_name=task_name
)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
arcane_tasks-0.7.6.tar.gz
(3.5 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
File details
Details for the file arcane_tasks-0.7.6.tar.gz.
File metadata
- Download URL: arcane_tasks-0.7.6.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/2.4.1 CPython/3.12.13 Linux/6.17.0-1020-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c11f12e00d6a9eec770667df4d4f12511313e9c1c41492ee228f0d55083e7d51
|
|
| MD5 |
b840bdc76f82bec65b9e2c7c5c9156a8
|
|
| BLAKE2b-256 |
648555bb2029637fe5f1b46b27546491dd9a0098a3dbca44f7930226aee9e01f
|
File details
Details for the file arcane_tasks-0.7.6-py3-none-any.whl.
File metadata
- Download URL: arcane_tasks-0.7.6-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/2.4.1 CPython/3.12.13 Linux/6.17.0-1020-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8b6dfb97bb918749c0c02cfeb1ecebd9279fc433bac0adec625184d9cbfabc8
|
|
| MD5 |
3485058c4af8bf0a973073586e02854e
|
|
| BLAKE2b-256 |
cb3e1937eb5c8b02ce726c8d6b9adeaaaa0806d2369b89421a053624f092f23c
|