DRB Zip implementation
Project description
ZipNode Implementation
This drb-impl-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.impl
.
The implementation name is zip
.
The factory class is encoded into drb_impl_zip.file_zip_node
.
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-impl-zip
module shall be referenced into requirements.txt
file, or the following pip line can be run:
pip install drb-impl-zip
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file drb-impl-zip-1.0.1.tar.gz
.
File metadata
- Download URL: drb-impl-zip-1.0.1.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.11.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.63.0 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2f9b61128d38ef42810ecfe19d44b7808036014b820c756352caa0f0438c14e |
|
MD5 | d07504a839be7c7f51e8a2a4fd567cdf |
|
BLAKE2b-256 | 5267504fadd3ec658a66ac4036376e0c2ce44e8335642fde2169543b2306af82 |
File details
Details for the file drb_impl_zip-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: drb_impl_zip-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.11.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.63.0 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef80f717617f6b520b7e560ad840c166110b3c647834f2d00b2824620d5e9efb |
|
MD5 | 63f59ad37473df4e1b4782da11f84e3f |
|
BLAKE2b-256 | 11f90fb90d6cb4d64f98ffce3b0432acf3f81724223d9aee8c2591c6b9ac9745 |