[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[dev-packages]
mypy = "~=1.15.0"
autopep8 = "~=2.3.2"
setuptools-scm = "~=8.2.0"
pylint = "~=3.3.6"
pytest = "~=8.3.0"
build = "*"
pipenv = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
sphinx-argparse = "*"
myst-parser = "*"
sphinx-markdown-builder = "*"
tox = "*"
twine = "*"
pypi-attestations = "*"

[requires]
python_version = "3"

[scripts]
"dist" = "python3 -m build"
"dist:attestations" = "python3 -m pypi_attestations sign dist/*"
"dist:publish:tiararodney" = "python3 -m twine upload --sign --repository tiararodney dist/*"
"build" = "python3 -m build"
"docs" = "python3 -m sphinx -W -b html docs build/docs/html"

[packages]
"byteb4rb1e.sphinxcontrib.h5p.utils.pkg" = {file = ".", editable = true}
"byteb4rb1e.utils" = {file = "vendor/py-utils.git", editable = true}
