Skip to main content

Plugin package for Pyaud

Project description

License pypi CI CodeQL codecov.io readthedocs.org python3.8 black

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

const           -- Check code for repeat use of strings
coverage        -- Run package unit-tests with `pytest` and `coverage`
deploy          -- Deploy package documentation and test coverage
deploy-cov      -- Upload coverage data to `Codecov`
deploy-docs     -- Deploy package documentation to `gh-pages`
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`
readme          -- Parse, test, and assert RST code-blocks
requirements    -- Audit requirements.txt with Pipfile.lock
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.7.1.tar.gz (13.9 kB view hashes)

Uploaded Source

Built Distribution

pyaud_plugins-0.7.1-py3-none-any.whl (16.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