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.4.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.4-cp313-cp313-win_amd64.whl (114.7 kB view details)

Uploaded CPython 3.13Windows x86-64

teslasynth-0.5.4-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.4-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.4-cp313-cp313-macosx_11_0_arm64.whl (100.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

teslasynth-0.5.4-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.4-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.4-cp312-cp312-macosx_11_0_arm64.whl (100.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

teslasynth-0.5.4-cp312-cp312-macosx_10_13_x86_64.whl (106.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

teslasynth-0.5.4-cp311-cp311-win_amd64.whl (115.2 kB view details)

Uploaded CPython 3.11Windows x86-64

teslasynth-0.5.4-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.4-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.4-cp311-cp311-macosx_11_0_arm64.whl (101.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.13+ x86-64

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

Uploaded CPython 3.10Windows x86-64

teslasynth-0.5.4-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.4-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.4-cp310-cp310-macosx_11_0_arm64.whl (101.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.13+ x86-64

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

Uploaded CPython 3.9Windows x86-64

teslasynth-0.5.4-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.4-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.4-cp39-cp39-macosx_11_0_arm64.whl (101.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

teslasynth-0.5.4-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.4.tar.gz.

File metadata

  • Download URL: teslasynth-0.5.4.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.4.tar.gz
Algorithm Hash digest
SHA256 adf97f93cda63e7a8f92f80a6db01fde0ca295244608e38af210b8a7d2d61da9
MD5 37f69e5aefbfe256283ebd03ff564386
BLAKE2b-256 d18044671f9914adbeffc89fc2f932a5247e90bdfc8faa40b7e6080a5efdb9d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4.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.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: teslasynth-0.5.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 114.7 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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a85ec220d5b6cc42205572551bfb4600b8248a995084c71d98de6bcd883c5ab8
MD5 de30132bed20a094075289dc2bcfc870
BLAKE2b-256 f9235f643457d453385ab07cad6d6677322f2bd68daa3b9ea826da1d82be057c

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7f6b74a9c315c596790b9c2730fb348537ddd2ecfc2f32f5c35217b805530075
MD5 8ee02b56e42afa4d02d0dd1f47bd93ab
BLAKE2b-256 744233f637adba64c3c9bac2980c9b2a445d44c359f237afecc54812d456bc3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b78f44e942cee6cae618b1bf7a8f2d89c1655f400645485814aeec91a73da1fd
MD5 91032aa0e976846c5c35bda4481f700a
BLAKE2b-256 87149a57a2710e26d25838755e1ff61d38f311b0b1b81acab8ebb37ae338f3eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e869fb4e76a0c3ff21c7e311a21e733b352d7d58a5f9fd31a7e3fc48172f1c95
MD5 816ae61a0bd6b0ab3247ef3d893ff205
BLAKE2b-256 09f4bca73b19514162542326862107224b65693f546648eda90f3001eef1d33a

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3f55f3f2bfff4ecdb174be67caf2847d5f90248872e2b1f1d95ab8d876d5d8ba
MD5 f237bc6c49bb024602313ffec2af72f4
BLAKE2b-256 855817bf9f50cf5b932556f98a7eff0be363197bd5f03921bdd5d7cd56c65dda

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: teslasynth-0.5.4-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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a8200b9859bae42de25aff06d925d1b1f5200e7c9c250d0e90e95c07a072b0fa
MD5 c4672af9d1db759aa8694aefbb9b2931
BLAKE2b-256 b9217480ec2fca3a1a2539ad00987cc59d102dbc32906ff3c1cb021850054aff

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc43f4092604113d2fb07e49459dafb93d711fe1b3df62e60881541d2f73ddf4
MD5 9efc277d6b68ed95f56090d57bd30eac
BLAKE2b-256 58c4f852c91f2b871a6f02bf4da7d06dd5f39a4cf6465043c25975229ebf38c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0ce4443514c1b1376ff1284b93d04f44120b1fb90368030e876ebeb9e9de6c12
MD5 575570fc0cabf12fabeb42035ce397ca
BLAKE2b-256 a6fff8d60eedb0718787894a4d695a23c914ed3bd2d746986cc77ca987532b89

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17a34174d39c59e88c11195e58b7d361fe38b50a3d1b9290d564b93c840a66f8
MD5 60cc1be36051b1bdb8053c70686df55d
BLAKE2b-256 c788e0a3e6b40ac9e2c3ab3d9cfe4be353335f522689a22001fafa394a9f6e53

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 891326da9e697d2e41296a354a7523a228d93e36f9de46ad28b5517608225a01
MD5 063fedf8cb90764a901e38aadb291be0
BLAKE2b-256 fc43e71d4de0f6cbe9b4f48baa3a7113dbfeb736a0eb0cee31fbe0800f6f73c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: teslasynth-0.5.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 115.2 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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8dc1f81e1061961141d5faafa94817c16d153477a06f4a8af7f9db475da88fcd
MD5 003f5398ac8551a47cc07071766d770b
BLAKE2b-256 158a237e36f48d468ccb318ad16d01c2180d77f6818db32d5dc7c5e476eb6d73

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 331945d76b6e0d2e4901e3f19b4e06d970ec8d5510db3c1c4c827e5061dab6ca
MD5 733ce5f8973c26dea6ae3c70e4c2d1a9
BLAKE2b-256 a66eaccd739ad57610779af9cd558b4129700376c97333d532be0a59b4eb5eeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d8649c44ca67c1ab1b7f3b18bbc5697c1f80bb96a5513fa7b48d3d51c82e114b
MD5 dda1e565f32158b6576df7b4ffd04cd5
BLAKE2b-256 f5557c96b94e035222b3de2d0bab33d6b6bb739cb2b0a354f57b9db195bcb6a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9aa12c7480822dedcbb914d9a78cac88b348a35cdb5f778c079f55d5a1442b4b
MD5 3aa8c9a414436594f4622e1eb25343b7
BLAKE2b-256 182969881a74a7be66d22c1c4ef101ad6742545d8fccc4875b5d580bec4c4fb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp311-cp311-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2e20b9e7fae4b0134914b9db31aff7abd2197dc01f63a54cff1e15adee2a5964
MD5 320e4c77b55de251ecad88deb44b9d9d
BLAKE2b-256 e41f04e73f83abecb20d3356011f0f887090cee4af2647a1a1a59862fa5606be

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: teslasynth-0.5.4-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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 230880709aaa04e34808b6a5cb44067a9ec2a1b5222d20d043cc52c529bee354
MD5 44002b39e9a992766d36186ff181838b
BLAKE2b-256 a4c84879256d67a0ae1c64eac581ece2372647e7c759078f338cbf84b3c44a18

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 22f3c711d13b91dd3b610646326b2cd3761c1fd40fa39a39259e938fee2661ee
MD5 63e41d5102ce313388006befb04e45f2
BLAKE2b-256 816db732b43f4ead2ffb6494ae6bc424567d714baf6cdf5cd77deddf50842f1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ae4209e520b06fe494db8387fc78d2b4a4cd15bd888fbd8084953004af50b036
MD5 181f7188b1c59596f02fc2db5bb89965
BLAKE2b-256 9f4a1593e7bcb54228b0d60fd4684843e1ed1fb0c6668a9431699ed61d6cb73e

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d460897b1d410301a4b2df98f0195bcd84a6970840c124c07bf14d84e38ef3b
MD5 44f3a1cfc04832d985c921439eba4b41
BLAKE2b-256 b2cfd04176fd32f2f9d1dfbba0010c14d69ea92dd3ff309e63be9d958d14ee30

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp310-cp310-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f17d4d4dc75e79844aab243c802bcfbfffba75c5074b7628ec41c8ffb7f63a0b
MD5 694b8670f7fb107256832b485694664d
BLAKE2b-256 8cad7780c8d798d9f06c74e8b2bb71fe4e470784bdeec466fa8bf2aec395f09e

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: teslasynth-0.5.4-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.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 713f0fbc740d59e32cac6b0d4c6f04e5eac5393fee08e0c08239f3e1023bde44
MD5 9006639e20f6ea4144f10d41568431dd
BLAKE2b-256 9c1098e6ef9284e37c64b1c5f1e84fe7168d44386e844c57f9c10ee719d43e98

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eb159cf03476365b9557bb0f752badbb6631c9392720995426dad24179c0f785
MD5 5eb604ee86505d9d93f91e63e753c78d
BLAKE2b-256 2e50c43bf1435d76da63d72685eca76c39426f1a844eeeeb4ac4809566661e82

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8cb146bd6fa22864238a42965ba518c03958d5476737b46025007fa00f7f3d8b
MD5 b65d1051f2b15759c90d2f02d9e98373
BLAKE2b-256 b13e3bb5b6679acd4bdcdb2bcc530971eb2db82fef4b2e8265fec5c56382ebb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77455d1d4f3fc3cf90e2d6451a9a5969c16c7aa5a92fdd1619ee82fc730bb7ec
MD5 ced55d3b90b3f99b78acf215ac2ef00a
BLAKE2b-256 25392f753b74c22dbaa40a29da99d8629ea4972b04143186c6e3b4edfb96affc

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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.4-cp39-cp39-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for teslasynth-0.5.4-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b1492eccdcf609b63b6f67adc200f5e05be1803844a95768cbd49efb08d727b3
MD5 87f7f6a68b082ef6bafc8a904a3146d8
BLAKE2b-256 99740a7b65db40608d0164083daee285ff6a33aeac7dead2550058d4597eb384

See more details on using hashes here.

Provenance

The following attestation bundles were made for teslasynth-0.5.4-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