Skip to main content

No project description provided

Project description

gdsr

GDSII manipulation, written in rust.

Documentation

The documentation for this project is available at matthewmckee4.github.io/gdsr/.

Installation

I recommend using uv to manage your python packages.

To install and use yourself:

uv pip install gdsr

To use from source code:

uv pip install requirements-dev.txt

maturin develop
# or
uv pip install .

What can you do with gdsr

gdsr offers many features which include but are not limited to:

  • Easy reading from and writing to gds files
  • Strictly typed python code
  • Easy to understand code

Inspiration

My main inspiration comes from gdstk. If you are looking for an extremely fast gds manipulation python package then i would strongly recommend heading over and having a look at his work.

Other inspirations include:

How to get started using gdsr

A simple program below shows the easy to use interface.

import gdsr

library = gdsr.Library("My First Library")

cell = gdsr.Cell("My First Cell")

cell.add(gdsr.Text("Hello, World!"))

library.add(cell)

library.to_gds("My first gdsr output.gds")

Need help?

Head over to the discussions page and create a new discussion there or have a look at the issues page to see if anyone has had the same issue as you.

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

gdsr-0.1.0.tar.gz (61.7 kB view details)

Uploaded Source

Built Distributions

gdsr-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

gdsr-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

gdsr-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

gdsr-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

gdsr-0.1.0-cp312-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.12 Windows x86-64

gdsr-0.1.0-cp312-none-win32.whl (1.6 MB view details)

Uploaded CPython 3.12 Windows x86

gdsr-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

gdsr-0.1.0-cp312-cp312-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

gdsr-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

gdsr-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

gdsr-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

gdsr-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

gdsr-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

gdsr-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

gdsr-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

gdsr-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

gdsr-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

gdsr-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

gdsr-0.1.0-cp311-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

gdsr-0.1.0-cp311-none-win32.whl (1.6 MB view details)

Uploaded CPython 3.11 Windows x86

gdsr-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

gdsr-0.1.0-cp311-cp311-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

gdsr-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

gdsr-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

gdsr-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

gdsr-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

gdsr-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

gdsr-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

gdsr-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

gdsr-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

gdsr-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

gdsr-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

gdsr-0.1.0-cp310-none-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

gdsr-0.1.0-cp310-none-win32.whl (1.6 MB view details)

Uploaded CPython 3.10 Windows x86

gdsr-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

gdsr-0.1.0-cp310-cp310-musllinux_1_2_i686.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

gdsr-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

gdsr-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

gdsr-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

gdsr-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

gdsr-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

gdsr-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

gdsr-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

gdsr-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

gdsr-0.1.0-cp310-cp310-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

File details

Details for the file gdsr-0.1.0.tar.gz.

File metadata

  • Download URL: gdsr-0.1.0.tar.gz
  • Upload date:
  • Size: 61.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for gdsr-0.1.0.tar.gz
Algorithm Hash digest
SHA256 6e346c2a2d2f5f5f64a343e747193bea62bf356984037e01c30e186aa0e0869b
MD5 9b4d2da5f25f47a4d041f09963c83595
BLAKE2b-256 5581a0a5823d8a3e2a1614f2ff6ac4d014bca4b083dfddad0b95f6bd26ed6fa9

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ecd544e126106aa89721ace82cb16bde5a1db949926a66bd8e5c27c65b740e54
MD5 c336973909f41b238cbddf585dc408f1
BLAKE2b-256 eaf317935c5eedf534faec02b8ace7f402f85a8579ec3e5f1e186353dba0f946

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 033b71e0d0652133fb40c9f3c02ac4fedb6c55f6639a4246cd80f4fe798142cb
MD5 f0deeabcf6c5a44b2b557b1b3d059c00
BLAKE2b-256 6fd9ac1f0cc88d4c31b9b1755f819bb2cf8cd446c3c86aea79993bc17f565db5

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 21dc3d80bc7f30350b14716fc4328950cef450180e0b24d3baa0a986e3f62a36
MD5 cc6b5e1939bf3d26b7254e52c6900941
BLAKE2b-256 45dc73bcbab4d6316d3ad403cf5ff85141d38ef4ebbfc054a0f1da31beef59e6

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a43a21a54c8c2eb4be2311275a75d3399a262e4411c3241f4ca1587d4ae9db8
MD5 9c30664a8d54bbac2dbf538859b4bc73
BLAKE2b-256 12cadd83f9874d7e7d631c8ee77ff26ca83672f241a6e6e37c2f9f23a56bc494

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 355be528f4bac85f4f3914e0ba66a815954846e478e6b7673d1e122b47bd396e
MD5 0227f6628a341714ae375fbefb4c8ff0
BLAKE2b-256 3f8f425ea63f63646af97b69136190ee39569ed5dbe1cec03eca11b333af2b0e

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 09ae23f5d8577288adfb8112dbe3c324334b7052e2a0567111e271a691bd2dd4
MD5 b00310b30f9c7d73b570b9b1e6746942
BLAKE2b-256 a48dabcb587cf27b720995d264cc21a94eabaebbe2665c731a0a7c1f0aef3fba

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9b67369f53b69a18d9d7fdef9cc999bc286151d36a08988adb608db13deea35e
MD5 e0cf6edcc8cc9640db7ad4c541069efc
BLAKE2b-256 133c7293d1777bf5c533e6c839f0c3af55ba2009a2bf58965da7dcf8662fcbc8

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d8ad07a1e47da2a3752ce39503b20a128dcf61a1dc5fc36f72b6ef4a54b786a7
MD5 d7943b6e7b919c4db52537506a7e9c4d
BLAKE2b-256 ab113f070100190a177dda41254562339de98d83c3dc6886226902059fddb768

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a64d6c88688a0e0245f129aecef16b4332b8fde6eccd7cd5c3820ab80230c9b0
MD5 4d287e4a2d0e02686f4c9ef5c5d5c62b
BLAKE2b-256 a27df89e539a84f922d81a5a654cd4ab0fd3fcb558d9670cce9c1a737fada22d

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5c898a219fc455df33123320c9ed0e8f7e7264d3bcd7e87f47ceb917d165f085
MD5 d77e0a11c76ec714f87b65308ceca934
BLAKE2b-256 945684e4c55ec43cba33fe9dbca38f4c7923aee230196a8576c2dfe20b668b5a

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp312-none-win_amd64.whl.

File metadata

  • Download URL: gdsr-0.1.0-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for gdsr-0.1.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 faf2956f799e25edf644e0ee3e4f206a6cc09b9d3ed0e9f4a7e61a00f24dc796
MD5 c9d261fabcc21db6d633c4ac58ccad5f
BLAKE2b-256 7e00ff60b1b6f494c4c3a85212edbfb3212cc6cc63b31c79cab52a26ecf01c46

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp312-none-win32.whl.

File metadata

  • Download URL: gdsr-0.1.0-cp312-none-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for gdsr-0.1.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 42c17d00487483cc7294ada50fb40fcee459540d97c791d34d4cbd2d2d5d0df5
MD5 4a745aed295c40c1799f2852f67d7707
BLAKE2b-256 cfce998ed43522f58b0c06faf2a2fb2c8878dcea1493ed33b26a3f1a5859194a

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db3093f5b196e3082b81b3ac96116c60052a80cb2cb62d077ab6144daed68047
MD5 22d2350abc313f7b042b6c3603023287
BLAKE2b-256 1bdc75b1e5be6d6b8ae16ce4db88dba0473c31fe9d10fb78bce70e9b0ad21038

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 20826709202c0528d6360419ff79d2af3756388688dabb00d90114058afd594c
MD5 59bd7f7cb15340039a009f0e1a82987d
BLAKE2b-256 7e8e2ee5c857399582a62eab74e82c6f2c4c761f89978aa9852204c4697c9c95

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0174c631a90a43a870139a2b265140904a0672745b85d005d765a2dbdbdd8ac1
MD5 32f79032d14167d7b516eb0ca1e72a07
BLAKE2b-256 e4b6b797043aa070bc768025c8cd464c79b7756291de28950ced52d8227fc32d

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dee752649aadd95b5aa90de54a0901e542967ed3dfbea75bd692ea698cab90fd
MD5 f998b71cec79c36eca1516acea5fa235
BLAKE2b-256 aa165a8bfb25febc2079a0f48c51e4d9ccc4c3cff7739ba78e41e15c7c3ed365

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db7b56caeb2e64975c53c18469c5179b310ddc8194a92f61a463677b1017e9da
MD5 3f3682b2abd24e0f4cc4a8611767b606
BLAKE2b-256 f212795a72e89e5dcad19cbebb214b3bc5a4df6812440e78f9eb2be04c0766b3

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 87ae405d128129edde1c4b30bcb10fa3dc9ece635be069391f1eefcf52acf030
MD5 a2070ded631cd621627e7b6d84b55e39
BLAKE2b-256 44b2000b9fbb68e8b1841dc56300816cf687b048fe266ba59292cff58388573d

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 47c46de789c4cf683d95bbaadc0892a4d5c2b36fa0c5a7c68bcc8eacd40b988d
MD5 51b191d69e6406b07a9c2cbec351ca5c
BLAKE2b-256 5ee0be1eb0ced828655352be211cb86aa00c056ef7e794813c5c038024c2f567

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b58c42092c9202d006bd12423afc397574ae1ed710fff5856cc00c68630c842e
MD5 fb2568e0fc393b34bd629845465e1933
BLAKE2b-256 c9e1fcce7754c7b14e2a0020141cd306d81e7410cadd0bd996209fc69513b2e5

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b344be3c896c85bf8d2eadedb74d0f3d5f8e778311111f5cef8eea6dc5e06602
MD5 e0e103e74e51404dc26b270c09f87bb0
BLAKE2b-256 53ec13d18308c53969ff26cb090229cc4b46fc0fd6041b62d628d0a390f8867d

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f2dfea7feed1fdd043c274175be906eccbf61b91dc253e63cf26c767694bffd
MD5 b51cf1969f8e0510abcc3aec33f23ad3
BLAKE2b-256 eb276674a62cbe71ff6e7d201f3516d2606c3bf4051af813b7be34fc25f28102

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dba78e78bd8724fb5bbd04e0781fa77e29d0cc943a875158cdc597ec55b00df1
MD5 cb52abd302f3b2d872cecd991a3e74e2
BLAKE2b-256 b4646e70148919f6d593082489662d845f19b0c1f7bdc139ec2571e0e8c82a4c

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 95a7089ca478751298ac8500c144c8be4dd3ce16054e40f25689665c768a80b6
MD5 d19826c1c2571aeb061ffe2c016a5ecc
BLAKE2b-256 2b0bc64343fa5662fc76fb95d1ff54f48ed3d18a6b461d072414962bb667c42a

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp311-none-win_amd64.whl.

File metadata

  • Download URL: gdsr-0.1.0-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for gdsr-0.1.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 89648d3cd804de22412497d344fdabfcf2389b6e57232111e7f6aaf92520350a
MD5 93aa02468e86dd04158e566ec605f239
BLAKE2b-256 ee199a45034b3e6714f8988c61ea91a6f62c65c015352a68834eed7b2ff069eb

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp311-none-win32.whl.

File metadata

  • Download URL: gdsr-0.1.0-cp311-none-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for gdsr-0.1.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 fce1d41471eae509f668b9672e581ff8a4001f3979b203e24231e967f7615cc9
MD5 210d43d8be75dd400822ad3acddb1ac3
BLAKE2b-256 aea0553f21242825a53ef1a27dcc128f28d38ce7a3f3ed7b276dac483cf7b745

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cae1ad40045090a6e4d2a1c72be71444c46da416e6d6f2a400afc5ec9ff3188a
MD5 e51072089ea301349404c8e9a64f2f6b
BLAKE2b-256 daa3433c63c73c1c6f20cdfd905044eb834e1c9e6e51e571938ca003e74717d2

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 19a1527af76b97ffa3e6b25d7837f8291dee14ff6ea92cd7a7ac41b733906907
MD5 1d4bf499dadffea5528ffa2a90fe665c
BLAKE2b-256 56e17a47a39a7c5ce3146f3971f6fd315aeddcb087f556fff3daadef7c319dfb

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0cfde6a3369ef28372492de4951d07ce65110fbbbf084c993da2145827e6f69d
MD5 e82779f0b4f1aaa3c1875f03103fbc87
BLAKE2b-256 e53a8b3054fbd7d2c5de22110cf8cb766424503a6a1c338c9bac6358eebb5ce0

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e3f7e56368ed06304673c153271bef8766083dd2f535815f48af6e668117aea1
MD5 0d05505e363566813241bea6e37baa89
BLAKE2b-256 05b45d899d110608dcd2df2ca781b6620ea4d38862ebd90a99d7031b369347fb

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c4422f83099686980ff1bea0f00118764959ef36ea7573af968ecd4ea485f19
MD5 49baad47e1e477b4a6abb96896e523c1
BLAKE2b-256 cb149fb1caa17884ea1271dcdc072ce81e16fd755227ab21930cd75f90e20ed0

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c896f8692186911882c1c7828c99c6ce42550a551e35c915ba9f3e3224bd9558
MD5 1b35c41ba8138b48b4ba0cd96a30d8d8
BLAKE2b-256 ff423ae1a98a9607c7af01f8d9e943663d027ce083aa7ea527175903141b4ef8

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 abf995b1f1c20dfa9b71628df54726059ef97c0fe6de5f445b560a88f75ec4a8
MD5 d236907ed8bd03a00d2069fd2d5ddaaa
BLAKE2b-256 dcd52c1cda7670a553e90cce2d9f866cf37151439d258666922e0d75a5a6c099

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6e770eeeaa8889657bfcec25e3fba586318c296993fb4890e5fdf55472ce50ac
MD5 77f9e7aed49293b38d74d8689a64b784
BLAKE2b-256 4d34923c3fff0502b8c132cfc9cd233028c15890f05c4c5c252672c231f13da0

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3fde2a2171b755fe60d10dbb94aeff0ee0b6ed14bdb633f3a72b54c055d30975
MD5 0d11ea6cca142bc739837386c8ccdf64
BLAKE2b-256 080cd777337ed46527ae69746d92ff1731e37ffba90d9e804bab73c8dece2d19

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4b3d34fb1d72b33b4fe0d5b9ad4a1246b9b364f2fda48305935037fed7c02c8e
MD5 59df979132f57d27039b287559620315
BLAKE2b-256 a293caa37f8b3965721fa5b89398b0222e52374f4472d0307541963d9df70175

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25d71f3f587b1b8379698ab68e10be88c7fc9a3d0669db854ac3c4afa29e6b76
MD5 8ca0da933c9d84fa51c95b4da2d0449f
BLAKE2b-256 657007fba1e545e26d126985285ddcbd8f9fa7c555382a68c4ed23090095ac45

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4bcc646c66cacc4afab4a28c22c753724f1dd4806aff247a8df373d23e1188bb
MD5 693a15d17bdc44a78071f2c96a0707a0
BLAKE2b-256 6ac5f7f2d3c4a004da6dbfb3776a1b696417fa7466b22b08f623ffb237583288

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp310-none-win_amd64.whl.

File metadata

  • Download URL: gdsr-0.1.0-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for gdsr-0.1.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 52e9a5367766ca0b88ddd2e16c15e9e3895ea4adc14c0b3a8197f2983206882e
MD5 4426388c05e3f3ace0d7b7dd2ceeacf5
BLAKE2b-256 a7f48769925dc2464861afdaf3b6de4ec9cbbe88b263477f6ba0ba13f206fa5e

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp310-none-win32.whl.

File metadata

  • Download URL: gdsr-0.1.0-cp310-none-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for gdsr-0.1.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 32d88da4764b16467b2c8a41f4f892f536d6ed3d92b97de49a10c5fa5aed868b
MD5 5c6a34fcef44d8ecbd5b09a23a84162a
BLAKE2b-256 a4c5b0222cf8a10277df6cdea4633844e2f5d258cd01f005fb026b3c22b7608c

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef7efc5931600edcd1a817a74c382c1ed6bced55f475f3fc24912a8be7532bf7
MD5 27e6311284283a8e0064c99c6994b4a3
BLAKE2b-256 b6e5c90acda9a75f5c393273cf9cff561afd57b2805c6f3930bd110be4cce21b

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 797522fab94e3d1d4db4c990cb53c351e2e653e6847f10b2925c97168aad8523
MD5 445e8f875ae6a14f178eadb48706dd1d
BLAKE2b-256 eb38a0032cd0eff0b891f79533d62569413be7cc7d7ed03f37307ab9affd5328

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9be33138471423d5373abbe229bf270720d96399928de4124a611996efacae2e
MD5 3b9bcaafa0c9ea335f4736e6734a581b
BLAKE2b-256 a57bed61a5586ef764fb9cbd548436217e71bc4f3bd19fe8b103184ba6b9adb2

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1c43aca8bba31cbc4bd28b94b7b38789b506ba8dff6fe4f62f32f0c7fe66bd6a
MD5 215dc2f771a21aeb3a2ff66e02caa1bf
BLAKE2b-256 7bda79331d49df0cb8a12990324daba67dc593544b722bf5e2e898578dfe7fb4

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27e0554541cb626fe14e5a9e7a4238a8579160937c9a011134723c1282a19adf
MD5 41e7e1bc1fe92cb620319dc341a6e987
BLAKE2b-256 72897441469a81cc96466aeb881ba29b92732665793bfb56a598738128b41265

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 468bf3f4ecc084332e4b8b9e778073b46dd1684afd0282c32403cad07a2dce0c
MD5 3e5c797e32997b633f0b9c10b7771c7d
BLAKE2b-256 ffa26e65973ee8794a39e99fec63a1320e950722dc789b3ace1bd55ff4b7f759

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3dc7517481e1fbdc91064c3ee60d5f2889a7c83e99f85beeb518993c0411f425
MD5 f2d7c85928105da75142d33597576a23
BLAKE2b-256 59e212820d84d28d56f1d62a898f2371aeb58e4016f21656e8cd59257b1e0b12

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f6b0cc68dd65fbe2655d111452e9dcfb4cce2b932a867eed1d7998131b825093
MD5 d7cd976f674ec23d465f8f8c9f3c8e0a
BLAKE2b-256 387e0e1365fedba908f295ccbc0274f41a2953e687a9810bba3aa8f811bef7ab

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6f5d404f3ab4aa0a461eb72dd52341ea307590c95ba6b6180ef994f931d88b03
MD5 8f04dd5c03c2c2421050bc4f8dfe77c6
BLAKE2b-256 58f7d266e48b5ba10c41839d218e7c709ab6f9fc2b206d6657e11fdf043fb33d

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d1d45946a0fe03a04dddc6b51d88cc7006a067898ce40b5407020c5b1c676261
MD5 1948c5e3c925ea5161963c84f18c21b2
BLAKE2b-256 43b0a09be24cdb61d015489cca716150343bdc1898fc69bbb66e34c63523116e

See more details on using hashes here.

File details

Details for the file gdsr-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gdsr-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17865d56d31dd42df9d15c4d744a71c1e6aea24b7e02547abe40a793b1d48573
MD5 69702000af7f259641ce5a27dab6c8f0
BLAKE2b-256 c8d290986124f63c1b197a9e520664c727f7532f0ed155ea05d644d0d3e1796c

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