Metadata-Version: 2.1
Name: agent1c_metrics
Version: 0.1.0
Summary: 
License: GNU GPLv3
Author: Sergio Repin
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: fastapi (>=0.103.1,<0.104.0)
Requires-Dist: pyjson (>=1.3.0,<2.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: uvicorn (>=0.23.2,<0.24.0)
Description-Content-Type: text/markdown

# Installation

## Install poetry

```
pip install poetry
```

## Run service

```
poetry run uvicorn agent1c_metrics:app --reload --host=0.0.0.0
```

## Modify settings file

```
vi agent1c_settings.yaml
```
