0.0.4
Project description
lgbsttracker
Trello Plan: https://trello.com/b/lGICXLqL/lgbsttracker
Documentation: https://py4mac.github.io/lgbsttracker
Source Code: https://github.com/py4mac/lgbsttracker
Requirements
Python 3.6+
Installation
pip install lgbsttracker==0.0.4
Example
Use it with async def
from lbgsttracker import create_experiment
from lbgsttracker.entities import ExperimentCreate
...
await create_experiment(ExperimentCreate(experiment_uuid="experiment1"))
experiment = await get_experiment_by_uuid("experiment1")
_logger.info(f"Freshly created experiment: {experiment}")
Environment variables
| Variable Name | Description | Default value |
|---|---|---|
| EXPERIMENT_STORAGE_URI | DB Experiment Storage URI | Mandatory: to be set by the user before using library |
| SQL_DB_THREAD_POOL_EXECUTOR_SIZE | Thread pool size | 100 |
| MIN_CONNECTION_POOL_SIZE | Minimum pool size connection | 10 |
| MAX_CONNECTION_POOL_SIZE | Maxiumum pool size connection | 20 |
| CONNECTION_POOL_RECYCLE_TIME | Pool connection recycle time | 30 |
Credits
- https://github.com/mlflow/mlflow/
- https://github.com/undera/pylgbst
- https://github.com/tiangolo/fastapi
- https://github.com/aalhour/cookiecutter-aiohttp-sqlalchemy/
License
This project is licensed under the terms of the MIT license.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lgbsttracker-0.0.4.tar.gz
(18.4 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
File details
Details for the file lgbsttracker-0.0.4.tar.gz.
File metadata
- Download URL: lgbsttracker-0.0.4.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
307d2577d4582a7c97ef35c1e7d4bde634bbb2772d38e194eaa91ce0ec547897
|
|
| MD5 |
3c824b09e8b692477ff0820a3db9617e
|
|
| BLAKE2b-256 |
ec0829ca614aee05f87cefe82679fbb054497a4b6cfd44c1e567555c50a19846
|
File details
Details for the file lgbsttracker-0.0.4-py3-none-any.whl.
File metadata
- Download URL: lgbsttracker-0.0.4-py3-none-any.whl
- Upload date:
- Size: 26.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ee1d8e9d7d49d7a0327a2baa94c611c503c03281cfb2d9bb04188649f1b2607
|
|
| MD5 |
2a00615d5b216b1db8840c1ce07678a4
|
|
| BLAKE2b-256 |
4f8955a4506b1874bfee750682f6d1030946f0ba29169b50a33a30b23351c078
|