Little async python library for dealing with GCP/Cloud Run Jobs and GCP/VertexAI CustomJobs
Project description
Welcome on SmartJob Python Library!
What is it?
SmartJob is a thin Python 3.11+ library for dealing with GCP/Cloud Run Jobs, GCP/VertexAI CustomJobs and (local) Docker:
- in a very simple way
- in a unified way (with as little difference as possible between the 3 providers)
- in a fully async way (in most cases, plain
asyncio
Python is enough for dealing with complex parallel workflows (including parralelism, chaining, conditionals...) and you don't need to learn another pipeline workflow) - in a reactive way (when you're in the experimentation phase, you can pass the main Python script without rebuilding/pushing a whole docker image at each attempt)
- in a production ready way (with retries, timeouts...)
Non-features
SmartJob is a thin library and not a whole pipeline framework. He tries to be as un-opinionated as possible.
Quickstart
Documentation
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
smartjob-0.0.14.tar.gz
(19.4 kB
view details)
Built Distribution
smartjob-0.0.14-py3-none-any.whl
(28.4 kB
view details)
File details
Details for the file smartjob-0.0.14.tar.gz
.
File metadata
- Download URL: smartjob-0.0.14.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0858ceb85625524905669ca4d0428b9146e4a7dd136a64993c8b24ffc1cd851a |
|
MD5 | 84d19138b4483ef7bcb69f0d3b8ad91a |
|
BLAKE2b-256 | 47dec126c2e65e1dc58be70ec753d83ec609f543c26b79bb0fc37b93fc6ca38d |
File details
Details for the file smartjob-0.0.14-py3-none-any.whl
.
File metadata
- Download URL: smartjob-0.0.14-py3-none-any.whl
- Upload date:
- Size: 28.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5102208d7bbbbd7677bc3e779a34da3e75a598f14818189dd2dd7a167fd7f490 |
|
MD5 | 81e712b6b9cb0f0776414ef8f380b806 |
|
BLAKE2b-256 | 30f2ae08f32aba3bdb1c6488171cb2a5ae42d8f04f644c4a349489db715f198b |