Skip to main content

Генерация документации

Project description

kroki-python

Lib for interaction with https://kroki.io

Запустить тест:

poetry run poe docs

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

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

Собрать и опубликовать пакет

poetry build && poetry publish

Логин: konstantin-dudersky

Задача poe

Дописать в файл pyproject.toml:

docs = {script = "konstantin_docs.main:generate_images(path_src='test/dia_src', path_dist='test/dia_dist')"}

Создать задачу vscode

В файле .vscode/tasks.json:

{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "docs",
      "type": "shell",
      "command": "poetry run poe docs"
    }
  ]
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

konstantin_docs-0.0.12.tar.gz (34.7 kB view hashes)

Uploaded Source

Built Distribution

konstantin_docs-0.0.12-py3-none-any.whl (41.8 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