Skip to main content

Convert DVPL files (World of Tanks Blitz), written in Rust.

Project description

Stars crates.io PyPI License

dvpl-converter

Convert DVPL files (World of Tanks Blitz)

Encode and decode DVPL-compressed game assets with LZ4/LZ4-HC support, written in Rust.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. DVPL Format
  5. License

About The Project

DVPL is a compression format used by World of Tanks Blitz for game assets. This tool decodes DVPL files to their original form and encodes files back to DVPL with configurable compression (none, LZ4, or LZ4-HC).

  • Decode .dvpl files back to their original format
  • Encode files to DVPL with LZ4 or LZ4-HC compression
  • Batch convert multiple files at once
  • CRC32 integrity verification on decode
  • Native Rust engine with Python CLI

(back to top)

Built With

(back to top)

Getting Started

Python (PyPI)

pip install dvpl-converter

Rust (crates.io)

cargo add dvpl-engine
use dvpl_engine::decode;
use dvpl_engine::encode;
use dvpl_engine::COMP_LZ4_HC;

let original = b"Hello DVPL!";
let dvpl_blob = encode(original, COMP_LZ4_HC).unwrap();
let decoded = decode(&dvpl_blob).unwrap();
assert_eq!(original.as_slice(), &decoded);

Development

git clone https://github.com/MihaiStreames/dvpl-converter.git
cd dvpl-converter
maturin develop --release

(back to top)

Usage

# decode DVPL files (default)
dvpl-converter file.xml.dvpl

# encode files to DVPL
dvpl-converter -e file.xml

# batch convert
dvpl-converter *.dvpl

# custom output directory
dvpl-converter -o output/ file.xml.dvpl

All the Flags

Flag Short What it does
--encode -e Encode to DVPL (default is decode)
--compression -c Compression type: 0=none, 1=lz4, 2=lz4-hc (default: 2)
--output-dir -o Output directory

(back to top)

DVPL Format

A .dvpl file is a payload followed by a 20-byte footer:

Field Size Encoding
original_size 4 bytes little-endian
compressed_size 4 bytes little-endian
crc32 4 bytes little-endian
compression 4 bytes little-endian
magic 4 bytes DVPL

Compression types: 0 = none, 1 = LZ4, 2 = LZ4-HC.

(back to top)

License

MIT. Do whatever you want with it. See LICENSE for details.

(back to top)


Made with ❤️

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dvpl_converter-0.1.1.tar.gz (39.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

dvpl_converter-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

dvpl_converter-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (249.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

dvpl_converter-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (246.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

dvpl_converter-0.1.1-cp314-cp314-win_amd64.whl (156.1 kB view details)

Uploaded CPython 3.14Windows x86-64

dvpl_converter-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (274.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

dvpl_converter-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (247.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

dvpl_converter-0.1.1-cp314-cp314-macosx_11_0_arm64.whl (243.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

dvpl_converter-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl (252.3 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

dvpl_converter-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (246.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

dvpl_converter-0.1.1-cp313-cp313-win_amd64.whl (156.0 kB view details)

Uploaded CPython 3.13Windows x86-64

dvpl_converter-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (274.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

dvpl_converter-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (247.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

dvpl_converter-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (243.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dvpl_converter-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl (252.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

dvpl_converter-0.1.1-cp312-cp312-win_amd64.whl (155.9 kB view details)

Uploaded CPython 3.12Windows x86-64

dvpl_converter-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (274.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

dvpl_converter-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (247.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

dvpl_converter-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (243.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dvpl_converter-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl (252.0 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

dvpl_converter-0.1.1-cp311-cp311-win_amd64.whl (157.4 kB view details)

Uploaded CPython 3.11Windows x86-64

dvpl_converter-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

dvpl_converter-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (248.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

dvpl_converter-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (245.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dvpl_converter-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl (253.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

dvpl_converter-0.1.1-cp310-cp310-win_amd64.whl (157.4 kB view details)

Uploaded CPython 3.10Windows x86-64

dvpl_converter-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

dvpl_converter-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (248.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

Details for the file dvpl_converter-0.1.1.tar.gz.

File metadata

  • Download URL: dvpl_converter-0.1.1.tar.gz
  • Upload date:
  • Size: 39.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1.tar.gz
Algorithm Hash digest
SHA256 34c89c74202f6aac96aca897dc2fdaa816fb8eb85a70baefb8d347b6db5a04e5
MD5 0c1ddd2ddfb4b0f0d86470d4b5810971
BLAKE2b-256 170e87869700b5c9aaeb72dc6adef579b13241a3f66acd63dd9ba8cf15f82ea7

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 277.2 kB
  • Tags: PyPy, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ca0f0863d9f7b7c1b42fb65c124b0497cffa61330674a48fa9ea7e800933d93
MD5 1baca122522cbdfe412f7299c1a2a845
BLAKE2b-256 aeb5772201eecec9fda1b37702813a657a8757fd53d5ade7e1a81436bd2ccffb

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 249.3 kB
  • Tags: PyPy, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81939c74e27eae4caabbc60c1cfdca93a9f43320e2b283c60ec851e6730b97bf
MD5 a93f1eb77cef08fc0070aa201bcc0a6b
BLAKE2b-256 2bf77fe770f3c789c6082e7ffa1686fd0583f83fbcbe6cebb01f0e91049fbd4c

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 246.2 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9251a011adb856368e82ec34bb759717d75d56e50505561b174ae7a1e977e17d
MD5 43e481e58612225520884df237945f23
BLAKE2b-256 dab5e884016d310e3c548f0560ea11c901d2382efbe11c177c07e0cc64b3ffe5

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 156.1 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d1f89ce5030c6cb2336abdde09003474d679d56cc10a368fa3bbe8ae9895f443
MD5 e5423f17b2395d0aedfadc6a281b34f0
BLAKE2b-256 d8c2a601d070e4cddf37ce58acadf091ca8ad23ddaa88bdf539f3e322a39c95b

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 274.2 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7cd4fdfc3dc2d9f53cd974ffaa7d26cef675c40468335595d2645ad8a8a4226a
MD5 9c04445b5260b796f0518d7a8e9dddd7
BLAKE2b-256 8db7fd9b106fac8eb4249329480c2b1906a2e1c9294cba9bfb06842f39b2c092

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 247.0 kB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 41947feb31898e61263a9f577828774d5506e17f3ad035ac4b2f8fa76488aa67
MD5 02c92a650aa81e288aa491cdf5a2b0f2
BLAKE2b-256 babe0fe74c886e49bb1bedab28a06173d8960a07ed59d978050ea19cfb934f5e

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 243.8 kB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29c0ad67b9a3a45c7e8e6fc95d1cf57ceebe4e230ae82fb4d4fbe5557c811c5c
MD5 e35570c7f92c14aa83b56bb25e638ab1
BLAKE2b-256 aa4df466de0fed189a31db4a1c8f653755ccf19399c4a470e7729f3ad0b35304

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 252.3 kB
  • Tags: CPython 3.14, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c5d6b96ea1a8ee625e11193eab07d579e075cc79ff39a76f229034fe3ecaa3a8
MD5 f0ecce695888c430b6983c100c3ce1c0
BLAKE2b-256 4819c73c1b447b1a5c6cd473e92517fa34255e84e5c7eeb40f32113b5b9e1080

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 246.1 kB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e80b8fc51131c2b2d300d9b68457e1d06a5811b9a6115c690f68f2cfef3b29d2
MD5 f534acbebf9630323987ff3efd335c30
BLAKE2b-256 3fe287ec3393e65893f00e64c4120f6e2682e56be9420564e38e7eb770b68120

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 156.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fdad24f696cac15532df1470750d61a5d19c05a55d7db770decbb6ff36f13bb2
MD5 77914b94694536916b2f14e3f5a38780
BLAKE2b-256 5efa1e3b92cbd72c0e8619ad2a716b745b2a502ab3245ee1aac073958f1a840a

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 274.1 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2587cdc344c408778bcd6d9df07031606cf1c3f5eb2066b867b6deb15c1cdd9
MD5 3fba59a841d7e938f5dcd71186a0c08f
BLAKE2b-256 1ced00106c9c9910b5b184650f4bfaec9e4c99437d2a373bbbcf9878a2e2f929

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 247.2 kB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e624f2c5589adfa44d0d9aa6780500a896ba4c5ece4bc4b3e172304b97ca11e1
MD5 1cb65808694cdbc756de2e61886219e2
BLAKE2b-256 ceae65b2419c84623e27d7dddc67b93ecf663b3262595348381d9134e7950a4a

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 243.9 kB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ddbfe480acad6242add2a6bf8751359bb31611d9140dbd5dbbb5e9215e20e3db
MD5 c121fbfbbc99d919d20fbbfb52f60391
BLAKE2b-256 d5d9916e4d03abfea964caa72c03bdc9b837406b608e2d19b2f90c34f9c94ba1

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 252.1 kB
  • Tags: CPython 3.13, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 738777c81ec3dc766730b84f00fd7637dc2afd6697b90f4df20cc427785cb792
MD5 61694ee1a306512c1b4cc4df9cd49b6a
BLAKE2b-256 db4f22757ad65dbd451faa423fb6f09ec50bf2aad27c469d3afdeeb79e4c0ab7

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 155.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 04f24600e46b027fdbcc5c54a6e8f2e1e8780b05dca7f24cf4d374bdaf62bb91
MD5 533abd0a233cc7c46d379c00c919b17d
BLAKE2b-256 b7ec45c74237bd80a11430afe2911e4a275f724fc57b3b3bae53f2dd7cf573a1

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 274.3 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0d473b98f662490b5bef96d8e57cac9c3af1b73c265da1b6bddf3dd896bbcdb
MD5 0d684412630c2a1795c2cd114db463c7
BLAKE2b-256 7e1854f72c1ede44559bd3598d2008e932eac5d3772b3759486c95b4f815b6d6

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 247.1 kB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 514f9f829f3dc48dce73c6a29fcb5ff847782edef2bdb5a364b08c9eefa53495
MD5 2d76b2991b2b38326b33ad64e93feb0e
BLAKE2b-256 2e480168871acad82e5267b71ad2268a25379a49a4293fe564d9d198036b98d2

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 243.6 kB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e240789e65f2fc8db29403f135466f45367f30f51f484ab934a50d8c742f2c57
MD5 69e21561c533b863a333b50ccc2eea53
BLAKE2b-256 273381e7020a252e7505dd2363d58a3dec780c2828ad26cdc84c75ddf6bdceb4

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 252.0 kB
  • Tags: CPython 3.12, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a3c0e8decf0cef90a3fd4b5c1d63cb993350914983b8ea7749cace1579ac2405
MD5 c73380fae2a16ea8b12c71396c6afe1f
BLAKE2b-256 89311eb8e2d520f102cd03c896f53bb23557d7f6daaeff63535565a582a10cb7

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 157.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 53628532a10f897f19d4caf60b6cf1baee7805c678b54b800c280d90d3ce6a24
MD5 2a5a6929a66187e127eb8c65ba0a1cf7
BLAKE2b-256 47b0aa4dc66452cf04fab0059072e68b3e2296c28a8d3dd56a959db8b4c3f6aa

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 276.2 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e89d29def85adf972b24a2c8a550d6cce114ddfda7a29b4da52dc20dcedfc95c
MD5 6f4f8e53d9869fbc884fd324793efc4e
BLAKE2b-256 6b649577e3e825c57806f48f1f7750e7308ad2fc98a4c2142d3323c009154000

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 248.7 kB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2bf7955a4416e32ae5992f909e9f2e1a5eb07cd2e0311f012fedc993b7fcebb7
MD5 dfedf380183de23bde14e7b3e8650118
BLAKE2b-256 2b44fb5a8000ad78dfcbf48996a588f72980ef0cb0652f8fafa3673adb1564b1

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 245.2 kB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7e4c375019e4210c5f43e250aa14b57779dcb69be8924a41a4c19f3a582d2627
MD5 0313f6a62a20fd4000ff9c9c457bc929
BLAKE2b-256 3dbccbc34d958dbbb4d8e2da655f9a98ceda6458381ac63616291c3c896a3d27

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 253.6 kB
  • Tags: CPython 3.11, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4c3e753e8eb822fb353d04ffc9f874beeb66e73b5860a5e3d73c936017f10d69
MD5 49f44e25ca5368aaa50c545f2af53a64
BLAKE2b-256 0d2401959b9f3a5e58ad02da7d7c9e3fc35940cedd4e737dc93ecb4cee9efa9e

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 157.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 277bade92ea724c7c79d0ae6f4b4f40ad70d81b4e561273959becec378112169
MD5 2580c99f09617c4943293313614d5829
BLAKE2b-256 8061301ca5d99a5e46549a0f919bd2304b2dd119c6a158b02cf909775d833edc

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 276.2 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09ab1f0f52436536a66f26b4d7196963b44070e5f0c7f9c8b5ba5d2501d9738b
MD5 7e74139a31f80922643190d5bed0e126
BLAKE2b-256 f32992cfb1973b5a4eb8714086eb79be668e5941f3658cca40eae4894eee6184

See more details on using hashes here.

File details

Details for the file dvpl_converter-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: dvpl_converter-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 248.3 kB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dvpl_converter-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0cc612e409d4f5d239ec54966b540bdacc71deb489c8fd99df82cb72e87fae02
MD5 77de93efcf9bf09018125cea2785cfbe
BLAKE2b-256 dde40a2f0f7ce0a54b57cdd66e7e2ccc510ac6e7e2735c34c4fc4e6313eb775e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page