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.26.tar.gz
(20.1 kB
view details)
Built Distribution
smartjob-0.0.26-py3-none-any.whl
(29.0 kB
view details)
File details
Details for the file smartjob-0.0.26.tar.gz
.
File metadata
- Download URL: smartjob-0.0.26.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.10 Linux/6.8.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 495ede351efb139ba3996c466764ed151ad989745c5b4a27f87f9282cde88b0c |
|
MD5 | d56b8aa6d2fcad4c3c8409c1fbc8d1ff |
|
BLAKE2b-256 | 818c988ce20b7f68045f98f7e94aec372b265f61c1fde22179a98edfaf0677a4 |
File details
Details for the file smartjob-0.0.26-py3-none-any.whl
.
File metadata
- Download URL: smartjob-0.0.26-py3-none-any.whl
- Upload date:
- Size: 29.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.10 Linux/6.8.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c83823781c2ee14e4cc8349b13fa2d34c2dc4006285ed994ef4256a4dbc8f81 |
|
MD5 | 9516706b4ee9f5032fe1758b07529487 |
|
BLAKE2b-256 | b2b13ca6b459fdc1ef275fc415862af4cc7c6395becaaafb95b434ca71aeb972 |