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.23.tar.gz
(19.9 kB
view details)
Built Distribution
smartjob-0.0.23-py3-none-any.whl
(28.8 kB
view details)
File details
Details for the file smartjob-0.0.23.tar.gz
.
File metadata
- Download URL: smartjob-0.0.23.tar.gz
- Upload date:
- Size: 19.9 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 | 1323bd6bc491e2a74763df55dee11d6497bcd0c7ba0416ae229be5e42766694f |
|
MD5 | 4443aaba49a9d0da668eac94cc248384 |
|
BLAKE2b-256 | 81de3f3ae6012a90afa63e9eb612c921876c39778d397e8310666a55c7be0ee2 |
File details
Details for the file smartjob-0.0.23-py3-none-any.whl
.
File metadata
- Download URL: smartjob-0.0.23-py3-none-any.whl
- Upload date:
- Size: 28.8 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 | 5144a3807a2eb050b9f9d5a0f5ff5e76b5c4b035645e22ef5e9d79618205adf6 |
|
MD5 | bb84674ef4ac5b942bd76e9ad121de8d |
|
BLAKE2b-256 | 37a527a7b4a30aa2dccb84937a77e7fbe39ac2b969be661c2365ba0439254e7f |