معرفی شرکت ها


flake8-async-22.3.10


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A flake8 plugin that checks bad async / asyncio practices
ویژگی مقدار
سیستم عامل -
نام فایل flake8-async-22.3.10
نام flake8-async
نسخه کتابخانه 22.3.10
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Cooper Lees and Zac Hatfield-Dodds
ایمیل نویسنده me@cooperlees.com
آدرس صفحه اصلی https://github.com/cooperlees/flake8-async
آدرس اینترنتی https://pypi.org/project/flake8-async/
مجوز MIT
# flake8-async A flake8 plugin that checks for bad async / asyncio practices. ## Installation ```console pip install flake8-async ``` - Or from GitHub ```console pip install git+https://github.com/cooperlees/flake8-async ``` ## List of warnings - **ASYNC100**: Warning about the use of a blocking http call inside an `async def` - **ASYNC101**: Warning about the use of `open`, `time.sleep` or methods in `subprocess`, inside an `async def`. - **ASYNC102**: Warning about the use of unsafe methods in `os` inside an `async def`. ## Development When you wish to add a check to `flake8-async` please ensure the following: - This `README.md` gets a one line about your new warning - CHANGELOG gets added to a `## UNRELEASED` section - Unittests are added showing the check hilight where it should and shouldn't To run our test suite please use tox. ```console python3 -m venv --upgrade-deps /tmp/tfa /tmp/tfa/bin/pip install tox # Linting /tmp/tfa/bin/tox -e check # Test Running /tmp/tfa/bin/tox -e test -- -n auto ``` ## License MIT # Changelog ## 22.11.14 Add ASYNC102: probable blocking os call in async function ## 22.11.6 Add ASYNC101: blocking sync call in async function ## 22.3.10 - Initial release


نیازمندی

مقدار نام
- flake8


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

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


نحوه نصب


نصب پکیج whl flake8-async-22.3.10:

    pip install flake8-async-22.3.10.whl


نصب پکیج tar.gz flake8-async-22.3.10:

    pip install flake8-async-22.3.10.tar.gz