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.13.tar.gz
(19.3 kB
view details)
Built Distribution
smartjob-0.0.13-py3-none-any.whl
(28.3 kB
view details)
File details
Details for the file smartjob-0.0.13.tar.gz
.
File metadata
- Download URL: smartjob-0.0.13.tar.gz
- Upload date:
- Size: 19.3 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 | 168f775175a1c40606146045c1bbbdf3df110a2e3c37aa9038df962213d4e1c8 |
|
MD5 | 4dc1664b3efd978094b814735699f173 |
|
BLAKE2b-256 | 71662c1411d009213abea98c6a32c38666aadadbc79713328f4dcc485af52fb3 |
File details
Details for the file smartjob-0.0.13-py3-none-any.whl
.
File metadata
- Download URL: smartjob-0.0.13-py3-none-any.whl
- Upload date:
- Size: 28.3 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 | eba4b604cd30e0b28e842effd4856ab03a0777ad34f4f4003099e3f230363737 |
|
MD5 | 2f73313a641ee5284aa85a24a81f6e3d |
|
BLAKE2b-256 | 7a266e97669ede7ef6e9c84bb52f583ab8bcd822bba228e713d72c442f9a6e2d |