Metadata-Version: 2.1
Name: agent1c-metrics
Version: 0.1.8
Summary: Get metrics from 1C srvinfo-content
License: GPLv3+
Keywords: 1c,metrics,srvinfo
Author: Sergio Repin
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python
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)
Project-URL: Homepage, https://gitlab.com/artplast-devops/agent1c-metrics
Description-Content-Type: text/markdown

Version: 0.1.2

# 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
```
