Skip to main content

A light-weight library for testing code quality.

Project description

About

Code quality is a light weight quality check library for Python project or a Python file. It is heavily inspired by the books of Robert C. Martin. It can be used as a consistent measure for readability and maintainability.

How many times have you seen bulky functions, inconsistent casing for variables, long if-else chains and thought to yourself if there was a way to weed out such things before they make it to the Production environment... Well here's my answer to that. Feel free to use this as a check for your projects.

Code quality will rate your projects on different parameters and also provide possible resolutions if any parameter score is low. The vision behind this tool is to not have readability and maintainability as best practices, but an industry standard.

Installation and getting started


# Install

pip install code-quality

# Using

python -m code_quality -d {{complete filepath for your project}}

Features

  • Checks for readability by the principles defined by Robert C. Martin et al. Gives out a report with different scores.\
  • Very lightweight and blazing fast tests. Optimized for heavy repositories.\
  • Gives out Possible resolution in case any paramter is lower than it should be. (As this is the first version, this feature is very limited)

Technologies

The following tools were used in this project:

Requirements

Before starting :checkered_flag:, you need to have Git and Python installed.

Starting For Developers

bash

# Clone this project

$ git clone https://github.com/ArthDubey/code_quality

# Access

$ cd code_quality

# Install dependencies

$ pip install -r requirements.txt

# Run the project

$ python -m code_quality -d {{project_filepath}}

# Report will be generated in terminal

License

This project is under license from MIT. For more details, see the LICENSE file.

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

code_quality-0.0.4.tar.gz (9.0 kB view hashes)

Uploaded Source

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