Skip to main content

0.0.4

Project description

lgbsttracker

Test Coverage Package version


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

License

This project is licensed under the terms of the MIT license.

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 hashes)

Uploaded Source

Built Distribution

lgbsttracker-0.0.4-py3-none-any.whl (26.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page