mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Update documentation according to latest changes.
This commit is contained in:
@@ -6,53 +6,53 @@ Glossary
|
||||
Bandit
|
||||
Bandit is a tool designed to find common security issues in Python code.
|
||||
|
||||
:Source Code: `https://github.com/PyCQA/bandit/`__
|
||||
:Package: `https://pypi.org/project/bandit/`__
|
||||
:Documentation: `https://bandit.readthedocs.io/`__
|
||||
:Source Code: `github.com/PyCQA/bandit/ <https://github.com/PyCQA/bandit/>`__
|
||||
:Package: `pypi.org/project/bandit/ <https://pypi.org/project/bandit/>`__
|
||||
:Documentation: `bandit.readthedocs.io/ <https://bandit.readthedocs.io/>`__
|
||||
|
||||
build
|
||||
A simple, correct Python build frontend.
|
||||
|
||||
:Source Code: `https://github.com/pypa/build/`__
|
||||
:Package: `https://pypi.org/project/build/`__
|
||||
:Documentation: `https://build.pypa.io/`__
|
||||
:Source Code: `github.com/pypa/build/ <https://github.com/pypa/build/>`__
|
||||
:Package: `pypi.org/project/build/ <https://pypi.org/project/build/>`__
|
||||
:Documentation: `build.pypa.io/ <https://build.pypa.io/>`__
|
||||
|
||||
Codacy
|
||||
.. todo:: Add description of Codacy.
|
||||
|
||||
:Service: `Codacy.com <https://www.codacy.com/>`__
|
||||
:Cloud Service: `Codacy.com <https://www.codacy.com/>`__
|
||||
|
||||
CodeCov
|
||||
.. todo:: Add description of CodeCov.
|
||||
|
||||
:Service: `Codecov.io <https://about.codecov.io/>`__
|
||||
:Cloud Service: `Codecov.io <https://about.codecov.io/>`__
|
||||
|
||||
Coverage.py
|
||||
The code coverage tool for Python.
|
||||
|
||||
:Source Code: `https://github.com/nedbat/coveragepy/`__
|
||||
:Package: `https://pypi.org/project/coverage/`__
|
||||
:Documentation: `https://coverage.readthedocs.io/`__
|
||||
:Source Code: `github.com/nedbat/coveragepy/ <https://github.com/nedbat/coveragepy/>`__
|
||||
:Package: `pypi.org/project/coverage/ <https://pypi.org/project/coverage/>`__
|
||||
:Documentation: `coverage.readthedocs.io/ <https://coverage.readthedocs.io/>`__
|
||||
|
||||
delete-artifact
|
||||
A GitHub Action to deletes artifacts within the workflow run.
|
||||
|
||||
:Source Code: `https://github.com/GeekyEggo/delete-artifact/`__
|
||||
:Marketplace: `https://github.com/marketplace/actions/delete-artifact/`__
|
||||
:README: `https://github.com/GeekyEggo/delete-artifact/blob/main/README.md`__
|
||||
:Source Code: `github.com/GeekyEggo/delete-artifact/ <https://github.com/GeekyEggo/delete-artifact/>`__
|
||||
:Marketplace: `github.com/marketplace/actions/delete-artifact/ <https://github.com/marketplace/actions/delete-artifact/>`__
|
||||
:README: `github.com/GeekyEggo/delete-artifact ⭢ README.md <https://github.com/GeekyEggo/delete-artifact/blob/main/README.md>`__
|
||||
|
||||
docstr_coverage
|
||||
Docstring coverage analysis and rating for Python.
|
||||
|
||||
:Source Code: `https://github.com/HunterMcGushion/docstr_coverage/`__
|
||||
:Package: `https://pypi.org/project/docstr_coverage/`__
|
||||
:Documentation: `https://docstr-coverage.readthedocs.io/`__
|
||||
:Source Code: `github.com/HunterMcGushion/docstr_coverage/ <https://github.com/HunterMcGushion/docstr_coverage/>`__
|
||||
:Package: `pypi.org/project/docstr_coverage/ <https://pypi.org/project/docstr_coverage/>`__
|
||||
:Documentation: `docstr-coverage.readthedocs.io/ <https://docstr-coverage.readthedocs.io/>`__
|
||||
|
||||
gh
|
||||
GitHub’s official command line tool.
|
||||
|
||||
:Source Code: `https://github.com/cli/cli/`__
|
||||
:Documentation: `https://cli.github.com/manual/`__
|
||||
:Source Code: `github.com/cli/cli/ <https://github.com/cli/cli/>`__
|
||||
:Documentation: `cli.github.com/manual/ <https://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
|
||||
@@ -63,66 +63,66 @@ Glossary
|
||||
interrogate
|
||||
Explain yourself! Interrogate a codebase for docstring coverage.
|
||||
|
||||
:Source Code: `https://github.com/econchick/interrogate/`__
|
||||
:Package: `https://pypi.org/project/interrogate/`__
|
||||
:Documentation: `https://interrogate.readthedocs.io/`__
|
||||
:Source Code: `github.com/econchick/interrogate/ <https://github.com/econchick/interrogate/>`__
|
||||
:Package: `pypi.org/project/interrogate/ <https://pypi.org/project/interrogate/>`__
|
||||
:Documentation: `interrogate.readthedocs.io/ <https://interrogate.readthedocs.io/>`__
|
||||
|
||||
MikTeX
|
||||
MiKTeX is a modern TeX distribution for Windows, Linux and macOS.
|
||||
|
||||
:Source Code: `https://github.com/MiKTeX/miktex/`__
|
||||
:Documentation: `https://miktex.org/`__
|
||||
:Source Code: `github.com/MiKTeX/miktex/ <https://github.com/MiKTeX/miktex/>`__
|
||||
:Documentation: `miktex.org/ <https://miktex.org/>`__
|
||||
|
||||
mypy
|
||||
Optional static typing for Python.
|
||||
|
||||
:Source Code: `https://github.com/python/mypy/`__
|
||||
:Package: `https://pypi.org/project/mypy/`__
|
||||
:Documentation: `https://www.mypy-lang.org/`__
|
||||
:Source Code: `github.com/python/mypy/ <https://github.com/python/mypy/>`__
|
||||
:Package: `pypi.org/project/mypy/ <https://pypi.org/project/mypy/>`__
|
||||
:Documentation: `www.mypy-lang.org/ <https://www.mypy-lang.org/>`__
|
||||
|
||||
pyEDAA.Reports
|
||||
A collection of various (EDA tool-specific) report data formats.
|
||||
|
||||
:Source Code: `https://github.com/edaa-org/pyEDAA.Reports/`__
|
||||
:Package: `https://pypi.org/project/pyEDAA.Reports/`__
|
||||
:Documentation: `https://edaa-org.github.io/pyEDAA.Reports/`__
|
||||
:Source Code: `github.com/edaa-org/pyEDAA.Reports/ <https://github.com/edaa-org/pyEDAA.Reports/>`__
|
||||
:Package: `pypi.org/project/pyEDAA.Reports/ <https://pypi.org/project/pyEDAA.Reports/>`__
|
||||
:Documentation: `edaa-org.github.io/pyEDAA.Reports/ <https://edaa-org.github.io/pyEDAA.Reports/>`__
|
||||
|
||||
pip
|
||||
The Python package installer.
|
||||
|
||||
:Source Code: `https://github.com/pypa/pip/`__
|
||||
:Package: `https://pypi.org/project/pip/`__
|
||||
:Documentation: `https://pip.pypa.io/`__
|
||||
:Source Code: `github.com/pypa/pip/ <https://github.com/pypa/pip/>`__
|
||||
:Package: `pypi.org/project/pip/ <https://pypi.org/project/pip/>`__
|
||||
:Documentation: `pip.pypa.io/ <https://pip.pypa.io/>`__
|
||||
|
||||
PyPI
|
||||
Find, install and publish Python packages with the Python Package Index.
|
||||
|
||||
:URL: `PyPI.org <https://pypi.org/>`__
|
||||
:Cloud Service: `PyPI.org <https://pypi.org/>`__
|
||||
|
||||
pytest
|
||||
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing.
|
||||
|
||||
:Source Code: `https://github.com/pytest-dev/pytest/`__
|
||||
:Package: `https://pypi.org/project/pytest/`__
|
||||
:Documentation: `https://pytest.org/`__
|
||||
:Source Code: `github.com/pytest-dev/pytest/ <https://github.com/pytest-dev/pytest/>`__
|
||||
:Package: `pypi.org/project/pytest/ <https://pypi.org/project/pytest/>`__
|
||||
:Documentation: `pytest.org/ <https://pytest.org/>`__
|
||||
|
||||
Sphinx
|
||||
The Sphinx documentation generator.
|
||||
|
||||
:Source Code: `https://github.com/sphinx-doc/sphinx/`__
|
||||
:Package: `https://pypi.org/project/sphinx/`__
|
||||
:Documentation: `https://www.sphinx-doc.org/`__
|
||||
:Source Code: `github.com/sphinx-doc/sphinx/ <https://github.com/sphinx-doc/sphinx/>`__
|
||||
:Package: `pypi.org/project/sphinx/ <https://pypi.org/project/sphinx/>`__
|
||||
:Documentation: `www.sphinx-doc.org/ <https://www.sphinx-doc.org/>`__
|
||||
|
||||
Test Reporter
|
||||
Displays test results from popular testing frameworks directly in GitHub.
|
||||
|
||||
:Source Code: `https://github.com/dorny/test-reporter/`__
|
||||
:Marketplace: `https://github.com/marketplace/actions/test-reporter/`__
|
||||
:README: `https://github.com/dorny/test-reporter/blob/main/README.md`__
|
||||
:Source Code: `github.com/dorny/test-reporter/ <https://github.com/dorny/test-reporter/>`__
|
||||
:Marketplace: `github.com/marketplace/actions/test-reporter/ <https://github.com/marketplace/actions/test-reporter/>`__
|
||||
:README: `github.com/dorny/test-reporter ⭢ README.md <https://github.com/dorny/test-reporter/blob/main/README.md>`__
|
||||
|
||||
twine
|
||||
Utilities for interacting with PyPI.
|
||||
|
||||
:Source Code: `https://github.com/pypa/twine/`__
|
||||
:Package: `https://pypi.org/project/twine/`__
|
||||
:Documentation: `https://twine.readthedocs.io/`__
|
||||
:Source Code: `github.com/pypa/twine/ <https://github.com/pypa/twine/>`__
|
||||
:Package: `pypi.org/project/twine/ <https://pypi.org/project/twine/>`__
|
||||
:Documentation: `twine.readthedocs.io/ <https://twine.readthedocs.io/>`__
|
||||
|
||||
Reference in New Issue
Block a user