Glossary ######## .. glossary:: Bandit Bandit is a tool designed to find common security issues in Python code. :Source Code: `github.com/PyCQA/bandit/ `__ :Package: `pypi.org/project/bandit/ `__ :Documentation: `bandit.readthedocs.io/ `__ build A simple, correct Python build frontend. :Source Code: `github.com/pypa/build/ `__ :Package: `pypi.org/project/build/ `__ :Documentation: `build.pypa.io/ `__ Codacy .. todo:: Add description of Codacy. :Cloud Service: `Codacy.com `__ CodeCov .. todo:: Add description of CodeCov. :Cloud Service: `Codecov.io `__ Coverage.py The code coverage tool for Python. :Source Code: `github.com/nedbat/coveragepy/ `__ :Package: `pypi.org/project/coverage/ `__ :Documentation: `coverage.readthedocs.io/ `__ delete-artifact A GitHub Action to deletes artifacts within the workflow run. :Source Code: `github.com/GeekyEggo/delete-artifact/ `__ :Marketplace: `github.com/marketplace/actions/delete-artifact/ `__ :README: `github.com/GeekyEggo/delete-artifact ⭢ README.md `__ docstr_coverage Docstring coverage analysis and rating for Python. :Source Code: `github.com/HunterMcGushion/docstr_coverage/ `__ :Package: `pypi.org/project/docstr_coverage/ `__ :Documentation: `docstr-coverage.readthedocs.io/ `__ gh GitHub’s official command line tool. :Source Code: `github.com/cli/cli/ `__ :Documentation: `cli.github.com/manual/ `__ GitHub Pages GitHub Pages is a static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository on GitHub, optionally runs the files through a build process, and publishes a website. :Documentation: https://docs.github.com/en/pages interrogate Explain yourself! Interrogate a codebase for docstring coverage. :Source Code: `github.com/econchick/interrogate/ `__ :Package: `pypi.org/project/interrogate/ `__ :Documentation: `interrogate.readthedocs.io/ `__ MikTeX MiKTeX is a modern TeX distribution for Windows, Linux and macOS. :Source Code: `github.com/MiKTeX/miktex/ `__ :Documentation: `miktex.org/ `__ mypy Optional static typing for Python. :Source Code: `github.com/python/mypy/ `__ :Package: `pypi.org/project/mypy/ `__ :Documentation: `www.mypy-lang.org/ `__ pyEDAA.Reports A collection of various (EDA tool-specific) report data formats. :Source Code: `github.com/edaa-org/pyEDAA.Reports/ `__ :Package: `pypi.org/project/pyEDAA.Reports/ `__ :Documentation: `edaa-org.github.io/pyEDAA.Reports/ `__ pip The Python package installer. :Source Code: `github.com/pypa/pip/ `__ :Package: `pypi.org/project/pip/ `__ :Documentation: `pip.pypa.io/ `__ PyPI Find, install and publish Python packages with the Python Package Index. :Cloud Service: `PyPI.org `__ pytest The pytest framework makes it easy to write small tests, yet scales to support complex functional testing. :Source Code: `github.com/pytest-dev/pytest/ `__ :Package: `pypi.org/project/pytest/ `__ :Documentation: `pytest.org/ `__ Sphinx The Sphinx documentation generator. :Source Code: `github.com/sphinx-doc/sphinx/ `__ :Package: `pypi.org/project/sphinx/ `__ :Documentation: `www.sphinx-doc.org/ `__ Test Reporter Displays test results from popular testing frameworks directly in GitHub. :Source Code: `github.com/dorny/test-reporter/ `__ :Marketplace: `github.com/marketplace/actions/test-reporter/ `__ :README: `github.com/dorny/test-reporter ⭢ README.md `__ twine Utilities for interacting with PyPI. :Source Code: `github.com/pypa/twine/ `__ :Package: `pypi.org/project/twine/ `__ :Documentation: `twine.readthedocs.io/ `__