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/FLAC export (requires soundfile)

Quick start

from teslasynth import Teslasynth
from teslasynth import wav

synth = Teslasynth()

# Render a MIDI file to a single-channel FLAC (recommended — much smaller than WAV)
wav.write("song.mid", "song.flac", synth=synth)

# Render specific channels into a multichannel file
wav.write("song.mid", "song.flac", synth=synth, channels=[0, 1, 2])

# Render all 8 output channels
wav.write("song.mid", "all.flac", synth=synth, channels=list(range(8)))

CLI

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

The output format for render is selected from the file extension (.wav or .flac). FLAC is recommended for multichannel exports or long recordings.

# Single channel FLAC (default channel 0)
teslasynth render song.mid out.flac

# Specific channels into a multichannel file
teslasynth render song.mid out.flac --channel 0,1,2

# Range of channels
teslasynth render song.mid out.flac --channel 0-3

# All 8 channels
teslasynth render song.mid out.flac --channel all

Documentation

Full documentation at https://teslasynth.hnaderi.dev/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.6.1.tar.gz (221.1 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.6.1-cp313-cp313-win_amd64.whl (117.3 kB view details)

Uploaded CPython 3.13Windows x86-64

teslasynth-0.6.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (123.0 kB view details)

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

teslasynth-0.6.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (116.0 kB view details)

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

teslasynth-0.6.1-cp313-cp313-macosx_11_0_arm64.whl (102.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

teslasynth-0.6.1-cp313-cp313-macosx_10_13_x86_64.whl (108.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

teslasynth-0.6.1-cp312-cp312-win_amd64.whl (117.3 kB view details)

Uploaded CPython 3.12Windows x86-64

teslasynth-0.6.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (123.1 kB view details)

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

teslasynth-0.6.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (116.1 kB view details)

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

teslasynth-0.6.1-cp312-cp312-macosx_11_0_arm64.whl (102.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

teslasynth-0.6.1-cp312-cp312-macosx_10_13_x86_64.whl (108.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

teslasynth-0.6.1-cp311-cp311-win_amd64.whl (117.6 kB view details)

Uploaded CPython 3.11Windows x86-64

teslasynth-0.6.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (124.1 kB view details)

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

teslasynth-0.6.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (116.8 kB view details)

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

teslasynth-0.6.1-cp311-cp311-macosx_11_0_arm64.whl (103.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

teslasynth-0.6.1-cp311-cp311-macosx_10_13_x86_64.whl (108.8 kB view details)

Uploaded CPython 3.11macOS 10.13+ x86-64

teslasynth-0.6.1-cp310-cp310-win_amd64.whl (117.4 kB view details)

Uploaded CPython 3.10Windows x86-64

teslasynth-0.6.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (123.8 kB view details)

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

teslasynth-0.6.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (116.6 kB view details)

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

teslasynth-0.6.1-cp310-cp310-macosx_11_0_arm64.whl (103.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

teslasynth-0.6.1-cp310-cp310-macosx_10_13_x86_64.whl (108.4 kB view details)

Uploaded CPython 3.10macOS 10.13+ x86-64

teslasynth-0.6.1-cp39-cp39-win_amd64.whl (117.8 kB view details)

Uploaded CPython 3.9Windows x86-64

teslasynth-0.6.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (124.1 kB view details)

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

teslasynth-0.6.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (116.9 kB view details)

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

teslasynth-0.6.1-cp39-cp39-macosx_11_0_arm64.whl (103.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

teslasynth-0.6.1-cp39-cp39-macosx_10_13_x86_64.whl (108.6 kB view details)

Uploaded CPython 3.9macOS 10.13+ x86-64

File details

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

File metadata

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

File hashes

Hashes for teslasynth-0.6.1.tar.gz
Algorithm Hash digest
SHA256 65dcaa30cc296fbb64c0e3da34e5efb28b893342c651ee99350d63c4323e8cd9
MD5 29cad4e8287688a8c686ce1463fa7135
BLAKE2b-256 18cf565e9da045f673085d4d7822bbc9e61119e68a892bea5754ef2cbbc27291

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.6.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 117.3 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.6.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7c287e982c101cfcaa709c24aafb38af0552f993033f01fd4e663c84d62be032
MD5 f5ce9cdfb00db6c2bb1f60adb37d8768
BLAKE2b-256 80ee1887c408417cab71624a5e7ed04d84b5f9d26d5ea5a1f0d0cad16ee902de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3cd74a161749c20437d92171e48166f9d80586182a0821c400254cda482de3f7
MD5 a486140021d2c327819eabc3fe77f054
BLAKE2b-256 985d4d153e18e98ccb8106e5bfb6608ef1a9e4f550816cb495e3df829a7c004c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4994af316414710a504306f5a120229e86e71f697eec00439b707c708eefa483
MD5 6bc65bb8218213b18e88da1a62514f08
BLAKE2b-256 06a1f63b15bad8d7ef795f65caf68a0cfa80e9f16e7754acc3c2d7f2f1ae143e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6098035651461626ef34c18d7fc0e1445a29435914e1663cc3b079d0951a76a
MD5 b1f2cd1e04345a87b04f909e5a719b36
BLAKE2b-256 a5517bafb2d837fa584b12268ca8493e18f31e0cd55beda56cf59ffbe84e963e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 861e843acb29e5727d3eab0b3d800007956799978a0552aee6ceba2d0e2d6476
MD5 25f04c3aae4b8f94dbe35366822c6405
BLAKE2b-256 3291717d92dfeb759e97573b2f586fc50d4e60de6305cc84da30bb85c0293fd0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.6.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 117.3 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.6.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 94423543c291f7f3ed8d7b9546b1395a31ec04d6162bef807718eec38662cd5a
MD5 f5448f8b45bac9c275ee71d6b62ef234
BLAKE2b-256 36576f6f67c8c720c7909da989c90a4bebf7de6af06180e0db6e07371bba6051

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8af5fb1f9174c5287043d159d960c687a8e85a444b82bc1f83f4152eb946337c
MD5 9873543d6aeedea40e6cee04a1451efb
BLAKE2b-256 1dbc32ea868537b56a538e95caf1dfb6c19978c1882131f205ce74d492dfaa54

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ade527405560cbcc38d7b174435b1c9822de98e0d8a7623e7e8f0a0d6914bf83
MD5 cf50605a1d2efe58d98f06bcc85c617f
BLAKE2b-256 00529b9ae61637be27fa7a6e5d8e6cf98bf981e0de757f928d8b4a68ce0228c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c468a6511ed0d9e13d4fdecbd79842ed1553b1aebc004004736615f9a1f40704
MD5 c8401037921a2132291b423ec4147f8d
BLAKE2b-256 2726e721f91a41448430eb4c4dba611fa8aab5793e959fdb1ceacf222c2705be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c5761d74790896ac99feaf4edbe8163b87b77295bc4e23e0a306d42df082836c
MD5 4662904cf9e41402c9ce614b08ba57ba
BLAKE2b-256 ce478d25af265db8dd0ff124047364bc105a6a0eb377ccc04bb565779f05f1bc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.6.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 117.6 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.6.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7762ede8459f9691a35e4631773e587340b56af0f6fae2378fad631e1cd77a94
MD5 e882f0d304636b39f3a0e85cddae734b
BLAKE2b-256 890da7707430d4f154ca0860809c3e56fccb3d9ad1779861354a3e7bb10ed2c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 36b6f94bf687678418940031f85ac77b4b300ce0692f73fbadf11a609621aaea
MD5 050c0ec63b65da281cbf4a8c54f8f75d
BLAKE2b-256 9d06fc5cefeb6b32802b79f14471103397857f540bbe7fc0704a45ce8d8c0188

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 03767f241c7618b9dcd82b972d81ddc174a146ff43919c11450dd8777cf1ed33
MD5 62eed76f60aca9fd2a4cf3778ea0b68d
BLAKE2b-256 c570861828594446a51b7bb79fdd8c8cac9782ef454c4cb7e37a3849ceb0d816

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 90e6b9faf71a9d20a757c33976d44dc7a0f0d9803e0f69c211fc3e40063af005
MD5 b598700abee3b55fe74a78a029618d91
BLAKE2b-256 60f40948c90686f1c8f120545a34ebfbddd2805f00c9bb0fc462c2cad683c46c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4298ad85d8cb560958b1538cfcc1825159695d454f08609184f5b6e0a05f217b
MD5 c2f75bf4b4c61bc4f6a0513895023657
BLAKE2b-256 cb26a98a2eb35d3b0c11bea23b0fd4d5b3aebb865d3432f0e4484cb26f343bc0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.6.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 117.4 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.6.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2e4959c8810bc6f183bda1472fb21cc941099366109bc5e1b6bc8e8cfe2dc4b2
MD5 eb9f4323eca31c89b3297db8450db393
BLAKE2b-256 5d72aee1e118b1ee648d905547f0867e57e860b0bbd5da979c35cbadb746e958

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 97a042b0c9ca07cbfc3cace559b83cea98de8aa280c8abbff2bdf7635edd0768
MD5 e13094a85924124b1d646a26a6701f54
BLAKE2b-256 66a6b9c7da257fb4302db3ba3eca9bb1763483c73f886cd6a28f149c657b14ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f00d40941c60847b070905e52cf086598c798199b22a2c322821af6738bc688e
MD5 ce143dd18ce44d7284cd9e1c65be1bd3
BLAKE2b-256 0cd8fb5d87c85856c25c8a36cc9f1af9f34d07f09c24a3db62ed8762fab9027e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c3325ee4ab2d4cc35d0dff89532e029326b906683c869b3d3ab5f27abe18deb
MD5 cbe9a0020b153f33ef7ce8960561e510
BLAKE2b-256 b3092b6b91a76ff485b6806b4ce2fa3231f02ea2a5d6a100893c190b4438b9cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 43a7e1b0dbef5cc5bd85258e1e2eead695a1f3b75dcb963e458686d982776f37
MD5 4d91dd97a33a11ac7d142eff11c85ec8
BLAKE2b-256 1143ef60405defff28f3b119d5034f32dc5b5ab358bdfada1a8d2583dbc2c0ff

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.6.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 117.8 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.6.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 64cb03fe764a3cedc6ec1105b399ac2208fe7e74c1d1340c9cbf7eabea3869fe
MD5 59137211cdd785c58c54088c7d5d58ba
BLAKE2b-256 5162235a019eb29c8b324d40c7273a51167e5377597f20e31d5c606974b8eb9e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 95cf7673bc266bdcfe07cc718ed493e1ca58d49e584f5c0025384e3ed380efa0
MD5 cade0f64a7116be8751a368dc52c37b8
BLAKE2b-256 0deca0101d25ed93f18410d2418ae965403cccef91ca9dd31bb32a01d61a5e77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f63c65bad6c186b280b0fdaf420a2e6a8b9a812a27c9f9badf7e48ca844b81a8
MD5 5306b908aa7a69cefd7a353539f8a893
BLAKE2b-256 24bd99352c8d8ea973d3bd0f4973aaec87f15e4ff238a7f569d8cb6e27dde612

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36fc0cd404a4e6c1585bd9c1c61dd2fbef5a0416f7d7ede0e14ec6a20eee1c74
MD5 15f2d8d2186190264aa0b9dd50e77fb5
BLAKE2b-256 d48ce1fc231d70bbe08381977da6ef5ab12caf4cfcce35eb1079e9f268cd9c27

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.1-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8b332cb25184eed7b23200740cefa4d415a8a7b710758cef653f86d8a8aae4b4
MD5 ec0c992f22b7f20b3c93a4feb9bb7a38
BLAKE2b-256 9c60d95f8981b214bf4178ba23405aac1d54fd0595ed69abda4ffe729e488cb0

See more details on using hashes here.

Provenance

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