A CLI Tool Coded In Python3 To Convert WoTB ( Dava ) SmartDLC DVPL File Based On LZ4 High Compression.
Project description
PyDVPL Cli Converter
- A Cli Tool Coded In Python3 To Convert WoTB ( Dava ) SmartDLC DVPL File Based On LZ4 High Compression.
Usage :
pydvpl [--mode] [--keep-originals] [--path] [--verbose] [--ignore]
• flags can be one of the following:
-m, --mode: required flag to select modes for processing.
-k, --keep-originals: keeps the original files after compression/decompression.
-p, --path: specifies the directory/files path to process. Default is the current directory.
-i, --ignore: specifies comma-separated file extensions to ignore during compression.
-v, --verbose: shows verbose information for all processed files.
• mode can be one of the following:
compress: compresses files into dvpl.
decompress: decompresses dvpl files into standard files.
verify: verify compressed dvpl files to determine valid compression.
help: show this help message.
• usage can be one of the following examples:
$ pydvpl --mode help
$ pydvpl --mode decompress --path /path/to/decompress/compress
$ pydvpl --mode compress --path /path/to/decompress/compress
$ pydvpl --mode decompress --keep-originals -path /path/to/decompress/compress
$ pydvpl --mode compress --keep-originals -path /path/to/decompress/compress
$ pydvpl --mode decompress --path /path/to/decompress/compress.yaml.dvpl
$ pydvpl --mode compress --path /path/to/decompress/compress.yaml
$ pydvpl --mode decompress --keep-originals --path /path/to/decompress/compress.yaml.dvpl
$ pydvpl --mode dcompress --keep-originals --path /path/to/decompress/compress.yaml
$ pydvpl --mode compress --path /path/to/decompress --ignore .exe,.dll
$ pydvpl --mode compress --path /path/to/decompress --ignore exe,dll
$ pydvpl --mode compress --path /path/to/decompress --ignore test.exe,test.txt
$ pydvpl --mode verify -path /path/to/verify
$ pydvpl --mode verify -path /path/to/verify/verify.yaml.dvpl
Running :
- python 3.10+ required!
$ git clone https://github.com/rifsxd/pydvpl.git
$ cd pydvpl/src/pydvpl
$ py ./pydvpl.py -h
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
pydvpl-0.2.0.tar.gz
(7.4 kB
view details)
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 pydvpl-0.2.0.tar.gz.
File metadata
- Download URL: pydvpl-0.2.0.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1773fc5ea3598b5fe9231fc2ef53de4a2170e1da23fa7d80e0e3a6774cbdb66
|
|
| MD5 |
5b3d025c8a63479e6e8e8a77e2e70798
|
|
| BLAKE2b-256 |
c56ea5805eaffd4d734c7f0e7ad0e400210fcba354050a06c0e757d3bd933cb1
|
File details
Details for the file pydvpl-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pydvpl-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfb07ccd9b9a6a4db09e7fa285551e95a1c45fa6620d42b0077b400d6e5ca750
|
|
| MD5 |
abaf8e01cff0ba3a423350b328fa928c
|
|
| BLAKE2b-256 |
c7096b56230b222416cc12ee61a2edfdb5134bf6b5cb85e8238a962662917c71
|