Common components to build cloud backends
Project description
Saigon
This repository contains common functionality to build cloud backends that is often necessary ( and repeated) in all projects.
Development for this repository follows the same process as the backend services. Please take a look at the development guide.
Setup and build saigon
Code in this repo is a single Python package located in src. For both developing and creating
the installable package you will need first to create a virtual environment. You can do so under the
parent directory:
$ python -m venv .venv
$ source .venv/bin/activate
Then proceed to install the development dependencies along with the package's:
(.venv) $ pip install ".[build]"
(.venv) $ hatch build
Note that the second command will also create the installable saigon package under dist.
You can re-run the second command as needed in order to regenerate the package bundle.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file saigon_py-0.11.8.tar.gz.
File metadata
- Download URL: saigon_py-0.11.8.tar.gz
- Upload date:
- Size: 42.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed8f964c38643f1131ccc8af5c8581c52459257001302e8927df1334652ed007
|
|
| MD5 |
8bee0aa9ac3a84b8a1937b0484cdde7c
|
|
| BLAKE2b-256 |
2cf7850a725f6654bd9831f34fa52de411b172e5cf65097ac10ea5de932474ff
|
File details
Details for the file saigon_py-0.11.8-py3-none-any.whl.
File metadata
- Download URL: saigon_py-0.11.8-py3-none-any.whl
- Upload date:
- Size: 51.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
708014fea2f0d50eb2dec41b6c9072e1db22032b02c9bc2ed18affc0f99e3fc7
|
|
| MD5 |
28c9f63e9fb9537accf49c0e5aeffa2c
|
|
| BLAKE2b-256 |
dd44cb4ae9a6caef7efd334102043adf963949ebf7c37c40a23419e300f99f58
|