DRB Zip driver
Project description
ZipNode Driver
This drb-driver-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.drivers
.
The implementation name is zip
.
The factory class is encoded into drb.drivers.zip
.
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-driver-zip
module shall be referenced into requirements.txt
file, or the following pip line can be run:
pip install drb-driver-zip
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_zip-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 746bc96c7498517b2bd83a398a53db19ba6bcf6697b013fd1cc123497b4a476c |
|
MD5 | ce1c5b42c70c7f439cfc905809c9c112 |
|
BLAKE2b-256 | dcd5b708565669a2fe4a847a74529ebbbb8580f2726590550972f7f55d683447 |