Skip to main content

DSL to HTML conversion

Project description

Description

A Python package to convert DSL into HTML, written in modern C++.

The part that parses DSL into a DOM tree comes from GoldenDict-ng, and I have made a number of changes:

  • Use 8-bit std::string throughout.
  • Use standard library equivalents of Qt classes/functions.
  • Use functional programming wherever appropriate.
  • Some tags are ignored. And some other adjustments.

The part that converts the DOM tree into HTML is written by me, under influence from both pyglossary and GoldenDict-ng. Any bug here is mine :)

Installation

pip install dsl2html

Building

python3 setup.py build

Needless to say, you should have the development package of Python installed. Nothing other than Python.h is needed. Your compiler should support C++11, though.

Usage

>>> import dsl
>>> dsl.to_html(''' [m0][b]com·mu·ta·tor[/b] [p]7[/p] {{id=000008943}} [c rosybrown]\[[/c][c darkslategray][b]commutator[/b][/c] [c darkslategray][b]commutators[/b][/c][c rosybrown]\][/c] [p]BrE[/p] [c darkgray] [/c][c darkcyan]\[ˈkɒmjuteɪtə(r)\][/c] [s]z_commutator__gb_1.wav[/s] [p]NAmE[/p] [c darkgray] [/c][c darkcyan]\[ˈkɑːmjuteɪtər\][/c] [s]z_commutator__us_1.wav[/s] [c orange] noun[/c] [c darkgray] ([/c][c green]physics[/c][c darkgray])[/c]
...  [m1][c darkmagenta][b]1.[/b][/c] {{d}}a device that connects a motor to the electricity supply{{/d}}
...  [m1][c darkmagenta][b]2.[/b][/c] {{d}}a device for changing the direction in which electricity flows{{/d}}''', 'test')
(' <div style="margin-left: 0px;"><b>com·mu·ta·tor</b> <i><font color="green">7</font></i>  <span style="color: rosybrown;">[</span><span style="color: darkslategray;"><b>commutator</b></span> <span style="color: darkslategray;"><b>commutators</b></span><span style="color: rosybrown;">]</span> <i><font color="green">BrE</font></i> <span style="color: darkgray;"> </span><span style="color: darkcyan;">[ˈkɒmjuteɪtə(r)]</span> <audio controls autoplay src="/api/cache/test/z_commutator__gb_1.wav">z_commutator__gb_1.wav</audio> <i><font color="green">NAmE</font></i> <span style="color: darkgray;"> </span><span style="color: darkcyan;">[ˈkɑːmjuteɪtər]</span> <audio controls src="/api/cache/test/z_commutator__us_1.wav">z_commutator__us_1.wav</audio> <span style="color: orange;"> noun</span> <span style="color: darkgray;"> (</span><span style="color: green;">physics</span><span style="color: darkgray;">)</span> </div><div style="margin-left: 9px;"><span style="color: darkmagenta;"><b>1.</b></span> a device that connects a motor to the electricity supply </div><div style="margin-left: 9px;"><span style="color: darkmagenta;"><b>2.</b></span> a device for changing the direction in which electricity flows</div>', ['z_commutator__gb_1.wav', 'z_commutator__us_1.wav'])

The module has only one function: to_html, which takes two arguments: the DSL string and the dictionary name, and returns a tuple of two elements: the HTML string and a list of media file names.

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

dsl2html-0.1.5.tar.gz (21.2 kB view details)

Uploaded Source

Built Distributions

dsl2html-0.1.5-cp312-cp312-win_amd64.whl (64.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

dsl2html-0.1.5-cp312-cp312-win32.whl (57.7 kB view details)

Uploaded CPython 3.12 Windows x86

dsl2html-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

dsl2html-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

dsl2html-0.1.5-cp312-cp312-macosx_11_0_arm64.whl (77.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

dsl2html-0.1.5-cp312-cp312-macosx_10_9_x86_64.whl (81.9 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

dsl2html-0.1.5-cp311-cp311-win_amd64.whl (64.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

dsl2html-0.1.5-cp311-cp311-win32.whl (57.6 kB view details)

Uploaded CPython 3.11 Windows x86

dsl2html-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

dsl2html-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

dsl2html-0.1.5-cp311-cp311-macosx_11_0_arm64.whl (77.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

dsl2html-0.1.5-cp311-cp311-macosx_10_9_x86_64.whl (81.8 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

dsl2html-0.1.5-cp310-cp310-win_amd64.whl (64.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

dsl2html-0.1.5-cp310-cp310-win32.whl (57.6 kB view details)

Uploaded CPython 3.10 Windows x86

dsl2html-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

dsl2html-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

dsl2html-0.1.5-cp310-cp310-macosx_11_0_arm64.whl (77.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

dsl2html-0.1.5-cp310-cp310-macosx_10_9_x86_64.whl (81.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

dsl2html-0.1.5-cp39-cp39-win_amd64.whl (64.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

dsl2html-0.1.5-cp39-cp39-win32.whl (57.6 kB view details)

Uploaded CPython 3.9 Windows x86

dsl2html-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

dsl2html-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

dsl2html-0.1.5-cp39-cp39-macosx_11_0_arm64.whl (77.2 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

dsl2html-0.1.5-cp39-cp39-macosx_10_9_x86_64.whl (81.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

dsl2html-0.1.5-cp38-cp38-win_amd64.whl (64.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

dsl2html-0.1.5-cp38-cp38-win32.whl (57.6 kB view details)

Uploaded CPython 3.8 Windows x86

dsl2html-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

dsl2html-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

dsl2html-0.1.5-cp38-cp38-macosx_11_0_arm64.whl (77.2 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

dsl2html-0.1.5-cp38-cp38-macosx_10_9_x86_64.whl (81.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

dsl2html-0.1.5-cp37-cp37m-win_amd64.whl (64.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

dsl2html-0.1.5-cp37-cp37m-win32.whl (57.6 kB view details)

Uploaded CPython 3.7m Windows x86

dsl2html-0.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

dsl2html-0.1.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

dsl2html-0.1.5-cp37-cp37m-macosx_10_9_x86_64.whl (81.8 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file dsl2html-0.1.5.tar.gz.

File metadata

  • Download URL: dsl2html-0.1.5.tar.gz
  • Upload date:
  • Size: 21.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dsl2html-0.1.5.tar.gz
Algorithm Hash digest
SHA256 2d4b5332a42ec1a84878c9bd42f31eeab747130e4b12331077264566f7ff1d15
MD5 229045af4cef90fb6f7447b13b5fcc51
BLAKE2b-256 eaa57a0f4b29490f443b655d1fbe80a1600ac6e3ce069ae94de9de98c9eca811

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bd0793eee62ab732621439d3f7a861861b880330776db20082724658216d51a5
MD5 a2454b2643a7fbdaf2fb5e2520e404a5
BLAKE2b-256 9473e6735dbb82d18c17846920ef498bb51ad9de8dc6c7137b24b0516852776a

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp312-cp312-win32.whl.

File metadata

  • Download URL: dsl2html-0.1.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 57.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dsl2html-0.1.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f0207102765303e33f31c559c15971e96829728dce67e0536189170f79d1b931
MD5 1dad2af992f3eded232423e2e91f6af2
BLAKE2b-256 d35e3e96d9df7c7889ef14952bf7a94a9357f1f419748b06b9a167e5337eea74

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 269377e93b4a625a5c16c6e6bd4b5b1b5919383221805c55eda4158f7fa30722
MD5 14b442d1990139601e71489fe25ff586
BLAKE2b-256 f268136f428277511cd2be8a6c41869df2ff4c994158ad5734c6af7c9a51102c

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c2e027b0111416100ac6e8140ed12aa67a418e940ac5fbafc91e59c0719ab44
MD5 66be182d18ce9c71113638d4bfcffb62
BLAKE2b-256 7a641b0bd8242f7b9771bee19733c3c98244385ecd142b859fca3ca83b88ccb9

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d55cf48488b18ecd82861f0afef1bf6f1310a588ec62e63431ab6debdae2258
MD5 adb9b8915d325909c067791a57c5d0cc
BLAKE2b-256 44ca1f4a8ef15b19bc82a7d08a8536959d3d019d811025ef835fa3e783987b15

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 27d37990ec016fad7c72051ceb1980b79ce485907622786673fa6355ae7b7459
MD5 4c1ef5d954baca0d3b07e366f8c1a357
BLAKE2b-256 0110926590bf86cef9a9e9d966a0ff0f569db1c643810c7a9f15e5288d1b8da1

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7ace71161c08803abcec126f02b16d6e3b6e5dac6014832613a1a2983f5390db
MD5 fb48a671a8c5bf2e13502ab65f549510
BLAKE2b-256 b36f603a274794fd71e2995e4120b0417219eaa82122425064549ed9992f543e

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp311-cp311-win32.whl.

File metadata

  • Download URL: dsl2html-0.1.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 57.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dsl2html-0.1.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 607f85c93b3679ae36ce5c2f2d2bdded2f58d147b648cfd6c14d29a518e27173
MD5 c0834b3e8c8037572e9fcddebbe2308b
BLAKE2b-256 d3509967bb0b39b8902bbd2d0d8b16cda43239b81b92fc83483aeaf412ac18c7

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2498fe4b971f4746f58d9518d087be40e61cd709d791691746763390e376a941
MD5 34b4fee2daddf0844927022a8ea993f4
BLAKE2b-256 d24b59aa485e85552ac83557ece48ccf83dcc98f5f33888e336ccc6c7dfaca88

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dc182acdf3c46e910e1b915a1f38bd16c866b97eb711fd0266eb9c862e6e5589
MD5 d3588d277fca5e372a70e6be20389481
BLAKE2b-256 da511496b8dc261ad13203c394fba76254d892494ce66503563e9a3c35b00bcc

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a5fe3f89856ed2bfe223827ca74599f36f4650f2fc9f9553690b322e23919d9
MD5 d834385fcde9f36b6fbb31d73221d12e
BLAKE2b-256 d0776e29c1f7d0dba0ec7a98e7b53799921fdaceb6b04950e969ec0ee5950fdf

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 861268123c01ef7c1aafa89d020382b025706dd0e90f8f9e24eb45ad972a7fd1
MD5 08b78c26cc1d50e99b4d9809369669ae
BLAKE2b-256 2eb111300e694fd4d1e0d994fe81a98960b4ce342fbfde4bc8b3dba281df3385

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c79b1a952e8001c0c1694a3b7e3cb4b6a54e33bb44f2df58e6865336a0410d6e
MD5 7d08b621683741b41db5d3b6787858aa
BLAKE2b-256 7a0d5f95c890dedafdc7dd7d49b8d6c25a684a71d0e094626aa61bf1d103f161

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp310-cp310-win32.whl.

File metadata

  • Download URL: dsl2html-0.1.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 57.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dsl2html-0.1.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 321db49ff454812d97d9984ed16fb5ee4d283e6135f027de60d96463c6c68a50
MD5 e15a7d2cbe08ae570cff85a38615e41a
BLAKE2b-256 568b86c0b825cda1effd6e809e66380ea1022c614b47ef0712479205ace24e30

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96711bd02b83784812ba3510f7d0a74fa42766d8e301f34c50d00bd75d6ea3ef
MD5 15045ccec8e898efe7986f1ff4c28ce9
BLAKE2b-256 000df7ef7b8eb4528b970dd45db0f5dd5c5d12dd1265308fb3136502a0a7fd8e

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b6ee7f7f159925969fe4020eb4abcfbe3f336e6c60717d35b8e4b7b7bd7fd1c
MD5 05828c945402a9f5c90f111e084e233b
BLAKE2b-256 9b4d2e4ec45838ea443cb065dfa4ab3ef19b85a10d5851b63a7ac7d6499c9e6e

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4f99fbde538cb8c453dd18a14d0898ae1a36be2843eac25509ebc66f374cb64
MD5 8f3d97b92363744237a97dfb9c68668e
BLAKE2b-256 d4cbf0487652e228dd47f233be1330a8d7f0390b582ed9409e016c1578bbbf50

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b8552c66a2f3be94ad8792bfea6137f137f9804daf27a895e68dac2dace89d40
MD5 030f5bb96bd43145a04a568ad6f5760d
BLAKE2b-256 a45a0417a1670ffe5db9717f7b04184e1c905f89e0572d331005639c9618b1a3

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: dsl2html-0.1.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 64.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dsl2html-0.1.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0e25f08f1a1bf51b122f08e50729399526b8d912e50c12b02f2c7c0517872626
MD5 c92699a9d34d8b05608386bd3b59e70e
BLAKE2b-256 80a8b3229bbd55405e85071c88de4fbded8bdb7518d8ce3c86068b0305057f18

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp39-cp39-win32.whl.

File metadata

  • Download URL: dsl2html-0.1.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 57.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dsl2html-0.1.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7e0ed586f647baa9f509b15122b9242559225f57560efdaa01945e2a48cebbda
MD5 4d6ee516ddf86b516745fedd41755cb6
BLAKE2b-256 41ccda8bfccd42de942b64ae7ee43a621a40bbbe43d4050477c350262ea994ec

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aaa0e56076825a703e8f81bbe47f7c3527b372b214afe832187ec9791560a3c1
MD5 c415ea56aef191f77e6dcd3e0dc9d4e0
BLAKE2b-256 0d6bbfe177ed0f2bb740c2eb1dff03469067456d3c39227f9371636c37d9a173

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cedf23304726e86c68497b76596d60ba877da2afdc336677fba9123f8e9470ff
MD5 d8ca888882a044b5e80940e6ccc001df
BLAKE2b-256 dc437849d201d2d9a59bcd300f93775b1b07eae3e30db7981f187b49d0984f99

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af6a7bd75ce42d0f71adb4f686ba28d17e8609a282d58ca92f729c49b1286cb4
MD5 6c5d37eabe4837636aadc58854e85a99
BLAKE2b-256 18860a79ba36eae8e63798601b09ee219d1588ca8851c63111c7eb4a671eb3a2

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7e551962107f3dbaebc5fdd94d72d845a53792c2b6f2d5b0b833bfe5b2845742
MD5 39f9026c848b58947beed875729359c5
BLAKE2b-256 f2547fd63d86beea9f8af9a3f1c98f83e35a73129894c6760a375ad451b6ec1b

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: dsl2html-0.1.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 64.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dsl2html-0.1.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6ac59d8c6873530f30372e0da1e4599c1333e41e59dd10a6bcd515c08cfec8d0
MD5 d6675a61f30a8d9c4c812985c1abced8
BLAKE2b-256 b0f7e1528b0f8a2beff28b012dfe405dc3b402a775130ef3c4a91cef4dbf2cf2

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp38-cp38-win32.whl.

File metadata

  • Download URL: dsl2html-0.1.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 57.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dsl2html-0.1.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f7d836b720c40b4cad883b785704f45671fa09884107374459d53452f7b8bcfb
MD5 05716d02be803e4b4290e6084c995e8d
BLAKE2b-256 a5997f89071a57e91aa6975525eb1d560fc6082dcf8e12eacbbf3b423fd57f55

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e5466e2d0f21db94546c859355983a0c044baae31d8e480dcca5885a0390029
MD5 567c531748aa0b624102929332492c8c
BLAKE2b-256 78c94727b089cef117fba748fa02e20944e6308788ab88347482b2564399c173

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d2282dfd1603ff9d03ebb053ffd25a5712c9d94954582cf12d615365ef52494
MD5 ac10706f6520a7ee159e5bcc1b3e6026
BLAKE2b-256 becd4e9844217ab8b709ebc76b5d6df1d3ab612e59598ed769b47556c1ef6fe9

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ac7c8fe0d501f9e220bba46535538b80d78961c52fe80af33249647e11c32ca
MD5 4526b69e772a81f4e1041115b994b062
BLAKE2b-256 8c852c24a78d5a745818ceacf203fd0029813081c8dab9e211fcfa9e2f797201

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ddfa46d9a32c0bb704159276c68a77fa880e6e28f91ddd32ab6f588dff0cc9e8
MD5 40492c155ebb90cd221e3522495da47a
BLAKE2b-256 c1d9d14ec3dd7f2a0b994816263c6c94dfe24ef6f9463dadc9dad730e96b7e01

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: dsl2html-0.1.5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 64.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dsl2html-0.1.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c8a91eb65635494efd0ef08fe20ed9cb6c73d03f0e1814956dbc520cba6d11f0
MD5 e9b3a4d7fcf4a1cf65d4ed5c021b88bb
BLAKE2b-256 232bb449ba0d2c73119c9b170d5b5e88c322c4072c8bed134c82b5a8f6115895

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp37-cp37m-win32.whl.

File metadata

  • Download URL: dsl2html-0.1.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 57.6 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for dsl2html-0.1.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 75e5d4fbd92fd5ac2199e3163d09853ac150b673b39381e5e653901ffb25a8cd
MD5 a3cf528f76b5e19e584097b5cb9cc485
BLAKE2b-256 b20c52b72d16d33f1ebd2617f1fb4a70e9287f68971b456368b3eccb91a0238e

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e73f81468677ce6a01218b07970fb2a21a479a8e2d416e79acbfe35fbe8c7d7
MD5 17a4d4dc4e5f8844b86fe464f6cfdebd
BLAKE2b-256 84fd3c305d20720c4aa0df7eafc9d508c81713edd49c207d59663989cd79ee8c

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1a1ff884a9d6d2b822796e77dc940393419ea9bee53197a5bd8c97f292731ee6
MD5 c53770cd1456385aa77c154489f1a2d0
BLAKE2b-256 f61fa4a4c38fce15c2bfe1cca50d290f65649234803eb2e18780bb88385058f7

See more details on using hashes here.

File details

Details for the file dsl2html-0.1.5-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dsl2html-0.1.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d03a6493eae01dc90f7233cd32b5c480314859d48d69fdb5028200d3e8c52d69
MD5 eab54e56ba3b553c661cbd5a12cb1026
BLAKE2b-256 aba9251171a5d3794d58737ca2e6b46cc24c90efdbfcb406868baa1e687c9c95

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