Git Product home page Git Product logo

pydvpl's Introduction

PyDVPL Cli Converter

  • A Cli Tool Coded In Python3 To Convert WoTB ( Dava ) SmartDLC DVPL Files Based On LZ4 Compression.


Hello PyDVPL!


Package & Module Structure :

.
├── pydvpl
│   ├── color
│   │   ├── __init__.py
│   │   └── _color.py
│   ├── dvpl
│   │   ├── __init__.py
│   │   └── _dvpl.py
│   ├── version
│   │   ├── __init__.py
│   │   └── _version.py
│   ├── __init__.py
│   └── _pydvpl.py
└──────────────────────────

Usage :

$ pydvpl [--mode] [--keep-originals] [--path] [--verbose] [--ignore] [--threads]

• 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.
    -t, --threads: specifies the number of threads to use for processing. Default is 1.
    --version: check version info/update and meta info.
    --upgrade: update to the latest version.

• mode can be one of the following:

    c, compress: compresses files into dvpl.
    d, decompress: decompresses dvpl files into standard files.
    v, verify: verify compressed dvpl files to determine valid compression.
    h, 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 compress --path /path/to/decompress --ignore .exe.dvpl,.dll.dvpl

    $ pydvpl --mode compress --path /path/to/decompress --ignore exe.dvpl,dll.dvpl

    $ pydvpl --mode compress --path /path/to/decompress --ignore test_test.exe,test_test.txt

    $ pydvpl --mode verify -path /path/to/verify

    $ pydvpl --mode verify -path /path/to/verify/verify.yaml.dvpl

    $ pydvpl --mode compress --path /path/to/decompress/compress.yaml --compression hc
    
    $ pydvpl --mode compress --path /path/to/decompress/ --compression fast

Requirements :

python 3.10+

pip 23.0+

Auto installation :

pip install pydvpl

Manual installation :

$ git clone https://github.com/rifsxd/pydvpl.git
$ cd pydvpl
$ pip install ./

pydvpl's People

Contributors

rifsxd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.