معرفی شرکت ها


drb-impl-tar-1.0b2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

DRB Tar implementation
ویژگی مقدار
سیستم عامل -
نام فایل drb-impl-tar-1.0b2
نام drb-impl-tar
نسخه کتابخانه 1.0b2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده GAEL Systems
ایمیل نویسنده drb-python@gael.fr
آدرس صفحه اصلی https://gitlab.com/drb-python/impl/tar
آدرس اینترنتی https://pypi.org/project/drb-impl-tar/
مجوز -
# TarNode Implementation This drb-impl-tar module implements access to tar containers with DRB data model. It is able to navigates among the tar contents. ## Tar Factory and Tar 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 `tar`.<br/> The factory class is encoded into `drb_impl_tar.file_tar_node`.<br/> The tar factory creates a TarNode from an existing tar 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, DrbZipNode or any other nodes able to provide streamed (`BufferedIOBase`, `RawIOBase`, `IO`) tar content. ## limitations The current version does not manage child modification and insertion. TarNode is currently read only. ## Using this module To include this module into your project, the `drb-impl-tar` module shall be referenced into `requirements.txt` file, or the following pip line can be run: ```commandline pip install drb-impl-tar ```


نیازمندی

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


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

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


نحوه نصب


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

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


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

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