DRB Tar driver
Project description
TarNode Implementation
This drb-driver-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.driver
.
The implementation name is tar
.
The factory class is encoded into drb.drivers.tar.base_node
.
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-driver-tar
module shall be referenced into requirements.txt
file, or the following pip line can be run:
pip install drb-driver-tar
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
Built Distribution
Hashes for drb_driver_tar-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d45fb6451acff6bbec3e58fa70fb6a2de015bb61038a8929c0e777ef6a4554a |
|
MD5 | 13b659fa1977a3fc084573b57f64995e |
|
BLAKE2b-256 | 391135380cae66689ce8621d12b961417672b8abebdccc9ca3f6bef6132a2e3a |