معرفی شرکت ها


flake8-snippets-0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A flake8 extension to find any code snippets you don't like
ویژگی مقدار
سیستم عامل -
نام فایل flake8-snippets-0.2
نام flake8-snippets
نسخه کتابخانه 0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Tobias Lorenz
ایمیل نویسنده tobias.lorenz@bitmazk.com
آدرس صفحه اصلی https://github.com/bitmazk/flake8-snippets
آدرس اینترنتی https://pypi.org/project/flake8-snippets/
مجوز The MIT License
flake8-snippets =============== A flake8 extension to find any code snippets you don't like. Flake8 is a tool to combine different apps (like pep8) and therefore to guarantee clean Python code. Read more: http://flake8.readthedocs.org/en/latest/ Installation ------------ To get the latest stable release from PyPi .. code-block:: bash $ pip install flake8-snippets To get the latest commit from GitHub .. code-block:: bash $ pip install -e git+git://github.com/bitmazk/flake8-snippets.git#egg=flake8_snippets Usage ----- Simply enhance the ``flake8`` command with the ``--snippet`` setting and add a comma-separated list .. code-block:: bash flake8 --statistics --snippets='# TODO' . or .. code-block:: bash flake8 --statistics --snippets='import ipdb,ipdb.set_trace()' . Contribute ---------- If you want to contribute to this project, please perform the following steps .. code-block:: bash # Fork this repository # Clone your fork $ mkvirtualenv -p python2.7 flake8-snippets $ python setup.py install $ git co -b feature_branch master # Implement your feature and tests $ git add . && git commit $ git push -u origin feature_branch # Send us a pull request for your feature branch


نحوه نصب


نصب پکیج whl flake8-snippets-0.2:

    pip install flake8-snippets-0.2.whl


نصب پکیج tar.gz flake8-snippets-0.2:

    pip install flake8-snippets-0.2.tar.gz