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.24.tar.gz
(20.1 kB
view details)
Built Distribution
smartjob-0.0.24-py3-none-any.whl
(28.9 kB
view details)
File details
Details for the file smartjob-0.0.24.tar.gz
.
File metadata
- Download URL: smartjob-0.0.24.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 | 16e9605bf8093aab17b2e02719b18af7bd65d85b2caddd92b73ba24dda85fd1e |
|
MD5 | e4dd7b6dff79fba6c6cf0ebfbcaddf40 |
|
BLAKE2b-256 | f1456176eace070dac9e64a3bbe5759e5ec6897e89f395961f712023c8e97768 |
File details
Details for the file smartjob-0.0.24-py3-none-any.whl
.
File metadata
- Download URL: smartjob-0.0.24-py3-none-any.whl
- Upload date:
- Size: 28.9 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 | 32d7d5cf901ec8b4aee7767d4581d4ea76832343632f87214653dbb0f01db568 |
|
MD5 | 040ab728fe152f492c66ba494c3803bc |
|
BLAKE2b-256 | 508485105eaf4d2d7eaa5bf0ef4f678f7a6aec266b20ea83cd0efe6711f62a1a |