DRB Tar implementation
Project description
TarNode Implementation
This drb-impl-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.impl.
The implementation name is tar.
The factory class is encoded into drb_impl_tar.file_tar_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-impl-tar module shall be referenced into requirements.txt file, or the following pip line can be run:
pip install drb-impl-tar
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file drb-impl-tar-1.0.2.tar.gz.
File metadata
- Download URL: drb-impl-tar-1.0.2.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.12.0 pkginfo/1.8.3 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a64ce9b9b2562ebbf81b20c2a96a731b99868b38e2a99de0df04de84a3c6a83
|
|
| MD5 |
4bac16745fd9fff41a3a758f139351a5
|
|
| BLAKE2b-256 |
1b972dd8f0299406a93522da7fafe3523a76daf5b6e2304009e472e0079e6a0a
|
File details
Details for the file drb_impl_tar-1.0.2-py3-none-any.whl.
File metadata
- Download URL: drb_impl_tar-1.0.2-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.12.0 pkginfo/1.8.3 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d0197e2d65fd134e67f67bca220fa015a2bccbca129b81ac8b1220c6eb71d56
|
|
| MD5 |
5baa15419c95b08a5cdeba6e4e63a158
|
|
| BLAKE2b-256 |
662b79d550a83838bf7a14e2b7571856a9a6de9b9c2236b78110aa22a9be2ad6
|