معرفی شرکت ها


flake8-deprecated-2.0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Warns about deprecated method calls.
ویژگی مقدار
سیستم عامل -
نام فایل flake8-deprecated-2.0.1
نام flake8-deprecated
نسخه کتابخانه 2.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Gil Forcada
ایمیل نویسنده gil.gnome@gmail.com
آدرس صفحه اصلی https://github.com/gforcada/flake8-deprecated
آدرس اینترنتی https://pypi.org/project/flake8-deprecated/
مجوز GPL version 2
.. -*- coding: utf-8 -*- .. image:: https://github.com/gforcada/flake8-deprecated/actions/workflows/testing.yml/badge.svg?branch=master :target: https://github.com/gforcada/flake8-deprecated/actions/workflows/testing.yml .. image:: https://coveralls.io/repos/gforcada/flake8-deprecated/badge.svg?branch=master :target: https://coveralls.io/github/gforcada/flake8-deprecated?branch=master Flake8 deprecations plugin ========================== No language, library or framework ever get everything right from the very beginning. The project evolves, new features are added/changed/removed. This means that projects relying on them must keep an eye on what's currently best practices. This flake8 plugin helps you keeping up with method deprecations and giving hints about what they should be replaced with. This plugin is based on a python checker that was in `plone.recipe.codeanalysis`_. Install ------- Install with pip:: $ pip install flake8-deprecated Requirements ------------ - Python 3.7, 3.8, 3.9, 3.10 and pypy3 - flake8 TODO ---- - add a way to provide more deprecations on a per user basis(?), other plugins(?) - add a way to ignore specific deprecations License ------- GPL 2.0 .. _`plone.recipe.codeanalysis`: https://pypi.python.org/pypi/plone.recipe.codeanalysis .. -*- coding: utf-8 -*- Changelog ========= 2.0.1 (2022-10-11) ------------------ - Handle subscripts in method calls, thanks to @The-Compiler for the report. [gforcada] 2.0.0 (2022-10-09) ------------------ - Test the code in all python versions supported on GitHub actions. [gforcada] - Pin dependencies, to ensure reproducible builds. [gforcada] - Drop python 2.7 and only support 3.7+. [gforcada] - Ensure all deprecation aliases work. [gforcada] - Check decorators as well. [gforcada] 1.3 (2017-10-31) ---------------- - Fix flake8 errors on this package and enforce them on CI. [alexmuller] 1.2.2.dev0 (2017-10-22) ----------------------- - Use the ast module to parse the code and ensure no false positives are found. [alexmuller] 1.2.1 (2017-07-24) ------------------ - Fix UnicodeDecodeError if system locale is not UTF-8. [sshishov] 1.2 (2017-05-12) ---------------- - added support for sublimetext (stdin/filename handling). [iham] - Release as universal wheels. [gforcada] - Only test against Python 2.7, 3.5 and 3.6. It most probably works on earlier versions of 2.x and 3.x but it's pointless to test on them as well. [gforcada] 1.1 (2016-10-26) ---------------- - Fix compatibility with flake8 3. [gforcada] - Require flake8 > 3.0. [gforcada] 1.0 (2016-02-27) ---------------- - Warn if using xmlconfig.file, self.loadZCML is the preferred option. [gforcada] - Avoid false reports by suffixing an opening parenthesis on all methods. [gforcada] - Add decorators from zope.interface and zope.component. [gforcada] 0.2 (2016-01-20) ---------------- - Suggest to use AccessControl and zope.interface decorators. [gforcada] 0.1 (2015-09-17) ---------------- - Initial release. [gforcada] - Create the flake8 plugin per se. [gforcada]


نیازمندی

مقدار نام
- flake8
- pytest


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

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


نحوه نصب


نصب پکیج whl flake8-deprecated-2.0.1:

    pip install flake8-deprecated-2.0.1.whl


نصب پکیج tar.gz flake8-deprecated-2.0.1:

    pip install flake8-deprecated-2.0.1.tar.gz