Some code that supposedly extracts zip/tar archives safely.
Project description
# safe_extractor
Some code that supposedly extracts zip/tar archives safely.
No guarantees.
## Install
`pip install safe_extractor`
## Usage
```
from safe_extractor import safe_extractor
safe_extractor.untar_it("myfile.tar.gz", extract_path='.')
safe_extractor.unzip_it("myfile.zip", extract_path='.')
```
Some code that supposedly extracts zip/tar archives safely.
No guarantees.
## Install
`pip install safe_extractor`
## Usage
```
from safe_extractor import safe_extractor
safe_extractor.untar_it("myfile.tar.gz", extract_path='.')
safe_extractor.unzip_it("myfile.zip", extract_path='.')
```
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
safe_extractor-0.0.9.tar.gz
(3.7 kB
view details)
File details
Details for the file safe_extractor-0.0.9.tar.gz
.
File metadata
- Download URL: safe_extractor-0.0.9.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c65003cc1210371ff05cd959030369afbafd037a4daed124f9a38d89aa7e2484 |
|
MD5 | fc0d0264d55dde7f9a3d0e36e10c15fc |
|
BLAKE2b-256 | c15a1e1f04c20bed284b25b97febf448e61db590e22fcbfe74796fbe6b125cfe |