A Python package for automated code review and analysis
Project description
CodeReviewPkg
A Python package for automated code review and analysis.
Installation
pip install codereviewpkg
Usage
from codereviewpkg import CodeReviewer
# Initialize the code reviewer
reviewer = CodeReviewer()
# Review a file
results = reviewer.review_file("path/to/your/file.py")
# Review a directory
results = reviewer.review_directory("path/to/your/project")
Features
- Code style checking
- Complexity analysis
- Security vulnerability scanning
- Best practices validation
- Documentation checking
Requirements
- Python 3.7+
- See requirements.txt for package dependencies
License
MIT License
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
codereviewpkg-0.1.1.tar.gz
(5.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codereviewpkg-0.1.1.tar.gz.
File metadata
- Download URL: codereviewpkg-0.1.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d6a6dec164dfb0854b6b412a1e3ec5a01c294a5eb0517e011e99a080e71f93e
|
|
| MD5 |
708aabb49c8144e9c84abb2167c3dd29
|
|
| BLAKE2b-256 |
fdf392b258285767e322805d13760202af3d5782c77772c7ecae9e946cba2d9e
|
File details
Details for the file codereviewpkg-0.1.1-py3-none-any.whl.
File metadata
- Download URL: codereviewpkg-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
036f46d1d7c6e9bd30255a99d4313ef47dbfe17e9d0f3ba631b910d98af9bbc1
|
|
| MD5 |
a064be7051edaa4471a48a2a4d0243a5
|
|
| BLAKE2b-256 |
a02b653707301c3223613f51b5394f901e7329a3c7bfb27a5f19a8212415bf7e
|