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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file code_quality-0.0.4.tar.gz
.
File metadata
- Download URL: code_quality-0.0.4.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46a3c1fc481f1059f7ef135c3204730b879faf857934b06f08f91d214bb86c1f |
|
MD5 | 79dde64834dd10e272d1af3f962b196c |
|
BLAKE2b-256 | d6d1561627512a57f81dfb314e87b85e70b24a73bb7706b91f746e12a76d6cc4 |