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.11.tar.gz
(19.0 kB
view details)
Built Distribution
smartjob-0.0.11-py3-none-any.whl
(27.8 kB
view details)
File details
Details for the file smartjob-0.0.11.tar.gz
.
File metadata
- Download URL: smartjob-0.0.11.tar.gz
- Upload date:
- Size: 19.0 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 | 49bc1973a7b37084d35c2a07cee3c30375a6f0ce6e48ebf3253ae5a984a261a8 |
|
MD5 | 742e96fd72d85aeb3371efe33abf6b59 |
|
BLAKE2b-256 | 2076c07d3c8fa32bcf22227aa4a916bc8118c8c5b9574cd391e48132dc459452 |
File details
Details for the file smartjob-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: smartjob-0.0.11-py3-none-any.whl
- Upload date:
- Size: 27.8 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 | a0a7180512caa03f32556724c538bb40ba1509c6bcde9ddaa0639dba4c68bfe2 |
|
MD5 | 8b1a8ec5d7d21f68405dd74e8fa6b147 |
|
BLAKE2b-256 | 9a7a57f39cff90de3d45112204133f17b1cbf672e7a8f2acb9dba6b803dbc9a0 |