معرفی شرکت ها


aioshutil-1.2a1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Asynchronous shutil module.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل aioshutil-1.2a1
نام aioshutil
نسخه کتابخانه 1.2a1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Kumar Aditya
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/kumaraditya303/aioshutil
آدرس اینترنتی https://pypi.org/project/aioshutil/
مجوز BSD License
# aioshutil: Asynchronous shutil module. [![Downloads](https://pepy.tech/badge/aioshutil)](https://pepy.tech/project/aioshutil) ![](https://img.shields.io/pypi/v/aioshutil) ![](https://img.shields.io/pypi/pyversions/aioshutil) ![](https://img.shields.io/pypi/implementation/aioshutil) # Introduction `aioshutil` is a Python library which provides asynchronous version of function of shutil module. `shutil` module is blocking and using it in asyncio applications will block the event loop and slow down the application, `aioshutil` provides asynchronous friendly versions of the functions of the `shutil` module as it performs blocking io in a thread pool. # Installation ```console $ pip install aioshutil ``` # Usage The API of `aioshutil` module is same as `shutil` module except that it is asynchronous. ```python from aioshutil import rmtree await rmtree("/tmp") ``` `aioshutil` provides the following functions: - `copyfileobj` - `copyfile` - `copymode` - `copystat` - `copy` - `copy2` - `copytree` - `move` - `rmtree` - `make_archive` - `get_archive_formats` - `register_archive_format` - `unregister_archive_format` - `get_unpack_formats` - `register_unpack_format` - `unregister_unpack_format` - `unpack_archive` - `ignore_patterns` - `chown` - `which` - `get_terminal_size` `aioshutil` provides the following exceptions for consistency with `shutil` module: - `Error` - `SpecialFileError` - `ExecError` - `SameFileError`


نیازمندی

مقدار نام
- typing-extensions


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

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


نحوه نصب


نصب پکیج whl aioshutil-1.2a1:

    pip install aioshutil-1.2a1.whl


نصب پکیج tar.gz aioshutil-1.2a1:

    pip install aioshutil-1.2a1.tar.gz