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.16.tar.gz
(19.6 kB
view details)
Built Distribution
smartjob-0.0.16-py3-none-any.whl
(28.5 kB
view details)
File details
Details for the file smartjob-0.0.16.tar.gz
.
File metadata
- Download URL: smartjob-0.0.16.tar.gz
- Upload date:
- Size: 19.6 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 | 04e57afd38e5b27634e6fae341c68ca39ca7533785cfa4d5dfd8de4e453f708d |
|
MD5 | e76e635276aa96790f727873ce4c3334 |
|
BLAKE2b-256 | 45172bee724d3f4b07d61f8600ba98d710754c7cd295cd1a8a33c2abf8c32032 |
File details
Details for the file smartjob-0.0.16-py3-none-any.whl
.
File metadata
- Download URL: smartjob-0.0.16-py3-none-any.whl
- Upload date:
- Size: 28.5 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 | c6d9bb8b4d08e558c175fdc86ee924bd608579f5c9ae58a53165cca7ab344321 |
|
MD5 | be4bc34f85a368041eaad275d9ec4c61 |
|
BLAKE2b-256 | c38557d6499c52317e784c4c771d4bbd78f58a0927f294d79ce372c50d251bf1 |