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.8.tar.gz
(3.6 kB
view hashes)