Skip to main content

Bindings for lunasvg

Project description

pylunasvg - Python bindings for lunasvg

Build PyPI pyversions

Pylunasvg is a simple wrapper around lunasvg that uses pybind11 to create python bindings. All public API of the lunasvg is available in Python.

Example usage is below, if you have any questions or problems, feel free to open an issue!

Usage Example

import pylunasvg as pl
import numpy as np

document = pl.Document.loadFromFile("FSL_Micelle.svg")
bitmap = document.renderToBitmap()
bitmap.convertToRGBA()

arr = np.array(bitmap, copy=False)
# Do something useful

Convert SVG to PNG

To convert an SVG file to PNG (Unless otherwise specified, output is saved to same directory as SVG file), use the following command:

pylunasvg --svg FSL_Micelle.svg
pylunasvg --svg in.svg -W 512 -H 512       # explicit output size
pylunasvg --svg in.svg -s 2.0 -o out.png   # 2x scale, custom output path

Install

pip install pylunasvg

Build From Source

1-) Clone this repo with --recursive flag. This is needed because project uses lunasvg and pybind11 as git submodules.

2-) Run pip install . inside repo directory. (Make sure you are on the right conda environment.) This command will build lunasvg and then build pylunasvg. After this is over you can try the example above. If you get any errors, please submit an issue.

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

pylunasvg-0.1.2.tar.gz (6.9 kB view details)

Uploaded Source

Built Distributions

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

pylunasvg-0.1.2-cp314-cp314t-win_amd64.whl (518.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

pylunasvg-0.1.2-cp314-cp314t-win32.whl (473.3 kB view details)

Uploaded CPython 3.14tWindows x86

pylunasvg-0.1.2-cp314-cp314t-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pylunasvg-0.1.2-cp314-cp314t-manylinux_2_28_x86_64.whl (429.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

pylunasvg-0.1.2-cp314-cp314t-macosx_11_0_arm64.whl (294.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pylunasvg-0.1.2-cp314-cp314-win_amd64.whl (505.0 kB view details)

Uploaded CPython 3.14Windows x86-64

pylunasvg-0.1.2-cp314-cp314-win32.whl (462.6 kB view details)

Uploaded CPython 3.14Windows x86

pylunasvg-0.1.2-cp314-cp314-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pylunasvg-0.1.2-cp314-cp314-manylinux_2_28_x86_64.whl (428.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

pylunasvg-0.1.2-cp314-cp314-macosx_11_0_arm64.whl (284.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pylunasvg-0.1.2-cp313-cp313-win_amd64.whl (488.1 kB view details)

Uploaded CPython 3.13Windows x86-64

pylunasvg-0.1.2-cp313-cp313-win32.whl (450.3 kB view details)

Uploaded CPython 3.13Windows x86

pylunasvg-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pylunasvg-0.1.2-cp313-cp313-manylinux_2_28_x86_64.whl (428.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pylunasvg-0.1.2-cp313-cp313-macosx_11_0_arm64.whl (284.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pylunasvg-0.1.2-cp312-cp312-win_amd64.whl (488.1 kB view details)

Uploaded CPython 3.12Windows x86-64

pylunasvg-0.1.2-cp312-cp312-win32.whl (450.2 kB view details)

Uploaded CPython 3.12Windows x86

pylunasvg-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pylunasvg-0.1.2-cp312-cp312-manylinux_2_28_x86_64.whl (428.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

pylunasvg-0.1.2-cp312-cp312-macosx_11_0_arm64.whl (284.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pylunasvg-0.1.2-cp311-cp311-win_amd64.whl (487.4 kB view details)

Uploaded CPython 3.11Windows x86-64

pylunasvg-0.1.2-cp311-cp311-win32.whl (449.2 kB view details)

Uploaded CPython 3.11Windows x86

pylunasvg-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pylunasvg-0.1.2-cp311-cp311-manylinux_2_28_x86_64.whl (426.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pylunasvg-0.1.2-cp311-cp311-macosx_11_0_arm64.whl (283.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pylunasvg-0.1.2-cp310-cp310-win_amd64.whl (486.6 kB view details)

Uploaded CPython 3.10Windows x86-64

pylunasvg-0.1.2-cp310-cp310-win32.whl (448.1 kB view details)

Uploaded CPython 3.10Windows x86

pylunasvg-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pylunasvg-0.1.2-cp310-cp310-manylinux_2_28_x86_64.whl (425.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

pylunasvg-0.1.2-cp310-cp310-macosx_11_0_arm64.whl (282.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pylunasvg-0.1.2-cp39-cp39-win_amd64.whl (492.9 kB view details)

Uploaded CPython 3.9Windows x86-64

pylunasvg-0.1.2-cp39-cp39-win32.whl (448.9 kB view details)

Uploaded CPython 3.9Windows x86

pylunasvg-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pylunasvg-0.1.2-cp39-cp39-manylinux_2_28_x86_64.whl (426.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

pylunasvg-0.1.2-cp39-cp39-macosx_11_0_arm64.whl (282.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file pylunasvg-0.1.2.tar.gz.

File metadata

  • Download URL: pylunasvg-0.1.2.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pylunasvg-0.1.2.tar.gz
Algorithm Hash digest
SHA256 d5e4a6efbb8dc1a1085d181757d95d2d5bf174c8caeef7fb8ecc0542de332e8d
MD5 aa30ae4cd5e27cff1684c7b1e816b930
BLAKE2b-256 4900058930a3bd00899f8563ff10b1caa7cd7d52d54ddece0557d206e07bc9bb

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pylunasvg-0.1.2-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 518.9 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pylunasvg-0.1.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 22966a257de1142b1219a96483652a3d16e2bcca045ec17580a6e9b76172ef8d
MD5 18bf3842c5fb3bd77b9bd457c678b477
BLAKE2b-256 1c247547ecf9909b76b6cfd7113230057082c684c4fbc7f9545172b1bbed40ce

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp314-cp314t-win32.whl.

File metadata

  • Download URL: pylunasvg-0.1.2-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 473.3 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pylunasvg-0.1.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 996bb64883d8e0eb2975cee8b47c995a3bcfe683c174b6f46e9813e22c5f6829
MD5 4d55326bfcbe0768418412a3fc38cc02
BLAKE2b-256 7826b302324e5da9a03c492e3dba6db8de29b9ceccebd3e4b080c57b9b6a966e

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7df64cbce70787b4fe8b853dca6ab6f33b8478e4824ea23345abf2bb6a9b7b0
MD5 1d685c1b1640ff50f826d10ac8d119ed
BLAKE2b-256 0acbc4c4bc61afcffc3ef6991904f9bc894121d56b7205f47a312d727620e145

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f2aa6b508bbbf0bd488ab353c29fcd2a77121b3ed7b14dfba0bb5b0bab75384
MD5 4f7f90758e74334d7dc2853d518fe281
BLAKE2b-256 9c4bed7f21c886f260f67d41a51480bcdd3f75293867298ddc17c91e1bc451bb

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0d2a8172005d1b4d1e49307c41b548241b62f765480fca9c0441aba2658e110
MD5 94f6f8fff7ca738c46fca1667ea40841
BLAKE2b-256 5fd0e74ee240d31549fdfd636938316711a477e6a9034241940ad49d1616345e

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pylunasvg-0.1.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 505.0 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pylunasvg-0.1.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 69e648965783c1cc481428e794ed5152fdb9bd39a841b69e99a9f603166f1a57
MD5 7f7d16a40f963e8cd9a8e417a59390b3
BLAKE2b-256 58cb9ef9017f119c1695a7754a4b152e1a3300f3b7f6341ceffc8dbd9e96f939

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp314-cp314-win32.whl.

File metadata

  • Download URL: pylunasvg-0.1.2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 462.6 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pylunasvg-0.1.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 379dc7d7737342f258e01c371370e6e00d55d70189063f8b3f17104a6eef3b6b
MD5 fb60c12c3dec273f094268e9174fa67d
BLAKE2b-256 c1810130c088889d02494e5f57eb225bfd07a7f5a32e0a053f0cd6320c1e40c6

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 13e01ec5e03dfe604c9069f6fe25f41efbeae9d71edbcb842950aa061111186d
MD5 af9ab4b994ff3b57c630f58ac5679e4c
BLAKE2b-256 f2518889526e26fbadec73c2dca227ddd0567102041b875168143014f4f3420c

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc2ba6e6b81d9ddd8b4caadc22c3cc45c4b3ecd6d312594af8e949a3c5760374
MD5 fbbc0cddb2cfe16bd81b974c0fe1dd94
BLAKE2b-256 7aaad20e0e91aa70f3c9dd773abe921b09a182299b29901d5b293a84a23843b3

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9415ad33281af167aac46773f547b7c33e520ac8ff42dfb0061aa6763f77bb48
MD5 1f97f06442f6d9049b72025e815eecf6
BLAKE2b-256 ae66f5468b2508c4abc6403747bc48af743483d496d29ef15d7686dc5b874c7d

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pylunasvg-0.1.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 488.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pylunasvg-0.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 96cc157802462f94804c7134c113b11098976619d12bddabf05022965bda8920
MD5 28033ccbffe84eac84802e27053b8d1f
BLAKE2b-256 b0bea9d566cb46c27b26b2728aec9e2d27df841b0d4835b9e325e48b98f90614

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: pylunasvg-0.1.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 450.3 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pylunasvg-0.1.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a7d205bc72b8a805d0bac3c56a106745c55ede389eef5905e27707d53cb3fbf6
MD5 ad0a1eb401becad26fbd819ce931875d
BLAKE2b-256 9585cfb1350dc5a5f62111a7ddb4cdac433a85910709c718d27bf02a252f28fe

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 83e29310bcc854266dbc15a47615844c0c33d828bd1b2f66b0f1f61fb24cc3f3
MD5 814ab279ad5e858accb45d6e8fc520b4
BLAKE2b-256 91666a1e2529d37ebbd071cf8a2bc2851c3e8dc9138874eee45b61e5610a8345

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2e07a52d3aefd0417b296822a444c28891883e022b4da9febc912241cea8bd29
MD5 8ea99099174b060d6ca31c6fc3afbaed
BLAKE2b-256 8336dfb36288ac9105775570c82ba12374aa84478965c757408d0a94f1b126f3

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 467d2e23353a5a6da5687e343f06cbc88412a4fc03191eec5101ff6fb41b5f4c
MD5 182fbee95c1d723960de917870d3dbdd
BLAKE2b-256 75d136bcbc99f356a06c9118c068c6fc8384c910a56d74f3762335e304bf7418

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pylunasvg-0.1.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 488.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pylunasvg-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 354f686555196aa8ff28edb00359fbb59da4aafe9512273bdd9f1993db623c66
MD5 8003e0a8d25b410547efbe82b065a087
BLAKE2b-256 c668721bc9d35d43158ff422afe12c06b15f0841458a17862a5c07f4cd7dde3e

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: pylunasvg-0.1.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 450.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pylunasvg-0.1.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5ae5ee9c382f085e3e613539e993630312877fbb0ca2edec94d991f239ae692d
MD5 f5e1e62933f83dde27b0a7322a792e50
BLAKE2b-256 0a94383031e58f0490fa9aa80cb05a63236a7052f92f7b29534017c035d60c11

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f498e9ac319f27db9c75bce1d8b1d44ca86956fa0d5b2025c40a991f201bd19
MD5 769c5206c81517f33c4cbe47495dc6c4
BLAKE2b-256 ad561da58cd7e02be55c7a0b373cc6e2a6272b3f018dfa9a61ea512d3e6943e1

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5272f2fd12a02ae15fe59fea8c25a9219e02ab4896dd0bdc61eeef74cff73a28
MD5 77acba06989b0303eadaaabcfdb59e6e
BLAKE2b-256 e14554bf18434cf897a93aefb65921ce9ac3295b30e0828f32b25b014bb15874

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e876ed97a5789b9bd7f36ae23fc479c48ef52a8802fe79e25093d878d9ea963f
MD5 1ef7cc08e66a2db49a040aaa6282d039
BLAKE2b-256 c96c85a598f67d5e81c19a68728297a7e04d13cb38eb6a9bff4874b5374f773b

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pylunasvg-0.1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 487.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pylunasvg-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2ded01f8f807e0cfd359581d2bb6082c846d91e86374314ad3eb3e4f5cb53acc
MD5 7f8917adf39f121bf86ad605e5b3e707
BLAKE2b-256 ce7a8aff020d11dbc0d84d66fdf886c1ae34d251bed6abb073b6255ccaa77835

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: pylunasvg-0.1.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 449.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pylunasvg-0.1.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 aa5c335cf93e3ddc6125e6bc9664e4473dab506c2000b6eedb356f6c48c0536d
MD5 c95d45194cb83f0a83a0b74193c8d446
BLAKE2b-256 a368c7122bada83100d9e0f17b792d4752e09c7cdbc84b154635d934d0051106

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0006b25d158ccb74dd46351b522a29abe99197c603e2a003afb27a214cbabdf8
MD5 c5ea2a72e3e04006df43a51a6b710ecf
BLAKE2b-256 b195888d5699c2209786a9547e973cefa071b74c61c2f07e45bf5d811cf6fbfd

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f4b4243002c7bae6288fc562ea12dc6e783a53a0bca6b33049e7c78848999031
MD5 ba2ce872bf29723ca34ff558a9e725e2
BLAKE2b-256 db891330e73a6036c4d75bdf34b718b7c753d26e6c0fdfbb13089d6fedc80c1b

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b6033eb3513eb3119ace08f463d5384f9f889a8067cfe2c2a3cb30a8a6f14dfd
MD5 75af08cf378a0446e5dd9366ce341efc
BLAKE2b-256 17df3986f8bc82074b6d07c032599bea20c472011c8f19cf9012b8c186929910

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pylunasvg-0.1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 486.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pylunasvg-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 24987511d6ba35c597d54c73527eaadeb6f0915e37e8320d125b02ce5d879735
MD5 99d57abcf4d5fdae0a90c393c4c15ee1
BLAKE2b-256 abec756b56f07cfbb835df23f664765b7a2cd3bf04cafa0e1e28cbcb8c89a14a

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: pylunasvg-0.1.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 448.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pylunasvg-0.1.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 cca04d64274ec36f8c145d89cc5d8548b4a35088eaf77bd68ba0506358cd1478
MD5 56f1b1dde78943b1093491d8a404eeed
BLAKE2b-256 c775eed51b4fac203ad845bc2deaef3ec680d7db344e5b5cc9fa019005301664

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8dc3cc7daa6bce344d5406c56e358cf025047242491bcd5def5c50955ce48ce6
MD5 693b197f9ff3c61cf564f785ea285c2a
BLAKE2b-256 da3f5d0c0f0b0d36cae32d714b22cb41776f31e6324139db63bb3f1af4011d62

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 43e9fb05e77e6dd6a7271c0aa8c023e4cc3665e482dd9947787127438cca703e
MD5 b7f8e3113139bb500bc4082b84567c5e
BLAKE2b-256 82d3348ce3a25305be11fc158dcbb9422b7cf20c83448f7f9cfb1e536bf6e391

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 febd0afb9869086c4457190596ccd96f73ae99fb06cd6d5ad82c5250788435e2
MD5 baf67cae1ec440370066c2f8c68d46f7
BLAKE2b-256 9a3592bcba0ae493a5400aca861286cfc8550077ecd961c6b095f00c613c540c

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pylunasvg-0.1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 492.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pylunasvg-0.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f5dd851e879e3d09ad5eb30955910bce0230dd5b5e323712a7c93ba815157d6e
MD5 d520c1be4b6bd1301c8ae4debff3e08d
BLAKE2b-256 41292921c75ae20b9548f0148fee5b835318105b36a8247873b4e588f20d4a01

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: pylunasvg-0.1.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 448.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pylunasvg-0.1.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d7a0b67879a41fafde68d63fbd134a30a922f371ee95e0d217dbd93670fa7974
MD5 6a74cf7961556f9f985a0e67a8d3bb0a
BLAKE2b-256 eaada0f5db28389b8aacb246aff9763df7bc6dbeaf869c8e71789746f6e81f78

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c87d6cd342bab7c07aa25997964c2416b05f4b40969bdcd18f809364c6d3b905
MD5 1920cccab8fa73a5ae92f8bf1e45e4e2
BLAKE2b-256 972e764c1046c7bda6a2c0bf077ed2a5cff8b5ba6394ebb675427caef6420a55

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c7e29f866efaa7ad3ba601d3e2002f36061362a084ebf7723fb5896b9eb5d189
MD5 cfd79a933ad9d27a94c74a3a964be8d2
BLAKE2b-256 34a50da75a70764b59f9338e6bb0b3f86992f15ac17e97d2a27dd2582a5dd9e7

See more details on using hashes here.

File details

Details for the file pylunasvg-0.1.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylunasvg-0.1.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9179726f9d45fd0a7c513e01e286ee1be45a0f4400ae54cd6c79d64b3c29cc9
MD5 32c30a54a46c3251a0c9b5e755c85177
BLAKE2b-256 dd74b5f06fa6e4513eb7c10707894e8d8c395643b0152e8dbe5e7490d5903619

See more details on using hashes here.

Supported by

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