Skip to main content

A module to easely run quality pipeline for python project

Project description

# pyquality

Pipeline to run quality tools on python projet : * unittest * coverage report * flake8 * pylint * radon for maintainability report * xenon for cyclomatic complexity

## Install

` pip install pyinspector `

## Usage ` pyinspector <project_path> <options_not_required> ` <project_path> need to be explicit path. Don’t use ‘.’

You can use options : * –no-report: to not print results and not coverage report * –no-unittest: to not run unittest * –no-flake8: to not run flake8 * –no-pylint: to not run pylint * –no-mi: to not inspect maintainability * –no-cc: to not inspect cyclomatic complexity

Project details


Release history Release notifications | RSS feed

This version

1.3

Download files

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

Source Distribution

pyinspector-1.3.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

pyinspector-1.3-py3-none-any.whl (3.0 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