pathlib for archives
Project description
DepHell Archive
Module to work with files and directories in archive in pathlib style.
- Goal: provide the same interface as
pathlib.Path
for archives. - State: partially implemented. Need to implement more methods.
Installation
Install from PyPI:
python3 -m pip install --user dephell_archive
Usage
from pathlib import Path from tempfile import TemporaryDirectory from dephell_archive import ArchivePath with TemporaryDirectory() as cache: path = ArchivePath( archive_path=Path('tests', 'requirements', 'wheel.whl'), cache_path=Path(cache), ) subpath = path / 'dephell' / '__init__.py' with subpath.open() as stream: content = stream.read()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size dephell_archive-0.1.7-py3-none-any.whl (8.0 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size dephell-archive-0.1.7.tar.gz (6.5 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for dephell_archive-0.1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64a688dd8acb780f7d56cdae4622fa01d1e5910fd65788974b3f70fa9a1e517a |
|
MD5 | b04b9af1d85f65c21ecb11f8b78d020d |
|
BLAKE2-256 | b3465a34ec59cbe1ad0d0575111cfac1b198eaf303656538ff31799765c725b7 |