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.15.tar.gz
(19.5 kB
view details)
Built Distribution
smartjob-0.0.15-py3-none-any.whl
(28.4 kB
view details)
File details
Details for the file smartjob-0.0.15.tar.gz
.
File metadata
- Download URL: smartjob-0.0.15.tar.gz
- Upload date:
- Size: 19.5 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 | 70ea7973df9e5a43801663a0124096c11a8158acf5f1cae5e5a53d67e7e5950a |
|
MD5 | ce7261bbb7907a6e35cd1837e9a7579c |
|
BLAKE2b-256 | 6926d7b2bf5ab60fbc42b3682624b7577567ac6b2fa40a412011749f90eca6c0 |
File details
Details for the file smartjob-0.0.15-py3-none-any.whl
.
File metadata
- Download URL: smartjob-0.0.15-py3-none-any.whl
- Upload date:
- Size: 28.4 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 | 514917b711520764efe7a3e82c745254508c70abec23234b56b37d4191bbf3cc |
|
MD5 | 95427059e9512580464a2111ff42c588 |
|
BLAKE2b-256 | 82e78ef9d525630803ed83c1528dfaf876a3dcccb0422d909cdd84b6d360f0f8 |