معرفی شرکت ها


coderadar-0.4.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Identifying the highest threats to your code quality by analyzing code metrics of your project using pytest and pylint.
ویژگی مقدار
سیستم عامل -
نام فایل coderadar-0.4.3
نام coderadar
نسخه کتابخانه 0.4.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Carsten König
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/coderadar/
مجوز GNU GPLv3 License
# CodeRadar Identifying the highest threats to your code quality by analyzing code metrics of your project using pytest and pylint. **Status:** Beta (runs, but certainly has bugs)\ **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 ```bash pip install coderadar ``` ## How to use In order to analyze your sourcecode, go to your project root folder and run ```bash 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 [GNU GPLv3 License](https://choosealicense.com/licenses/gpl-3.0/) ## Author **Carsten König** - [GitLab](https://gitlab.com/ck2go "Carsten König") - [GitHub](https://github.com/ck2go "Carsten König") - [LinkedIn](https://www.linkedin.com/in/ck2go/ "Carsten König") - [Website](https://www.carsten-koenig.de "Carsten König")


نیازمندی

مقدار نام
- pytest
- pytest-mock
- pytest-cov
- pylint


زبان مورد نیاز

مقدار نام
>=2.7 Python


نحوه نصب


نصب پکیج whl coderadar-0.4.3:

    pip install coderadar-0.4.3.whl


نصب پکیج tar.gz coderadar-0.4.3:

    pip install coderadar-0.4.3.tar.gz