version controlled configuration storage
Project description
figh-py
github as config storage, in python
Usage
from figh import GithubConfigStorage, ConfigFileFormat
# for github
s = GithubConfigStorage(repo_name="<github_repo>",
token="<github-token>",
file_format=ConfigFileFormat.YAML)
latest_configs = s.get(root_path="/tests/resources/single-yaml")
tag_configs = s.get(root_path="/tests/resources/single-yaml", version="0.1.0")
Development Flow
for development flow, please refer to this guide
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
figh-0.1.0.tar.gz
(4.9 kB
view details)
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
figh-0.1.0-py3-none-any.whl
(4.7 kB
view details)
File details
Details for the file figh-0.1.0.tar.gz.
File metadata
- Download URL: figh-0.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7c25087661566e44405a32fc8bcf5e5bd204076f54e3f09bb94b0105dfa7400
|
|
| MD5 |
afe2e88de6f8542bb3ed3f727253a050
|
|
| BLAKE2b-256 |
f3752b6b36306621c0c7dd21dacbe01f0fbf04826ab25b45d5bbe2ae4a76bfc4
|
File details
Details for the file figh-0.1.0-py3-none-any.whl.
File metadata
- Download URL: figh-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01cc2faa784f96ea6f02712c92777416a4f55f453214c9acdac1fbba8a62517e
|
|
| MD5 |
3abbfc9cc4202ea355015117e29b814e
|
|
| BLAKE2b-256 |
c13fe6a634f21b3977d6f2a830e8953c9da0e770b80f6ad62e45983da9b2ee02
|