Metadata-Version: 2.1
Name: konstantin-docs
Version: 0.0.10
Summary: 
Home-page: https://github.com/Konstantin-Dudersky/konstantin_docs
Author: Konstantin-Dudersky
Author-email: Konstantin.Dudersky@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: requests
Requires-Dist: typing_extensions
Project-URL: Repository, https://github.com/Konstantin-Dudersky/konstantin_docs
Description-Content-Type: text/markdown

# kroki-python
Lib for interaction with https://kroki.io

## Запустить тест:
```sh
poetry run poe docs
```

Или запусить task в vs code - F1 -> Task: Run task -> docs

## Загрузить пакет в pypi

Собрать и опубликовать пакет
```sh
poetry build && poetry publish
```

Логин: konstantin-dudersky
