Metadata-Version: 2.1
Name: agent1c-metrics
Version: 0.4.5
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: pywin32 ; sys_platform == "win32"
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

# Agent1C Metrics Service
Service for collecting metrics from 1C service files
Version: 0.4.5

# Installation

## Install package

```
pip install --upgrade agent1c_metrics
```

## Run service

```
python -m agent1c_metrics --reload
```

# Contribution

## Install package in editable mode

```
pip install -e .
```

## Change version (major/minor/patch)

```
bumpver update --patch
```

## Build and publish the package

```
poetry publish --build
```

# Developing

```
poetry run python -m agent1c_metrics --reload
```
