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.21.tar.gz
(19.8 kB
view details)
Built Distribution
smartjob-0.0.21-py3-none-any.whl
(28.7 kB
view details)
File details
Details for the file smartjob-0.0.21.tar.gz
.
File metadata
- Download URL: smartjob-0.0.21.tar.gz
- Upload date:
- Size: 19.8 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 | 8d3939d2d1b4971d47e3f5827ec87d68fa3dc785f92d4c3ee0fbc06393cd80cc |
|
MD5 | 5ebcc8a771d080f0e1433ee071571205 |
|
BLAKE2b-256 | 8094b92d65d9a1ad113d7d7dfc8feec09eff0f7f4a78af511313303729339eaa |
File details
Details for the file smartjob-0.0.21-py3-none-any.whl
.
File metadata
- Download URL: smartjob-0.0.21-py3-none-any.whl
- Upload date:
- Size: 28.7 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 | 0088250dd3d974e7e32b2099ca1fb5ed8a5bed420baf008d9a9eefa2267a02a1 |
|
MD5 | 74b7cc1256bb7cfac55212574b6b8b2b |
|
BLAKE2b-256 | 4d8c64577f1fae4c13947fc45f102d3250a37ede3fc41519c068a6f9e66f4489 |