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.3.0.tar.gz
(7.6 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.3.0.tar.gz.
File metadata
- Download URL: pydvpl-0.3.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
378241012f492bb21dfc944677d7e7e1f348ad67eb1713b49e8006581cce6ef2
|
|
| MD5 |
8c146549d860e8e1b79bee587b0803bf
|
|
| BLAKE2b-256 |
44dd13554ed1096e6a68e4c4236f080b4499f9bf21491ffa981436e10b7678c2
|
File details
Details for the file pydvpl-0.3.0-py3-none-any.whl.
File metadata
- Download URL: pydvpl-0.3.0-py3-none-any.whl
- Upload date:
- Size: 6.7 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 |
597c76891372b3f5dc4cef8e3a6a0497a68ebe67c18b0591b6a3201bae7873a6
|
|
| MD5 |
eba9f67ad6886f2fc8eaa83647dd5000
|
|
| BLAKE2b-256 |
35b18264c1d804c6c9beba738f1068a69c0364f2935f053ea81975112e7ee5d9
|