معرفی شرکت ها


drb-impl-zip-1.0b2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

DRB Zip implementation
ویژگی مقدار
سیستم عامل -
نام فایل drb-impl-zip-1.0b2
نام drb-impl-zip
نسخه کتابخانه 1.0b2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده GAEL Systems
ایمیل نویسنده drb-python@gael.fr
آدرس صفحه اصلی https://gitlab.com/drb-python/impl/zip
آدرس اینترنتی https://pypi.org/project/drb-impl-zip/
مجوز -
# ZipNode Implementation This drb-impl-zip module implements access to zip containers with DRB data model. It is able to navigates among the zip contents. ## Zip Factory and Zip Node The module implements the basic factory model defined in DRB in its node resolver. Based on the python entry point mechanism, this module can be dynamically imported into applications. The entry point group reference is `drb.impl`.<br/> The implementation name is `zip`.<br/> The factory class is encoded into `drb_impl_zip.file_zip_node`.<br/> The zip factory creates a ZipNode from an existing zip content. It uses a base node to access the content data using a streamed implementation from the base node. The base node can be a DrbFileNode, DrbHttpNode, DrbTarNode or any other nodes able to provide streamed (`BufferedIOBase`, `RawIOBase`, `IO`) zip content. ## limitations The current version does not manage child modification and insertion. ZipNode is currently read only. ## Using this module To include this module into your project, the `drb-impl-zip` module shall be referenced into `requirements.txt` file, or the following pip line can be run: ```commandline pip install drb-impl-zip ```


نیازمندی

مقدار نام
<1.1.0,>=1.0.1 drb
<1.1.0,>=1.0.1 drb-impl-file


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

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


نحوه نصب


نصب پکیج whl drb-impl-zip-1.0b2:

    pip install drb-impl-zip-1.0b2.whl


نصب پکیج tar.gz drb-impl-zip-1.0b2:

    pip install drb-impl-zip-1.0b2.tar.gz