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.12.tar.gz
(19.1 kB
view details)
Built Distribution
smartjob-0.0.12-py3-none-any.whl
(27.9 kB
view details)
File details
Details for the file smartjob-0.0.12.tar.gz
.
File metadata
- Download URL: smartjob-0.0.12.tar.gz
- Upload date:
- Size: 19.1 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 | 8ec9000f9610ef3cc7b9a533b74a5c89e0ebbf2aeada6ab197f1505d169bcf20 |
|
MD5 | b0ebe443a63d50c733babf48ebceaf48 |
|
BLAKE2b-256 | d75fbda5c77a4165e4c472f93070f077e28432ad0ccf71c741ea1d4355e9893a |
File details
Details for the file smartjob-0.0.12-py3-none-any.whl
.
File metadata
- Download URL: smartjob-0.0.12-py3-none-any.whl
- Upload date:
- Size: 27.9 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 | 0d1f0f1563e6c5f501521a22341cb560e096abd6d6026c805ea547b3c4ead418 |
|
MD5 | 09281ecef89f50ea2d4587b042ef8934 |
|
BLAKE2b-256 | 722fa1fea238d6785d27d8fa3b05298d69f26ba6a33767f03b75d71af3ae2540 |