A small command line utility to help extract compressed archives.
Project description
simple_extract
Simple File Extraction
Description
A small command line file extraction utility written in Python. It uses external tools to optionally fetch from an url and decompress archives.
Getting started
Python 3.9+ needed
External tools that can be used:
* tar
* gzip
* bzip2
* unrar
* lha
* 7z
* unzip
* rpm2cpio
* cpio
* ar
* xz
* zstd
* curl
* wget
* fetch
Installing
* clone the git repository from https://github.com/berrym/simple_extract.git
or:
* python -m pip install simple-extract
or:
* python -m pip install --user simple-extract
Executing program
* python simple_extract.py some-archive.tar.gz some-other-archive.lzma
or if installed via pip:
* simple-extract https://github.com/ibara/mg/releases/download/mg-6.8.1/mg-6.8.1.tar.gz
Authors
Copyright 2021 Michael Berry trismegustis@gmail.com
Version History
- 0.1.0
- Initial Release
- 0.1.1
- Change the way paths are handled if stdout is used
- 0.1.2
- Updated setup.py
- 0.1.3
- Fixed setup.py issue preventing proper builds
- 0.1.4
- Added a simple noclobber option for non piped commands
- 0.1.5
- Added a command line switch to silence archive downloads
- 0.1.6
- Stop splitting text at common extensions
- 0.1.7
- Split archive paths only at valid extensions
- 0.1.8
- Changed imports, check for local archive existence in should_fetch archive
- 0.1.9
- Improved url validation and error handling
- 0.2.0
- Use subprocess.run instead of Popen and check for errors
- 0.2.1
- Use a dictionary command mapping instead of if else control flow
- 0.2.2
- Removed glob_multiple_extensions, deprecated
- 0.2.3
- Refactored main()
- 0.2.4
- Added logging
License
This project is licensed under the MIT License - see the LICENSE file for details.
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
simple_extract-0.2.4.tar.gz
(6.6 kB
view details)
Built Distribution
File details
Details for the file simple_extract-0.2.4.tar.gz
.
File metadata
- Download URL: simple_extract-0.2.4.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de45ce62e43f8a9bdc7a4e88645d23a9add0517bb8e1ad5b970d3a406a70657d |
|
MD5 | 487ca631bf954ed04f945d6ca4faf26f |
|
BLAKE2b-256 | f033e6110a5679b5ffca79966c8d20ad1cf677fc1736dee8acb4149067572891 |
File details
Details for the file simple_extract-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: simple_extract-0.2.4-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7eb03e2da55b402bd40d16fb54c0e508ebdbd5d9f85a51e16fa95074f003ed93 |
|
MD5 | e5ba5cefbf7e46c3dfdc8b4226889ebe |
|
BLAKE2b-256 | c316003aee8389356e777a5685062f3206952417a7a139264485ba1ef31f8a5f |