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

[tox]
minversion = 4.1
envlist =
  docs
  reuse
skipsdist = True

[testenv:docs]
skip_install = True
tags =
  check
  docs
deps =
  -r requirements/docs.txt
commands =
  mkdocs build

[testenv:reuse]
skip_install = True
tags =
  check
  quick
deps =
  reuse >= 5, < 6
commands =
  reuse lint