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.25.tar.gz
(20.1 kB
view details)
Built Distribution
smartjob-0.0.25-py3-none-any.whl
(29.0 kB
view details)
File details
Details for the file smartjob-0.0.25.tar.gz
.
File metadata
- Download URL: smartjob-0.0.25.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 | 19c9aee2d9f820c15de75a2180750aba240ad5f4f45ad4724d1992ae78836523 |
|
MD5 | 29d0c330ea0885c22bd9edc55e21722e |
|
BLAKE2b-256 | 03ffd0bb7c8e4f3927acfb30e5ceb4301970b660269833580e08af02bff9dc51 |
File details
Details for the file smartjob-0.0.25-py3-none-any.whl
.
File metadata
- Download URL: smartjob-0.0.25-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 | ee8c18b3d072f60e0c1f65b3fadee9b9760c79a5c9c919cf90f836f5bdef2df2 |
|
MD5 | 58e8955b7c90f93dc4a9b4ecf4bc5953 |
|
BLAKE2b-256 | f353f8507f5155a9a8282653b68b3ca916a557346ca0618728cffdca86692522 |