Skip to main content

DRB File implementation

Project description

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.
The implementation name is file.
The factory class is encoded into drb_impl_file.drb_impl_file.

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:

pip install drb-impl-file

Documentation

The documentation of this implementation can be found here https://drb-python.gitlab.io/impl/file

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drb-driver-file-1.1.0.tar.gz (22.8 kB view hashes)

Uploaded Source

Built Distribution

drb_driver_file-1.1.0-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page