معرفی شرکت ها


cpplint-1.6.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Automated checker to ensure C++ files follow Google's style guide
ویژگی مقدار
سیستم عامل -
نام فایل cpplint-1.6.1
نام cpplint
نسخه کتابخانه 1.6.1
نگهدارنده ['cpplint Developers']
ایمیل نگهدارنده ['see_github@nospam.com']
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/cpplint/cpplint
آدرس اینترنتی https://pypi.org/project/cpplint/
مجوز BSD-3-Clause
cpplint - static code checker for C++ ===================================== .. image:: https://img.shields.io/pypi/v/cpplint.svg :target: https://pypi.python.org/pypi/cpplint .. image:: https://img.shields.io/pypi/pyversions/cpplint.svg :target: https://pypi.python.org/pypi/cpplint .. image:: https://img.shields.io/pypi/status/cpplint.svg :target: https://pypi.python.org/pypi/cpplint .. image:: https://img.shields.io/pypi/l/cpplint.svg :target: https://pypi.python.org/pypi/cpplint .. image:: https://img.shields.io/pypi/dd/cpplint.svg :target: https://pypi.python.org/pypi/cpplint .. image:: https://img.shields.io/pypi/dw/cpplint.svg :target: https://pypi.python.org/pypi/cpplint .. image:: https://img.shields.io/pypi/dm/cpplint.svg :target: https://pypi.python.org/pypi/cpplint Cpplint is a command-line tool to check C/C++ files for style issues following `Google's C++ style guide <http://google.github.io/styleguide/cppguide.html>`_. Cpplint is developed and maintained by Google Inc. at `google/styleguide <https://github.com/google/styleguide>`_, also see the `wikipedia entry <http://en.wikipedia.org/wiki/Cpplint>`_ While Google maintains cpplint, Google is not (very) responsive to issues and pull requests, this fork aims to be (somewhat) more open to add fixes to cpplint to enable fixes, when those fixes make cpplint usable in wider contexts. Also see discussion here https://github.com/google/styleguide/pull/528. Installation ============ To install cpplint from PyPI, run: .. code-block:: bash $ pip install cpplint Then run it with: .. code-block:: bash $ cpplint [OPTIONS] files For full usage instructions, run: .. code-block:: bash $ cpplint --help Changes ------- The modifications in this fork are minor fixes and cosmetic changes, such as: * python 3 compatibility * more default file extensions * customizable file extensions with the --extensions argument * continuous integration on github * support for recursive file discovery via the --recursive argument * support for excluding files via --exclude * JUnit XML output format * Overriding repository root auto-detection via --repository * Support ``#pragma once`` as an alternative to header include guards * ... and a few more (most of which are open PRs on upstream) Acknowledgements ---------------- Thanks to Google Inc. for open-sourcing their in-house tool. Thanks to maintainers of the fork * `tkruse <https://github.com/tkruse>`_ * `mattyclarkson <https://github.com/mattyclarkson>`_ * `theandrewdavis <https://github.com/theandrewdavis>`_


نیازمندی

مقدار نام
>=4.0.1 flake8
- flake8-polyfill
>=2.11.0 pylint
>=3.0.0 tox
- tox-pyenv
>=0.12 importlib-metadata
<5.0,>=4.6 pytest
- pytest-cov
<3 pyparsing
<=0.5.1 zipp
<=3.7.4 configparser
- testfixtures
<5.0,>=4.6 pytest
- pytest-cov
<3 pyparsing
<=0.5.1 zipp
<=3.7.4 configparser
- testfixtures


نحوه نصب


نصب پکیج whl cpplint-1.6.1:

    pip install cpplint-1.6.1.whl


نصب پکیج tar.gz cpplint-1.6.1:

    pip install cpplint-1.6.1.tar.gz