معرفی شرکت ها


drb-impl-file-1.0b4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

DRB File implementation
ویژگی مقدار
سیستم عامل -
نام فایل drb-impl-file-1.0b4
نام drb-impl-file
نسخه کتابخانه 1.0b4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده GAEL Systems
ایمیل نویسنده drb-python@gael.fr
آدرس صفحه اصلی https://gitlab.com/drb-python/impl/file
آدرس اینترنتی https://pypi.org/project/drb-impl-file/
مجوز -
# FileNode Implementation This drb-impl-file module implements file protocol access with DRB data model. It is able to navigates among the file systems. ## File Factory and File 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 `file`.<br/> The factory class is encoded into `drb_impl_file.drb_impl_file`.<br/> The file factory creates a FileNode from an existing path only, otherwise, a `DrbFileNodeFactoryException` exception is raised. The FileNode can be instantiated from a single path or an uri. The `Path` class and its subclasses `ParsedPath` provided in drb core module can help to manage these inputs. ## limitations The current version does not manage child modification and insertion. ## Using this module To include this module into your project, the `drb-impl-file` module shall be referenced into `requirement.txt` file, or the following pip line can be run: ```commandline pip install drb-impl-file ```


نیازمندی

مقدار نام
<1.1.0,>=1.0.1 drb
>=0.20 versioneer


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

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


نحوه نصب


نصب پکیج whl drb-impl-file-1.0b4:

    pip install drb-impl-file-1.0b4.whl


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

    pip install drb-impl-file-1.0b4.tar.gz