Skip to main content

Faster conversion for larger Danmaku to Ass format

Project description

danmakuC

Faster conversion for larger Danmaku to Ass format. Core conversion part is written in C++ while with user-friendly Python api and cli.

Currently, support types:

Why danmakuC?

.ass format can be recognized by your local video player, while Danmaku2ASS and biliass provides a great tool to convert danmaku to ass format, the conversion of large danmaku is incredibly slow since it's a heavy CPU bound task for Python🥲. danmakuC refactor those two repos and provide a much faster C++ implementation to speed up conversion. Let's see how fast it is:

test_dm.bin (218 comments) test_dm_large.bin (59,003 comments)
Danmaku2ASS/biliass 0.0105 s 47.0650 s
danmakuC 0.0009 s 0.2077 s

Results are obtained in M1 arm64 chip mac with python3.10 danmakuC v0.1a0, danmaku file is downloaded from bilibili by bilix.

As you can see, over 100 times faster in large conversion. For video with more viewer and comments (like movie and tv play), a fast tool like danmakuC is just what you need✊.

Install

pip install danmakuC

Usage

In python, you can use danmakuC like:

from danmakuC.bilibili import proto2ass

with open("test_dm_large.bin", "rb") as f:
    ass_text = proto2ass(f.read(), 1920, 1080)

If you prefer to use cli, you can use danmakuC like:

danmakuC src.bin -o tgt.ass

for more feature, you can check -h

danmakuC -h

usage: danmakuC [-h] [-o OUTPUT] [-s SIZE] [-rb RESERVE_BLANK] [-fn FONT] [-fs FONTSIZE] [-a ALPHA] [-dm DURATION_MARQUEE] [-ds DURATION_STILL] [-fl FILTER] [-r] [-v] file

danmakuC cli version 0.2a0

positional arguments:
  file                  Comment file to be processed

options:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        Output file
  -s SIZE, --size SIZE  Stage size in pixels [default: 1920x1080]
  -rb RESERVE_BLANK, --reserve-blank RESERVE_BLANK
                        Reserve blank on the bottom of the stage [default: 0]
  -fn FONT, --font FONT
                        Specify font face [default: sans-serif]
  -fs FONTSIZE, --fontsize FONTSIZE
                        Default font size [default: 25.0]
  -a ALPHA, --alpha ALPHA
                        Alpha [default: 1.0]
  -dm DURATION_MARQUEE, --duration-marquee DURATION_MARQUEE
                        Duration of scrolling comment display [default: 5.0]
  -ds DURATION_STILL, --duration-still DURATION_STILL
                        Duration of still comment display [default: 5.0]
  -fl FILTER, --filter FILTER
                        Regular expression to filter comments
  -r, --reduce          Reduce the amount of comments if stage is full
  -v, --version         show program's version number and exit

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

danmakuC-0.3.6.tar.gz (2.0 MB view details)

Uploaded Source

Built Distributions

danmakuC-0.3.6-pp39-pypy39_pp73-win_amd64.whl (171.8 kB view details)

Uploaded PyPy Windows x86-64

danmakuC-0.3.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (271.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

danmakuC-0.3.6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (292.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

danmakuC-0.3.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (217.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

danmakuC-0.3.6-pp38-pypy38_pp73-win_amd64.whl (171.9 kB view details)

Uploaded PyPy Windows x86-64

danmakuC-0.3.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

danmakuC-0.3.6-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (292.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

danmakuC-0.3.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (217.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

danmakuC-0.3.6-cp311-cp311-win_amd64.whl (172.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

danmakuC-0.3.6-cp311-cp311-win32.whl (151.7 kB view details)

Uploaded CPython 3.11 Windows x86

danmakuC-0.3.6-cp311-cp311-musllinux_1_1_x86_64.whl (792.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

danmakuC-0.3.6-cp311-cp311-musllinux_1_1_i686.whl (863.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

danmakuC-0.3.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

danmakuC-0.3.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (309.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

danmakuC-0.3.6-cp311-cp311-macosx_11_0_arm64.whl (201.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

danmakuC-0.3.6-cp311-cp311-macosx_10_9_x86_64.whl (221.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

danmakuC-0.3.6-cp310-cp310-win_amd64.whl (172.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

danmakuC-0.3.6-cp310-cp310-win32.whl (151.7 kB view details)

Uploaded CPython 3.10 Windows x86

danmakuC-0.3.6-cp310-cp310-musllinux_1_1_x86_64.whl (792.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

danmakuC-0.3.6-cp310-cp310-musllinux_1_1_i686.whl (863.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

danmakuC-0.3.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

danmakuC-0.3.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (309.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

danmakuC-0.3.6-cp310-cp310-macosx_11_0_arm64.whl (201.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

danmakuC-0.3.6-cp310-cp310-macosx_10_9_x86_64.whl (221.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

danmakuC-0.3.6-cp39-cp39-win_amd64.whl (172.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

danmakuC-0.3.6-cp39-cp39-win32.whl (151.8 kB view details)

Uploaded CPython 3.9 Windows x86

danmakuC-0.3.6-cp39-cp39-musllinux_1_1_x86_64.whl (792.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

danmakuC-0.3.6-cp39-cp39-musllinux_1_1_i686.whl (863.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

danmakuC-0.3.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

danmakuC-0.3.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (309.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

danmakuC-0.3.6-cp39-cp39-macosx_11_0_arm64.whl (201.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

danmakuC-0.3.6-cp39-cp39-macosx_10_9_x86_64.whl (221.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

danmakuC-0.3.6-cp38-cp38-win_amd64.whl (172.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

danmakuC-0.3.6-cp38-cp38-win32.whl (151.7 kB view details)

Uploaded CPython 3.8 Windows x86

danmakuC-0.3.6-cp38-cp38-musllinux_1_1_x86_64.whl (792.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

danmakuC-0.3.6-cp38-cp38-musllinux_1_1_i686.whl (862.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

danmakuC-0.3.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

danmakuC-0.3.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (308.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

danmakuC-0.3.6-cp38-cp38-macosx_11_0_arm64.whl (201.2 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

danmakuC-0.3.6-cp38-cp38-macosx_10_9_x86_64.whl (221.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file danmakuC-0.3.6.tar.gz.

File metadata

  • Download URL: danmakuC-0.3.6.tar.gz
  • Upload date:
  • Size: 2.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for danmakuC-0.3.6.tar.gz
Algorithm Hash digest
SHA256 db6b7dcf3dba1595c08a37a6f27f925fb40b9b8c110ff013872ac575c9c30132
MD5 64fb4ff7d8ab4b1f740fca17f576e161
BLAKE2b-256 f581171b7d5706546d7bd9dd431589e384f65d3007bb7bcb1475e3c677d7e243

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8848a20fa323c155d0d4753d0b61598a325ad3a358ce975d4521bf8343d3629c
MD5 41451609717b18097cdd7afb3df78640
BLAKE2b-256 6f8a92395081970d961be32d44f661e81603724826301ddc2bd1095e14d515d0

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a290ac9cf8e7c106e09e2ecd33af6c7c6a0ca596bb774e475b81853073f10e56
MD5 af744a9e1f7fcb674cb18e1b438cf125
BLAKE2b-256 0568625c1f11e2dbdef291e8a363d56faef0019bad5d3a2e3457c8583e6a6cbf

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8394fc159158c74e5bea3fe14d7b00c43eabfd982cc2261b5a1d8d8fc43a52fd
MD5 825c526fc9d33a4e362f660470b67768
BLAKE2b-256 a6ccf4e99e62baf65083e0d3b3f15d7d8c5468a6b5fa1f5bc4d5551d84ec4ba0

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e492bed7e716f942f6850d2484cc847f300a9908cfebae2f5df83b7441a5c8d4
MD5 6ce80553693ac148110ef41ba4fb0e1e
BLAKE2b-256 1c55982d16c03625fce1d7b496190d970bebe3657d1986187813ce93b808c850

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1f5e1623fea532b478c554863394ed3a18154aa8de69a18406c604ba640d623a
MD5 d324a32b9481a4efe73568786bc75bb3
BLAKE2b-256 50df4cfbae8b0e833b944dc66a512b1d5909fea665359655cb4b684ec6db6ec1

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba5233540d43a3fdc39263bad2ebd431a4f6919963f4b5502b3472362febba08
MD5 df07e7a06d49d5e13f09024b5e1ff22a
BLAKE2b-256 b30c602f0d53058e5bafe332656c7cf684dc2267ef34c5193bf480afcb5357d7

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 52e6fa69270d336a6764868ccc18a1573ba392877147929fdf22d2ce73b8c5cf
MD5 b05cc44137c15040c55a0d8d359ebda1
BLAKE2b-256 70e3bb80c1788b682b2e12a9528faef42faac70f2c3392bbdea34ccec6793a89

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 429565b94d39fa0ecd64fb60b5bd3c34144b823971fa4c69e1d656c15bd9f37b
MD5 efb22b20bc88b124daca17c90c353866
BLAKE2b-256 5c627bccc96840a9d877331d8bfd5ae444892eae1a0d8aadabe6402b3224520b

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: danmakuC-0.3.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 172.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for danmakuC-0.3.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7db2224136a6a6876be0888ac54e57cc6e0d7e77ed3a8335e1b8978ac8b2ad64
MD5 c8d6bafcb066c16b4bacd8952549d51c
BLAKE2b-256 2576f1777e08cd2159f015a2040272224f1dccf6e4ba00c570305d68cd802149

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp311-cp311-win32.whl.

File metadata

  • Download URL: danmakuC-0.3.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 151.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for danmakuC-0.3.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 41f6067a0803a2c5f1557d34e5133b0ecd10ec16882900679cb92eabecd52025
MD5 884aed2c2cd966945050474be1dc2743
BLAKE2b-256 ac0a741b631f82396e100b57bfeb5eacf7f40f676dc792ec0f717dd1ec2861e9

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a6e828b401fd0d354e39cee3eebc1b0998f98694e0d41c021b02dc35dd694f86
MD5 dfe4e209aef7382bba67a4ada072267e
BLAKE2b-256 9973e0a9a9266b01cd6d5e40792723746789cf76e85c59efd9ae8de8693af374

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c34e532c5145091243fe6cb3d270c5586aacdb46dc2f2573f7abf68f4d72eeb5
MD5 52f6d3179cc2357e9b48b3adec20b474
BLAKE2b-256 e36e9b95dc26518db667cbe217f17883d6cc731fe4a92e9a5ee46208bd825e32

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 118b36fcc90eef6018a7ae50b965c7aaaad755b4ae2ba3113bf42aa27adf59e2
MD5 5dad3527f1ab21b260a6eed28c9a95c7
BLAKE2b-256 c3a48b12374a3d459f952ad7b2280db18c8c987c788424bc8a76d60a35cde585

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 19b9a319406ddec567ae04d3f500e4232e480916676f0eb9997bfc8bd2085ce6
MD5 4a57c808057a8310bb4a8c50d651a625
BLAKE2b-256 c4373e4ef77e906af08ec0db1ae0919cdfea825673249613169e76ee1f0916a8

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 649604d848c191f6008a9911b1e6436484f2056f1ebef088a991da345737640e
MD5 c6201033639f001f4d834e4f9ee92df7
BLAKE2b-256 850e9e530d4306e0e5d716101d64ff5ec4504dfd75902f9d786079dedfce3966

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3c0aedb77287e92387ac29daf720dd9b5484dc5241d7e4eda94c6e9fdd7907f1
MD5 7e4c9bbc5ff9b404cc613ff49de62681
BLAKE2b-256 e6cac4922d8ede9c2d95e503c3c4b73edf9c745edc93b6e9fbb9f5e88a4f486f

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: danmakuC-0.3.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 172.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for danmakuC-0.3.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6f8a6a38328c999967fd1d18a1f29ff5e8ffbb3fb269eca82d1639c5c160e2aa
MD5 e84b6fcf3a649514e4bd08f649f19fb8
BLAKE2b-256 b31dcf221087c09fdbecf3abf629194b0f1d2b5d211f5a5b56c0ad12a6286dfb

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp310-cp310-win32.whl.

File metadata

  • Download URL: danmakuC-0.3.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 151.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for danmakuC-0.3.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 103b7d46cd4d93cb7b13e32e712514bd1f50f4740230b5f9a9d09874bbdbf223
MD5 9a4b0da3582267dc2c49debf08867eef
BLAKE2b-256 1f9840300f8475531caa478c2c616774d8fba01e339a8e3adfa590af24f14f86

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9770ff4c47b576832233d96c4f3c2eac7370eba0e895b1357c6f6ce5703e0f44
MD5 230f11c7d68923b7b1cfbfadf3bd1559
BLAKE2b-256 315e367af4ebdc720327796189281e7ffc84bf1839ceaf5fbc6c820dea1cbe2d

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b3c7d62d90e96505abf30294220d9814154635f798e0ff00ee0bcd1427cd7114
MD5 eaa9a31d21a79447cec9e27ac4aff1ad
BLAKE2b-256 7947e0160d685dfa6171f336a862159313a92f519eb9959a54c82fd1f4df378b

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b1ecb1e956968047455d1d9d46e598f60da233f2e432d14075d58d32a403828e
MD5 3cb157cfd227b1dafb369ed56e077912
BLAKE2b-256 3fdf84b47935cad90fb774e39fe966aba4706cd5171377c6439e5da4fbf205de

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7b1ef0b10cce60c4534bc8e07001f75d89d94667320918500b41c3175ffc96fb
MD5 a008a7ed7dbf34c314a1c0fe1fd56a5b
BLAKE2b-256 02df5018e9d0dd4fa849cbb3352fd3f4f21f087ca5538ff35a9ffe9e3b8541fd

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4a33a9c36ad3993196dcfbe978cd8922546e870c2641edd8e2de064edb3b08a
MD5 53f2832899fab3ab537a9d6bb23ba8a5
BLAKE2b-256 f514dcf31866ded468919027d7a64fedb89383ecf12cfa943000b91aa2d311fe

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5773fc79a9eec934073e9fdf4cf53d5751e151cc325b9ebc1f02a18f8f3dc3d7
MD5 5a4f7df56a1535715a7a221b69fcd514
BLAKE2b-256 ea78b8f51d9585e1b1d06d7ecab1994f1570cae38cb831b158cfdabd039adb7a

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: danmakuC-0.3.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 172.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for danmakuC-0.3.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 aff8370b013dc23bc4c8cc67580409a7e6786636a73fa4ed5c0b368660eb6139
MD5 b2a9372052394e76c48f30fd8a604176
BLAKE2b-256 35c33815764c039832980513a0cd5846e85d2b6856928aa7555fef65e4b80698

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp39-cp39-win32.whl.

File metadata

  • Download URL: danmakuC-0.3.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 151.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for danmakuC-0.3.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 fe6a7f74a9f81374bdce25b79d38250d400819ece3b699e806c4dc516bf97f5a
MD5 64804a6007a2d8cfd0ff902f17e7ddb9
BLAKE2b-256 7624cea77d5fa5d7afefc0c90b2e394d0eeffca039cdca6f8079bc7324dabce7

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7a6a97a9978b185e40e883c9c67d76fb569b48490e48b217f428cc1767d6564c
MD5 3c30ca172e607c70e9d2381e49b9c42a
BLAKE2b-256 aad64b5e7cf7aaf922f2113276feb5cc292f66d5f9e6d927a1b2741ad47c0edb

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6c259440c85531ed91ac448b8822e91a2da4714334505acd9cd253ab59bb91a6
MD5 51ab1869705cb76a58f4f8c257c0a580
BLAKE2b-256 8793cc426ecba0c70a20547bc7e95f487d9c7e4d863b32c0a12ad94620dfbf82

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61d71be26d73e857495ede69cf972257332b9295d78f7539019b03f144f9a276
MD5 36ed481b77ef299db8c53516cba113e4
BLAKE2b-256 54b3b3093c2eed2609b9472a7801b59e2760fd2bc587e126758a3aeb451fbc43

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6ce83578f41a8baeb2f36cdb9d745a21d50e95d099d2c42ce12e7f475d811dcf
MD5 b60da6757e3482ec5ecba2aeb3fd663c
BLAKE2b-256 57962fcd60a38f806dfc31ac8bbd6f499da772a8c7a6c221e56ebb95164ea775

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4bbb9a0583f9b959c5c4ff0a27dd432b6c0efbe87faea1d4c94e1eaed85e45dc
MD5 25c62c4467903c823763e4a28941a140
BLAKE2b-256 f9ae7f29a842558697acaa3b7f63aff53535efffc85094d925113d14102964c0

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 44c36daefb0a0d10e1cd00660668211a679df2e48c4d6b099b26821978da7499
MD5 4e84c5bde9705b2a7c167b462629c221
BLAKE2b-256 521e4c161065702e8e1ca7e89a7750a33e662e996cbd741778d65a4d8f9bef11

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: danmakuC-0.3.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 172.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for danmakuC-0.3.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e369ac6e045ec949a333e2df38d859632dab969c666113d866f50a653a454f34
MD5 d56126836fd9e6280c4499e238029c72
BLAKE2b-256 fa5a446d2e102375406413366f7bbfb078f2b139a4c1a023d7d6538772283fc6

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp38-cp38-win32.whl.

File metadata

  • Download URL: danmakuC-0.3.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 151.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for danmakuC-0.3.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d170d870f116252b98dae204d313020181548baf0cc61026bd5f6d259cfcb3b2
MD5 8c5d030c7a257dd5332f1c848943c320
BLAKE2b-256 bfdd0ae0d3ffd8608d1d50903d1ed7e2994556a3c7ce90a1dcd0fe95b22c9cf2

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a89ac949a4aa2c6880dbf2f28da780e49f984186042ecd0d2d4640c03e6c62d9
MD5 809887c9ffb8c844dfd97722569ad6e6
BLAKE2b-256 8c3827aec656664cdeb7351a967f92aa007efc5abf55a20bd5da087eb8ce5e7b

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 249d6893db7086f797e3b06ea9ec7e225ce3ce50d24aa27303eddc50b08acde8
MD5 61339bfe85da97cf1710fcebc2a2324a
BLAKE2b-256 3452c5c6a68d668adee8fb6a52b06560ab55ae552cdfb4d5b30b9ce7f5a4e0d7

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ecbae8c86ff36c0114be33129542281de928c1fe9aa04d8fe3f9e36041bc5be6
MD5 b1e11fc35ba2d021b1dd02ad9cbdd9cd
BLAKE2b-256 f78765806de123614d60319d6eae088ac04bfcf5caf68ed9086eb7341908882a

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c9aebeac1ee84acebc62311dfbee92af8d5767326f24e7f4f8ea46e95dfbfeac
MD5 0696ce709d3a2487b29236a6ab13e763
BLAKE2b-256 f279698bc961d1b1f67b2adee108c7bab17626ca134caca84b212e59f7b41433

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0c365bbc8dd1658259ce2bb094ecca0a9566c2beb6fd9dabe99b75483b24955
MD5 5aef45fed89325ebedc37a742d4b63a6
BLAKE2b-256 162a38c7fbc4cb4724e4364e0357e77b90bafd892184680833c31dac7805acd1

See more details on using hashes here.

File details

Details for the file danmakuC-0.3.6-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for danmakuC-0.3.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7938e5e122e4f5615911cac2604d9bb88c98ffabe7ba3f87ce2f736673bb8d6c
MD5 3316adc759aa6b5b2ba942b42a1b0ed1
BLAKE2b-256 4bab26992fef91eeccc6543fb08f4d44fc7f931f68ec73330f18859737676256

See more details on using hashes here.

Supported by

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