Convert DVPL files (World of Tanks Blitz), written in Rust.
Project description
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
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
.dvplfiles 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
Built With
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
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 |
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.
License
MIT. Do whatever you want with it. See LICENSE for details.
Made with ❤️
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
Built Distributions
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 dvpl_converter-0.1.0.tar.gz.
File metadata
- Download URL: dvpl_converter-0.1.0.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e24afd47813b03f846073d529553237a877f4ed8b9e96869d7552f7a11c0160e
|
|
| MD5 |
8bec32e84a94701c9bd20e4f93db0af2
|
|
| BLAKE2b-256 |
e690f614ed07b2b0699d8120acd0bc542e73e838ccaf1699295949705808b80a
|
File details
Details for the file dvpl_converter-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f4f19cb864606aef0f6b00080bb978802664d1192abd1feeb2a7ca44f99f84c
|
|
| MD5 |
c21986402be9ed75273f2e4cfe69e1df
|
|
| BLAKE2b-256 |
8b2560619091552a6d6e58eef7deb4c46a2a2edd95b7e48cbc282ae2b3c6b5f9
|
File details
Details for the file dvpl_converter-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b11ff65094a7ebcd8b3f1a8358f7f3d9832310640fa66816e37c503080dd943
|
|
| MD5 |
fa8b2abb7d28b62d8b9100e4d74cc54e
|
|
| BLAKE2b-256 |
c9e653e673aca044aa75f4fe4ce9cf5dd76592991de4393c84148e2f84b79990
|
File details
Details for the file dvpl_converter-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14e10a631685a3cfdea88ae425d1ceda7829b591991f1f626ac2e99454bb0f83
|
|
| MD5 |
61b2e9cf27270a342164c67c98dfa602
|
|
| BLAKE2b-256 |
c3ce4f068d10a8778e2b0da309721e49b22618715bb9a59e530e7848f02b8ba7
|
File details
Details for the file dvpl_converter-0.1.0-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f55902bf74b29ecd8618e56b6e4eef032923747fa73357c2bb2f14d5d34d0adc
|
|
| MD5 |
214fd3d08749e2ff643492f56eb59668
|
|
| BLAKE2b-256 |
109d0a7859481a03d522bf1ee22be771b0938f5413865342c8fee68dbc405dad
|
File details
Details for the file dvpl_converter-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12e3e66be23ac0c52688c17a4a007b99398f0717a11e0601d5414934be200fab
|
|
| MD5 |
ffb5d3da2dddbdbbec3652bc4c2e6e32
|
|
| BLAKE2b-256 |
c2568f9981975ec05b69225a1de0e6511ca150122d20d430d081aaa62e790bc2
|
File details
Details for the file dvpl_converter-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0eb62be5065d78b4fd477bf07402194c550aeda0786186b9968721f7011b8f34
|
|
| MD5 |
4be25ff1c9318467c852960c13484ba1
|
|
| BLAKE2b-256 |
d75a33dcb4794220b3d6c3ee71768ebd70696ad6882d3829ac3f1fc704f2b1ba
|
File details
Details for the file dvpl_converter-0.1.0-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bbf64c11567dee4cff3a3a12c8e096356258d21fdf503e10998de9352bf6432
|
|
| MD5 |
2d44fa17b2b1f150248aa0e5c7cd2d9e
|
|
| BLAKE2b-256 |
d543743716882d9327bb3b517365e66d27e76aa13c5d47aa7539beed5452d87f
|
File details
Details for the file dvpl_converter-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aca9a1d7550b56c572abe1b5ce3d552fd77eccebe4960663e2f4eaf624b541bf
|
|
| MD5 |
c9db69ef83dddd569874ea8b7ceee887
|
|
| BLAKE2b-256 |
42f1d2a87416537f3a53af257489c8f88925ea7363a89a8ab865d82b26edfc42
|
File details
Details for the file dvpl_converter-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a4627f6d65fe3367a0840578d70923dd8d5d3a9a9b64604be0dbb7d7389f776
|
|
| MD5 |
62573857e7545fb5f5379a9356b7573a
|
|
| BLAKE2b-256 |
ee05ebea40da93f2a1380fd44d7ec3a6064d90244add0771c3a30a60340f3235
|
File details
Details for the file dvpl_converter-0.1.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5720c77554bfb82ca27016da5bdb63da292097aedd9e939cb5f957bb196059c
|
|
| MD5 |
2b6f676f6387b8a731a8bda1b45d1f29
|
|
| BLAKE2b-256 |
bd656b669e471adfad6850d5dfae58068df8bb0d5c68680f41699d1034f69fd9
|
File details
Details for the file dvpl_converter-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 274.2 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d5e34947fd586f79c3e13e7892e42b37f6326faa01370847f5193d1c4562b94
|
|
| MD5 |
1c6ba32084d0ed51cb30408ec0bf09c5
|
|
| BLAKE2b-256 |
1132b617932e87a497acd95599d531d4d5c5d56092a73ceee0fd5bc8134cb0a2
|
File details
Details for the file dvpl_converter-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62e24504ab4fa1ddc24e73b3626b3af1e030b3fff8caf7475cc0469e5b5bd723
|
|
| MD5 |
6a5c3cff37062d68c8aace1390332876
|
|
| BLAKE2b-256 |
70375da4e7a8f270a525a41da92d5f35c51be20bcfda4b99fc4408d7b6eeb9b4
|
File details
Details for the file dvpl_converter-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06e8d038cef1991408610e6f818bc845adcbe6e8abd58e65f2483e750574f39e
|
|
| MD5 |
6684932fb049b337be6d5d2f45079e8e
|
|
| BLAKE2b-256 |
ebcdba6bf5bedf280bbfdd5c6536a7abfeda1ffddeb9e3b7331ac4c9eca9f1fb
|
File details
Details for the file dvpl_converter-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49a6e578f9991751588ae3c039323611425641051d74e9c2780058e1e96f4933
|
|
| MD5 |
11415128e3b745aa3b2c36d325968993
|
|
| BLAKE2b-256 |
9c537a30e5df0292db8bd8884db1c080c6423c0e12d7f03e2d1636e7647cc872
|
File details
Details for the file dvpl_converter-0.1.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4dfc58371816a9f5d7103f8f71aa5345f1e8799c3c4d095b5518f66fe936ea1
|
|
| MD5 |
7c4db903592d7d5a0789f306d22889d9
|
|
| BLAKE2b-256 |
0c6175167bab805da280727c18793681260746c801e817a2acfd9a35c004d8dd
|
File details
Details for the file dvpl_converter-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a33e82931d03f78cb5c63d3be8c9172c07616cb837954c4ec993572df0c5e107
|
|
| MD5 |
fe015fb85bfa8a7819a08dea55b0372b
|
|
| BLAKE2b-256 |
1ebf461bdcc2b7332dcb2254a329e457e10970b902731d6aeb51a0aba2336b38
|
File details
Details for the file dvpl_converter-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5c4e7fa1386ca18bd8bbe1049c560b27cb542b71896d52cde88712c54d53919
|
|
| MD5 |
6f706de09f19327b0f1d62a6370fde6d
|
|
| BLAKE2b-256 |
737263be37ad0e7ecd2fbd118a4e0760bf7594c6d0406e491758f20edef9c0de
|
File details
Details for the file dvpl_converter-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 243.7 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
029b89dbe1b0b8140100ff8c941700f2fe947220c69f19d0339eab916bb0de79
|
|
| MD5 |
8b3f26bc59d7f1eeb2479deefa1758aa
|
|
| BLAKE2b-256 |
2825e36b4d3f1e28cc98c10b9e795619b422ee40f73531d4600506fdd6a9f0b8
|
File details
Details for the file dvpl_converter-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c282575f0bb1033a5841a269067c2665ff11af8306e94b2ad9630136d6ee9216
|
|
| MD5 |
bd8255dc6293232f5b2163b0177ab680
|
|
| BLAKE2b-256 |
e4f4e08e8ddebdc6b959beb76c3b6bdba094ffa8ee2f612eb1b716f033842212
|
File details
Details for the file dvpl_converter-0.1.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29aba19c921647ba619243ef06795ad5b5b991670513ab6af98c76081a17113f
|
|
| MD5 |
1412b227c6c3cc78be55780ff510e4ef
|
|
| BLAKE2b-256 |
f97648d62269a1c3cd4880490a56c7dc434cb676f1d2ab26d8d477da1463c470
|
File details
Details for the file dvpl_converter-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a5e5522b70af5f5884184935629d68b9f63c229d049316e8881c7f0fd52fa9d
|
|
| MD5 |
c1c9a23a8cc8c3f6d938edfd31485a9b
|
|
| BLAKE2b-256 |
fb7d3b9598b8b2499317aa94a3044a5de8ecdd44276e4064a89691c7fb1cef0b
|
File details
Details for the file dvpl_converter-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6931f385a58673ae20305634f6d1ee91f7e32c048e2d44f7613c59cd46b87be4
|
|
| MD5 |
d3a8469e50b00fe66ca82b6b8b1bb5a5
|
|
| BLAKE2b-256 |
d8c71f8f48651f9862e4adcf1f84d763c81e8688afe4d79086bb88b1fe406fab
|
File details
Details for the file dvpl_converter-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f527b0ef9b077671f90592349e96fa239900eada9e027630bee87e55afa8969
|
|
| MD5 |
4ec55ed33a78f295821fcc075984d082
|
|
| BLAKE2b-256 |
8cf95c1aeb3a637444a7f5b1207f7295cb8250ceb6a77a94f77bd8e48fdc8e8f
|
File details
Details for the file dvpl_converter-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 253.5 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75263425401101a9caef96b82519e6d6ba1fe7e0b2644eaf0818520319e48c71
|
|
| MD5 |
1016947e6827524c304e27da11e4a678
|
|
| BLAKE2b-256 |
0dbdc2be0c65ee5a483c0595ab1ed030c9cdd3fcc2c33474a4ea311e16c21b60
|
File details
Details for the file dvpl_converter-0.1.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c56f2e32d1d9a5b7e30e0072d7b5eacef51a7ba229d65448c25ddb7f2646a69d
|
|
| MD5 |
62fc01c61e368a8d4feabc497127ccb8
|
|
| BLAKE2b-256 |
17e31b9c62935f37bfdf0e0cfbcbeacb99a6cd8a109df32234197553704534ce
|
File details
Details for the file dvpl_converter-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
816346298f9ecabebc38ada68586885ed6a24214aa6f6006bf4e09a7333e17c7
|
|
| MD5 |
ae90ab6b90b40acdddcc8d68e6cf18ee
|
|
| BLAKE2b-256 |
f75f9d28ede29db08dedb9d8a22c7d5733d007573bb16e979c0b2c870805b658
|
File details
Details for the file dvpl_converter-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: dvpl_converter-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07bc6391525b408eed9a23110dc76d5e64a42af10ec34a8f20116c3dc3b400a5
|
|
| MD5 |
677266391ec1351fb564d54bbd8afce3
|
|
| BLAKE2b-256 |
2e3f04dfb886311abc4e30a65a37a76d9988eafc82e52dc65603013b440fdcd5
|