💬 将 B 站 XML/protobuf 弹幕转换为 ASS 弹幕
Project description
biliass
biliass,高性能且易于使用的 bilibili 弹幕转换工具(XML/Protobuf 格式转 ASS),基于 Danmaku2ASS,使用 rust 重写
Install
pip install biliass
Usage
# XML 弹幕
biliass danmaku.xml -s 1920x1080 -o danmaku.ass
# protobuf 弹幕
biliass danmaku.pb -s 1920x1080 -f protobuf -o danmaku.ass
from biliass import convert_to_ass
# xml
convert_to_ass(
xml_text_or_bytes,
1920,
1080,
input_format="xml",
display_region_ratio=1.0,
font_face="sans-serif",
font_size=25,
text_opacity=0.8,
duration_marquee=15.0,
duration_still=10.0,
block_options=None,
reduce_comments=False,
)
# protobuf
convert_to_ass(
protobuf_bytes, # only bytes
1920,
1080,
input_format="protobuf",
display_region_ratio=1.0,
font_face="sans-serif",
font_size=25,
text_opacity=0.8,
duration_marquee=15.0,
duration_still=10.0,
block_options=None,
reduce_comments=False,
)
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
File details
Details for the file biliass-2.2.2.tar.gz
.
File metadata
- Download URL: biliass-2.2.2.tar.gz
- Upload date:
- Size: 44.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4da1609a565568a3d9d8a9e56c2a10de95519606795860019fcc2f70360366c2
|
|
MD5 |
d3a5029040151b63fdcc6b88cc7a3cd7
|
|
BLAKE2b-256 |
aff726ec2805e4bd212497fba5d1fd6ca189c0c9e936953ba24eaa05faf28fa6
|
File details
Details for the file biliass-2.2.2-cp313-cp313t-win_amd64.whl
.
File metadata
- Download URL: biliass-2.2.2-cp313-cp313t-win_amd64.whl
- Upload date:
- Size: 751.7 kB
- Tags: CPython 3.13t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c19c4fa5cefbc83df8dcd30e63264243c7a4ed9a061de426233ecb761c9099e1
|
|
MD5 |
ff95771d7c8b31a1ad334d710d49cbe8
|
|
BLAKE2b-256 |
da5fff3212f3d4a7fb6298160c9a1728da8964a6f10a7a64c8bc0e25b317cc9d
|
File details
Details for the file biliass-2.2.2-cp313-cp313t-win32.whl
.
File metadata
- Download URL: biliass-2.2.2-cp313-cp313t-win32.whl
- Upload date:
- Size: 690.6 kB
- Tags: CPython 3.13t, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7e67e7d6eeb306212cafb87c1c020ee21581ef5fc3f5c1a88f8a3927c9d0d802
|
|
MD5 |
91e0127c649a40a4e623324ffaf4e8aa
|
|
BLAKE2b-256 |
5aa6a84f85dc3857b6fffc465c31ded1d3ed04dd47d71994fbc23599d54222ea
|
File details
Details for the file biliass-2.2.2-cp313-cp313t-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: biliass-2.2.2-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0b1e9ec333d571efa6fa851bbe504568e5cdc9f3b2b6609294e307dee85bde3d
|
|
MD5 |
4cbbdff8559f776f19e276b7aca61278
|
|
BLAKE2b-256 |
7da032135ce23853f6198e26d2b9092be37b27b364035c5fae261c90815268b7
|
File details
Details for the file biliass-2.2.2-cp313-cp313t-musllinux_1_2_i686.whl
.
File metadata
- Download URL: biliass-2.2.2-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3aba4673c95adc4279450353bc5c8fa6b78c789f123f41813523f190f0a9b86d
|
|
MD5 |
367fd4ce8c70d6abe9b72a91e1d986e1
|
|
BLAKE2b-256 |
7886683c59551cc3e72f1a4f1238929156707ba89bc41f8a3d16ac305290d3c5
|
File details
Details for the file biliass-2.2.2-cp313-cp313t-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: biliass-2.2.2-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
31efb1da57ea6940490d2f538481f947b6bb1ff29919a6d6d7a018ef2cae047b
|
|
MD5 |
5a506fcc08c4140eaf892b9b57c1e8f0
|
|
BLAKE2b-256 |
9fb986170eb19b86dc599a4d3555c8b9b013c98b180bab61f22d46faad9c0b2f
|
File details
Details for the file biliass-2.2.2-cp313-cp313t-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: biliass-2.2.2-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b84ec1a80d12277330c28e48c7e63a5432209a7973613717a255461f9cb2a6d8
|
|
MD5 |
5ed858062d3d6e7ff926ca3e8b6ff4c7
|
|
BLAKE2b-256 |
bbce7ae40fb59627a044e8e70cd0c90f082991f31445c51774aefdc6f6420153
|
File details
Details for the file biliass-2.2.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: biliass-2.2.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 963.8 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3fa6a0e7e105449034b662d827b5b2b4c6688830122e36d4f6df866a4bf9638c
|
|
MD5 |
35bdfab94eb5ebd949d7b917336916df
|
|
BLAKE2b-256 |
a7c5fc27f1c0a07bf8dfc0c950e3a14286055d08d0bc36896094f906bef01783
|
File details
Details for the file biliass-2.2.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: biliass-2.2.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
12fbf85be97133f202c0075a11c4530533e6ce4c84b6ae5d976095543df0fe06
|
|
MD5 |
d6208ba3261d732602677a9c55fd23d9
|
|
BLAKE2b-256 |
ffb2f94fb31eaa6df262d4a47aa6974f4d8cc6dfd19623e5112eac0fca511af0
|
File details
Details for the file biliass-2.2.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: biliass-2.2.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 992.0 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e55ac276e9ef97380ad032f99433e2f6ead62d754dd979f96575ca90bfd1c6b2
|
|
MD5 |
e86046accfb26cf2dc583c471802b078
|
|
BLAKE2b-256 |
14e492df49292acc937f1397f37f7f0b954a69a0d814864110b51d6417818511
|
File details
Details for the file biliass-2.2.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: biliass-2.2.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 923.8 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2814a2f6d4944f20998eea4d223c85b922b5513047315098ae91912217155c42
|
|
MD5 |
af2972ef5bd2d19c8264a5190b830e55
|
|
BLAKE2b-256 |
5467cd602723a2d9cea4eb0ca28257003414f43f9ceabea6d442563bfb1d1724
|
File details
Details for the file biliass-2.2.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: biliass-2.2.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 931.9 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
cb3d77141af956c582a21751546c50a2ed09f030941c0befd0e9683deaf77022
|
|
MD5 |
9bb9ae7b199db3b68619dabb9e9a8bdb
|
|
BLAKE2b-256 |
dafbaf5e49b0e5ca4dca804a409b3c7822efe3695819dcd74ccd0efbca815c00
|
File details
Details for the file biliass-2.2.2-cp313-cp313t-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: biliass-2.2.2-cp313-cp313t-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 951.9 kB
- Tags: CPython 3.13t, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
839300f6fb592b965a7e63df3f2117b3968c4c53ea55998e71ef22192c636d16
|
|
MD5 |
1b4a3217a32e2e60d148409e4f2f3879
|
|
BLAKE2b-256 |
beb63e22dbe5446335b2f3defc3c2332fe744723f5c79131dd1b7eef4e3dbe74
|
File details
Details for the file biliass-2.2.2-cp313-cp313t-macosx_11_0_arm64.whl
.
File metadata
- Download URL: biliass-2.2.2-cp313-cp313t-macosx_11_0_arm64.whl
- Upload date:
- Size: 867.4 kB
- Tags: CPython 3.13t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
17fff3ea849c91025aa7153c00f1fe7d5e9802522dd418103f60f8aca6a256c8
|
|
MD5 |
e16ebea9430ce38c6365b15ceec2d4ed
|
|
BLAKE2b-256 |
b55580a70952d542be720620103c992b522d0dabd2da81d2537987a8dddc5d8a
|
File details
Details for the file biliass-2.2.2-cp313-cp313t-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: biliass-2.2.2-cp313-cp313t-macosx_10_12_x86_64.whl
- Upload date:
- Size: 911.1 kB
- Tags: CPython 3.13t, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
56034e6b50bb7378a0dd51a5f701aceb6a77f9a49e8ad699eabd9b2ecce17f36
|
|
MD5 |
5be73ed43052e92781cc21d5d4ffa444
|
|
BLAKE2b-256 |
4aa05be5b7a7546f6cd78cf86dd4912d4ff166dce63e4750e1005ae092fd10ba
|
File details
Details for the file biliass-2.2.2-cp39-abi3-win_amd64.whl
.
File metadata
- Download URL: biliass-2.2.2-cp39-abi3-win_amd64.whl
- Upload date:
- Size: 755.9 kB
- Tags: CPython 3.9+, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c953baf0c71632e51c7067aa6d4db93f0880509867e83314e2537af396e6dd0e
|
|
MD5 |
1bf582deeddb8cd5d09cc2af71453d0b
|
|
BLAKE2b-256 |
ba52dbddeba6d36d438930ef7b59158925ad0ab0ddc75b3fa33b813db13c0b17
|
File details
Details for the file biliass-2.2.2-cp39-abi3-win32.whl
.
File metadata
- Download URL: biliass-2.2.2-cp39-abi3-win32.whl
- Upload date:
- Size: 693.6 kB
- Tags: CPython 3.9+, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
dc34096b26cebdf4d89dd2a6c7c25918fa14d77977d629bd70c650bbc28b5449
|
|
MD5 |
5220b21e53aab7126ee6c934460da5ca
|
|
BLAKE2b-256 |
344ec36615532335a3f81af203f8d00023855b4ef7cce32abffe1083eb22828c
|
File details
Details for the file biliass-2.2.2-cp39-abi3-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: biliass-2.2.2-cp39-abi3-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9+, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
adcde45e932f05d39e9beb55598d56332db49b7b57993c6f2bb6c35a5f273a1b
|
|
MD5 |
45201edcb676084f1874c12cfde68462
|
|
BLAKE2b-256 |
5cbff2c3afbfb312f95101f3d62e7e9444bc54f6bff0f57018d1e4acef63b30d
|
File details
Details for the file biliass-2.2.2-cp39-abi3-musllinux_1_2_i686.whl
.
File metadata
- Download URL: biliass-2.2.2-cp39-abi3-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9+, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3206b3112163e79032a7bc57ceff2abf86949f29566fb36e482bd8ab0a31793d
|
|
MD5 |
ee6e5e7ab23b3ed1cdca45ca32d1bbac
|
|
BLAKE2b-256 |
e31f16b9715c8ac995873c01f24f12067713c3ddb594933ef24d3a2e75919c11
|
File details
Details for the file biliass-2.2.2-cp39-abi3-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: biliass-2.2.2-cp39-abi3-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9+, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7635886b6bd40f81e7b20c4bfa50fe98de2f6670a3fff203959b41e98d00f63e
|
|
MD5 |
22828dde0371e5d5f4cdebc004d30e41
|
|
BLAKE2b-256 |
3090cbd2dc373cd03a97f5d54af9ed60bce00fc37a87438cce0483774fdb41e4
|
File details
Details for the file biliass-2.2.2-cp39-abi3-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: biliass-2.2.2-cp39-abi3-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9+, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4ca3e83ada3e63499d051a44c223ea930d6283692ae8f6b913a24b6bf4a286e0
|
|
MD5 |
9b303beb3c72b9f2c639d792fa7b1aaa
|
|
BLAKE2b-256 |
de0e020762fb77567f14cb51ac87bde51108ea235733e58c74236d218873bbe4
|
File details
Details for the file biliass-2.2.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: biliass-2.2.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 968.8 kB
- Tags: CPython 3.9+, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3ba96805a8fa25897b09862a76261151790a2b58b81d92475b11323fff0dae05
|
|
MD5 |
f7705b2da28a6067e9d3316356f397c5
|
|
BLAKE2b-256 |
5fabfcfba52fe370fb489ba26c5b7c9b34332e2d9387373d5362da70d475474a
|
File details
Details for the file biliass-2.2.2-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: biliass-2.2.2-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9+, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
341824a1d35aab284de2d5add0ac3f7e1b71d7d40ba1761ecf59649db2e0878b
|
|
MD5 |
e9912eb44c5c201db8e1c61866f5bee2
|
|
BLAKE2b-256 |
04f668fc0c1753905f84639ce742581f7c9a8ca9aa7fe354b90378510176473b
|
File details
Details for the file biliass-2.2.2-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: biliass-2.2.2-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 997.9 kB
- Tags: CPython 3.9+, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d4544f75f6571e09200fcdbf9dc8ad80b4aca51173bc72038b0669d00eb3e5b7
|
|
MD5 |
1500714922778442a1dc769a89cdbd59
|
|
BLAKE2b-256 |
243cece960a83f533b295700e059ee7297ee75cf6209ca6d9f3c1ad37915a0d5
|
File details
Details for the file biliass-2.2.2-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: biliass-2.2.2-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 928.8 kB
- Tags: CPython 3.9+, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2089813a9aba3808e884211e78b17333428cae1413cbc58d1cd1f0e352c45955
|
|
MD5 |
7d1970a6d33d03d212ffd02a2d48c635
|
|
BLAKE2b-256 |
37122537041d7a2fbb25709b934239e4986cc7c3a0a5dbd59de61f6ea97ad1d3
|
File details
Details for the file biliass-2.2.2-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: biliass-2.2.2-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 937.7 kB
- Tags: CPython 3.9+, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8869b0b12066861739044181eceaa4904ed4f671c4716504bafe0a2c40ffe125
|
|
MD5 |
7b3ecb32bf980a87aa6723275f3af241
|
|
BLAKE2b-256 |
255e70d945d808f3f00ac12d7793100e8b5a051063745319e366a0b3b941e66c
|
File details
Details for the file biliass-2.2.2-cp39-abi3-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: biliass-2.2.2-cp39-abi3-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 955.8 kB
- Tags: CPython 3.9+, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1014f7ab10927fdac379493009e1cc110a2529245c5a15f5889af5e76d46b05d
|
|
MD5 |
51057e7cfd03cb5ab504aad7178b509a
|
|
BLAKE2b-256 |
2aada397ac782c3910d590004ec45d5fd3f65a0c8223537ff79637c5e830b570
|
File details
Details for the file biliass-2.2.2-cp39-abi3-macosx_11_0_arm64.whl
.
File metadata
- Download URL: biliass-2.2.2-cp39-abi3-macosx_11_0_arm64.whl
- Upload date:
- Size: 872.0 kB
- Tags: CPython 3.9+, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
082e5aca79d9fb19a78072dc7709a0de564a12ac08ce421cf5eef1b18644ab2c
|
|
MD5 |
3bad864c1323a90706d6b928bc8515fa
|
|
BLAKE2b-256 |
312fd7ff638b31ad824fd1051afa3cbd668bbc4c79b2008b9b90c21cb299d808
|
File details
Details for the file biliass-2.2.2-cp39-abi3-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: biliass-2.2.2-cp39-abi3-macosx_10_12_x86_64.whl
- Upload date:
- Size: 916.8 kB
- Tags: CPython 3.9+, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bc24b63ef1893aaaf1896c00395d1cf51ca104d5c90df174edcbe5d70b26fa5a
|
|
MD5 |
4d88cfa532c652615556ce0cd90891c4
|
|
BLAKE2b-256 |
731cced811318b6193e473f72122875923405fb16d475882d53f4b31463b385f
|