Skip to main content

Summarizing the code metrics of your project from pytest-cov, pylint and flake8.

Project description

CodeRadar

Identifying the highest threats to your code quality by analyzing code metrics of your project using pytest and pylint.

Status: early alpha
Authors: Carsten König

Purpose

In order to quickly see where an existing project needs refactoring, an overview of the worst code smells is needed. This package therefore summarizes these in a very brief report, that should guide you directly to the places in your software where an improvement would have the highest impact when you want to improve code quality.

Installation

pip install coderadar

How to use

In order to analyze your sourcecode, go to your project root folder and run

coderadar <path-to-source>

This will run pytest, pylint and flake8 to get the metrics that will be analyzed.

The following artifacts will be created:

  • coverage.xml
  • coverage.txt
  • pylint.json
  • pylint.txt
  • code_quality_report.html
  • code_quality_report.txt

License

MIT

Author

Carsten König

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

coderadar-0.3.0.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

coderadar-0.3.0-py3-none-any.whl (8.6 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