Skip to main content

Plugin package for Pyaud

Project description

License PyPI Build CodeQL pre-commit.ci status codecov.io readthedocs.org python3.8 Black isort docformatter pylint Security Status Known Vulnerabilities pyaud-plugins

Plugin package for Pyaud

Dependencies

pip install pyaud

Install

pip install pyaud-plugins

Development

poetry install

Usage

See pyaud

Plugins

pyaud will automatically load this package on search for all packages prefixed with “pyaud_”

For writing plugins see docs

This package contains the following plugins on running pyaud modules

about-tests     -- Check tests README is up-to-date
audit           -- Read from [audit] key in config
change-logged   -- Check commits with loggable tags are added to CHANGELOG
commit-policy   -- Test commit policy is up to date
const           -- Check code for repeat use of strings
copyright-year  -- Test copyright year is up to date
coverage        -- Run package unit-tests with `pytest` and `coverage`
docs            -- Compile package documentation with `Sphinx`
doctest         -- Run `doctest` on all code examples
doctest-package -- Run `doctest` on package
doctest-readme  -- Run `doctest` on Python code-blocks in README
files           -- Audit project data files
format          -- Audit code with `Black`
format-docs     -- Format docstrings with `docformatter`
format-str      -- Format f-strings with `flynt`
imports         -- Audit imports with `isort`
lint            -- Lint code with `pylint`
modules         -- Display all available plugins and their documentation
params          -- Check docstring params match function signatures
readme-help     -- Test help documented in README is up to date
sort-pyproject  -- Sort pyproject.toml file with `toml-sort`
test            -- Run all tests
tests           -- Run the package unit-tests with `pytest`
toc             -- Audit docs/<NAME>.rst toc-file
typecheck       -- Typecheck code with `mypy`
unused          -- Audit unused code with `vulture`
whitelist       -- Check whitelist.py file with `vulture`

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyaud_plugins-0.22.0.tar.gz (13.5 kB view hashes)

Uploaded Source

Built Distribution

pyaud_plugins-0.22.0-py3-none-any.whl (15.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page