apt-parse 0.1.0

Parse the output of some Apt commands
Documentation
# SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net>
# SPDX-License-Identifier: BSD-2-Clause

theme:
  name: material
  features:
    - navigation.instant
    - navigation.tracking
    - toc.integrate
    - toc.follow
    - content.code.copy
  palette:
    - media: "(prefers-color-scheme: light)"
      scheme: default
      toggle:
        icon: material/weather-sunny
        name: Switch to dark mode
    - media: "(prefers-color-scheme: dark)"
      scheme: slate
      toggle:
        icon: material/weather-night
        name: Switch to light mode
site_name: apt-parse
repo_url: https://gitlab.com/ppentchev/apt-parse
repo_name: apt-parse
site_author: ppentchev
site_url: https://devel.ringlet.net/textproc/apt-parse/
site_dir: site/docs
nav:
  - 'index.md'
  - 'Changelog': 'changes.md'
markdown_extensions:
  - toc:
  - pymdownx.highlight:
      anchor_linenums: true
  - pymdownx.inlinehilite:
  - pymdownx.superfences:
plugins:
  - search