Skip to main content

Python bindings and analysis tools for the teslasynth firmware

Project description

teslasynth Python library

Python bindings and offline analysis tools for the Teslasynth MIDI synthesizer firmware.

The library exposes the same synthesis engine used by the ESP32 firmware so you can render MIDI files, visualise pulse signals, and tune safety parameters before connecting any high-voltage hardware.

Licensed under LGPL v3.

Installation

pip install teslasynth

Optional extras:

pip install "teslasynth[plot]"   # Plotly visualisations
pip install "teslasynth[wav]"    # WAV export (requires SciPy)

Quick start

from teslasynth import Teslasynth
from teslasynth import render, wav

synth = Teslasynth()

# Render a MIDI file to WAV
wav.write("song.mid", "song.wav", synth=synth)

# Or get the raw pulse stream
for time_us, on_us, off_us in render.pulse_stream("song.mid", synth=synth):
    print(f"{time_us:10d} µs  on={on_us} µs  off={off_us} µs")

CLI

teslasynth render   <midi> <wav>   [--config FILE] [--sample-rate HZ]
teslasynth plot     <midi>         [--config FILE] [--out FILE.html]
teslasynth signal   <midi>         [--config FILE] [--out FILE.html]
teslasynth config   [--config FILE] [key=value ...]
teslasynth instruments
teslasynth percussions
teslasynth envelope <instrument>   [--out FILE.html]
teslasynth version

Documentation

Full documentation at http://projects.hnaderi.dev/teslasynth/python

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

teslasynth-0.5.3.tar.gz (232.0 kB view details)

Uploaded Source

Built Distributions

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

teslasynth-0.5.3-cp313-cp313-win_amd64.whl (114.8 kB view details)

Uploaded CPython 3.13Windows x86-64

teslasynth-0.5.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (121.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

teslasynth-0.5.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (113.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

teslasynth-0.5.3-cp313-cp313-macosx_11_0_arm64.whl (100.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

teslasynth-0.5.3-cp313-cp313-macosx_10_13_x86_64.whl (106.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

teslasynth-0.5.3-cp312-cp312-win_amd64.whl (114.9 kB view details)

Uploaded CPython 3.12Windows x86-64

teslasynth-0.5.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (121.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

teslasynth-0.5.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (113.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

teslasynth-0.5.3-cp312-cp312-macosx_11_0_arm64.whl (100.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

teslasynth-0.5.3-cp312-cp312-macosx_10_13_x86_64.whl (106.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

teslasynth-0.5.3-cp311-cp311-win_amd64.whl (115.3 kB view details)

Uploaded CPython 3.11Windows x86-64

teslasynth-0.5.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (122.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

teslasynth-0.5.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (114.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

teslasynth-0.5.3-cp311-cp311-macosx_11_0_arm64.whl (101.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

teslasynth-0.5.3-cp311-cp311-macosx_10_13_x86_64.whl (106.5 kB view details)

Uploaded CPython 3.11macOS 10.13+ x86-64

teslasynth-0.5.3-cp310-cp310-win_amd64.whl (115.0 kB view details)

Uploaded CPython 3.10Windows x86-64

teslasynth-0.5.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (121.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

teslasynth-0.5.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (114.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

teslasynth-0.5.3-cp310-cp310-macosx_11_0_arm64.whl (101.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

teslasynth-0.5.3-cp310-cp310-macosx_10_13_x86_64.whl (106.1 kB view details)

Uploaded CPython 3.10macOS 10.13+ x86-64

teslasynth-0.5.3-cp39-cp39-win_amd64.whl (115.3 kB view details)

Uploaded CPython 3.9Windows x86-64

teslasynth-0.5.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (122.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

teslasynth-0.5.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (114.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

teslasynth-0.5.3-cp39-cp39-macosx_11_0_arm64.whl (101.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

teslasynth-0.5.3-cp39-cp39-macosx_10_13_x86_64.whl (106.3 kB view details)

Uploaded CPython 3.9macOS 10.13+ x86-64

File details

Details for the file teslasynth-0.5.3.tar.gz.

File metadata

  • Download URL: teslasynth-0.5.3.tar.gz
  • Upload date:
  • Size: 232.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for teslasynth-0.5.3.tar.gz
Algorithm Hash digest
SHA256 118a43e7587dfbe6df339266e1710694e86d7e7ca03bbaf699aa8d35cc4a89e7
MD5 89c7d021e6b67df015d6a314e48f586c
BLAKE2b-256 6bd163dd2c3d6d0e25f2b5c2a4ab1c35dedb356876fc6eb97272234bf1541583

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3.tar.gz:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: teslasynth-0.5.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 114.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for teslasynth-0.5.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5b859a97b178db59e4ecd0916533ef7bbfb608632611af6bc4a70b0f2093ca02
MD5 e859172170838e61c607e112c7f50d5b
BLAKE2b-256 3ab2080cc8e6d3f80eaf7d3d584ec0bfc57833fdcd689061a3b2df66f9c73076

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3967d3fa786738b59eaf5da440659b113390d98a9cf26f8fcb00413c2bf82ab2
MD5 05236cd77286557440341f7664b446d1
BLAKE2b-256 bdfe9b210dcec8c11024ce69977678d8ab25f700a982f41d0274f8d227166fce

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 90849c97a18496f7998b0b5b24b8b3fa8f67f08077323eacdcae6f96d3852941
MD5 684db6b5eabafcedccd1402fc7bde2ca
BLAKE2b-256 b55c9d6d628e9a1b4c7c48f7b9125d15114494abe8a2d74f3454225deac61889

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73c9589a09c621368f07c26803fc416b3416ac3ef08cadb15a3e4f9caab38703
MD5 79749cc84800a014edcf4e86c0454443
BLAKE2b-256 f1a3fcabfdfb6ca66cb482857ce81266727f7247cce57aee8b9db1b65bb4b5b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0b9acb9ed1254c2a9b491be917bf0cd8dfe4401061a5ced5bf04fb7029b4c650
MD5 8414c3b2e6af4f94f29a03464245991f
BLAKE2b-256 d868e34a8daa6a85e6a14a0861e590a04168d2a8f6ce1da0a1c43fb60054403f

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: teslasynth-0.5.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 114.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for teslasynth-0.5.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 157f78d6b95dd9f603ce5c660c38902003fd4fa9c7e6939acb67bd8070ff13a9
MD5 0d3acde46307e482bf47c8ea1445b84b
BLAKE2b-256 8590705ac5eec367029499579bf3bf3519e385a346ee4ae60988daf8683996ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd6b81d6cdc9fb3c27a6df4667f9bfc7b0d4896cb106104bd58494668594560f
MD5 e1dea5fe3acc29bcc85eb81dea8d15f6
BLAKE2b-256 aa4d49acdf4f1fa224a8a591b551d043a34f08de895ec9d32e63e5af81149317

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e3af9a2f053c62970b14291ead08bb383d02646ffb414d0b65e8161aaae75173
MD5 5b912fe5cf5a7132b24429c29d37427d
BLAKE2b-256 ce123c89c4e1d35b4ce77e5b89bb57e45beb1c33774e200cb5d586161f5c1b94

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0884d428d13a9747c2eda413c6a7244f7469f9e162bb32e31db8820b1dc52b0
MD5 4eb28c726bac1d41f8631171d9f13755
BLAKE2b-256 f9c59a73b4d754a3cf5933756f8d0830bed1c124da9e0cfd54504d8292143793

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f981ef41b6e255b2f6ed141a533886a80e1a92ad0f9742e6e0119ef9e3804ac1
MD5 f47ed0b6b022becca8a3a2dab0da5ab4
BLAKE2b-256 29e600c4065a7ed6af9376f906d7ed9d3b532ea0e59afefebc3ea885bb7e7513

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: teslasynth-0.5.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 115.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for teslasynth-0.5.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 be8b2b5ed5b01e06d04a4ae18ca0874e3f851efba731b1a5f6c14b593fc75581
MD5 6a2c2d9f5b069f52fbe7d6a8f1a9b6ab
BLAKE2b-256 da6d004db6da739cc4fdfe9d56e16e1bf898ed51b01819338247b1f466fc652e

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f1f9c3a69ec83256807aa1a4fba084e2596c6edb56707fadad5e0e1fca63f749
MD5 47268eb5ade53226e85aba48d76e79b8
BLAKE2b-256 514e975b3776b1cba9409a16a6f718f195211495437cdad04cc5374459c7dd47

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e0135e4346245e3636bbbbbc324b6656454a56edcbe6fb40f701cd6b14e3597e
MD5 0a5ebcc5511d1c9cff6c68c5defa67e0
BLAKE2b-256 00a419de1dc4ad575ba19e9f8825ed1c44029c4141ceaff1fe653465528b4d13

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d65ad303318c32dc07f734dff5aae9b1a3c6fab10855fe36a897d209f48b2af
MD5 6b7a1a5afdd6a55df0a6686e5dfc81ec
BLAKE2b-256 ee70f531df601bc6ed69aaadc78c9255ada480d6eb467aa3c2e3992a7ea28d89

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp311-cp311-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 23f3d7abe0af0dabd481d8357063b3af270f3914f23daa932a6e84b0c90fddc5
MD5 427638af779a51d868c418ef1cad7c58
BLAKE2b-256 ec97268ac1ade7156e1b5b951d7bbc57e1ca78540ef147da9c22e46dfe9d64bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp311-cp311-macosx_10_13_x86_64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: teslasynth-0.5.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 115.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for teslasynth-0.5.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 41905fef165fd32dc835354663c55b54437d7ba35f109487e74b8cd057d10e18
MD5 64a34ff1e77d6f4f2c4d96e1305d71ca
BLAKE2b-256 3772c72daf7a610b5f3bb4512c00b3aec93e534e7f3f0c437a1ccb35acc11c52

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp310-cp310-win_amd64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f4c639c74b9b1f22c439923a292a388bc6c1a2f1e4bfbef027f61656926cd62d
MD5 dc901820d98829e2cc477f084c8865fd
BLAKE2b-256 ba24d06a89690bb35825cb5dcae3d7f73ce4aa3169bc674b473547de3b5ac5eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d03c1a8897afec657dbf50662059a6de6c37113be680a73cefca2610fedf574f
MD5 dab58e03badf379cf5ee78bdefc63317
BLAKE2b-256 e3248a99400c017a6bc8993a397fb9ddd838ad2bbad5db013c1e5016a8e0b73d

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c0c2b0bc08c726968719304a37f8bbeeb199b812a101ca368bbd19d31e51e391
MD5 a42537fa73b41ee5eaf25640997ceeb9
BLAKE2b-256 de4db8cac74a74ccec1f4adcfab61abdc400c7be0fbaced72503c5c57fd74341

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp310-cp310-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1a8944b3bd5a401efad51ed44033ca1ed6a71b1c9b8c6c3a3546380f071d8b21
MD5 c0ce02647d02c76dd965020327585a1d
BLAKE2b-256 929bb980a567aab0f682f1426b4da7bcb0739045242379029cb195b89c5676d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp310-cp310-macosx_10_13_x86_64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: teslasynth-0.5.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 115.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for teslasynth-0.5.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a90f4d09b7c4045ae41b98f547df07d68fc922edbeb59fe5b93a98ade53724d5
MD5 1ac851d10dcc0ac2e7ae51e4bc09c271
BLAKE2b-256 e20d7c6c3e6aab0b9944162308eec781e7b0e8372c14634dd83ee39c481d6559

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp39-cp39-win_amd64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6048f99255ffae7a02c3a5e5686a8e8b767821860a6a5daab4b6560897ed5527
MD5 cedc7288ce33f8ed23a676b133021783
BLAKE2b-256 8aa6508d02a6610d3b2975a3c7ffdf46daddc7811ec59aab9962276026fc1461

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0ab58d91d84645d2b35afc272712d16e024ec215cdfb730c024b28dd96185594
MD5 9c60765347b9312020bafc5ec19f53ff
BLAKE2b-256 b6d65a9e1914481fd4473233ce1ea7770c11c153e90ca3025ec295c7c2dcbf33

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d610173e818b7aa69e7baab447355ba2be17ab9fc603e290e757bc0070b779a6
MD5 17bd84de7d64c09f06da78ee92dffaa7
BLAKE2b-256 d004546427913c03a61224d3c5c46ead632f72127b0cae0cd66cce19e50eaa3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file teslasynth-0.5.3-cp39-cp39-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.3-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 147363eb3cfe94862ad0144a70302ead004093f07c6cc203da695149915da0dc
MD5 239a5833f52a5823dc28e260da9e14e3
BLAKE2b-256 122989ad4919591534080911eb103dc1f219f9d64fd4941d0cfb2fd731f19b2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.3-cp39-cp39-macosx_10_13_x86_64.whl:

Publisher: ci.yml on hnaderi/teslasynth

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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