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

Uploaded CPython 3.13Windows x86-64

teslasynth-0.6.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (123.1 kB view details)

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

teslasynth-0.6.2-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.2-cp313-cp313-macosx_11_0_arm64.whl (102.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

teslasynth-0.6.2-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.2-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.2-cp312-cp312-macosx_11_0_arm64.whl (102.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

teslasynth-0.6.2-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.2-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.2-cp311-cp311-macosx_11_0_arm64.whl (103.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.13+ x86-64

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

Uploaded CPython 3.10Windows x86-64

teslasynth-0.6.2-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.2-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.2-cp310-cp310-macosx_11_0_arm64.whl (103.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.13+ x86-64

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

Uploaded CPython 3.9Windows x86-64

teslasynth-0.6.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (124.0 kB view details)

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

teslasynth-0.6.2-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.2-cp39-cp39-macosx_11_0_arm64.whl (103.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

teslasynth-0.6.2-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.2.tar.gz.

File metadata

  • Download URL: teslasynth-0.6.2.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.2.tar.gz
Algorithm Hash digest
SHA256 a5ba0b5763d5d19c968fd4562643b6754643e3ef4dddb5d9a4063adcd2bdeafd
MD5 01a618a518a2efe87cd6cc679c3c3fdd
BLAKE2b-256 6933fd2e0a7c579037dabfc69847168415d4377800de3f3ed783aa459dc63c7c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.6.2-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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 37cade648dc5038d3be2ffdbcdada67bb4a256c2fb6668513079914928491148
MD5 54868613b7dc2582cdef5e13e179ec00
BLAKE2b-256 d89cb7e92d4774006f5951dcb84b5f93c7cb2b27ac9855be9a1fdbca624382b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ee3e7f1be9af682118636fed05da3ee5ff00f6c9a5d61e0857ea32006806b5b9
MD5 80b01faa20fd1b64a7997543bf005340
BLAKE2b-256 3237c531bdd521b4c2cf2dd43331c82560bd7ce41b04048420d191918d18f617

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c6cb4d7da72a294867ddc4829439d6b423957f5eb81230d3d7c0c6b0b415031
MD5 b7e78cc46abfd376f74273d92711c235
BLAKE2b-256 ab4bf2fd39c2de856a5b2065a2f3ee4b169be3bf541a77b9c22b2e247c68d370

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2b72888eea2a52cde3220cfc239e904c73c8ad6fc15149e8c479cd249cff4683
MD5 6a3c84bc8f274c7b8cb43c8c70e55c55
BLAKE2b-256 a9d36d995e55490612b0f9b4fe33aeda382672a40b9b0d91433185ecc88b8669

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 27f58f17e30f217876cc0b32a7b7d40e203d15ced65a6f6f5b607f346312fbd7
MD5 79d8f63c3277f9d50cbc96b18b54ac05
BLAKE2b-256 a40e948affe29f89668d300eabb5135c3bcb5c8956d93ab65f02a0355a3de0c7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.6.2-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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a5621975441d06ceea8716b31c0725d893e0ddc8ff85a0da13d498f65f789ac7
MD5 683a5e61c273923229b67347449ccd49
BLAKE2b-256 967e12a211f5883eb77634f0f4e25506fa6234a1ccc589cfe5c8662455949efa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8c1256e7427d7618ab780d5e34e88221d49ceb040f43f3d46c4b684e1914502e
MD5 c1ca694b6e728f729b5092d5935a496e
BLAKE2b-256 7e72058d8b1778e40f956b002fb67d3524c6e26e538c373c73be94a01174646c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0c3e90a9f0cb8a9508bd98ab046457c1c870559acd70ab512842300782228f2e
MD5 305bcb7fd6bdf4ff0ebf9dac21b19828
BLAKE2b-256 10aad303f7f58a833098e17673a4cb12ec46b74980b3975229ebdaca68758985

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb583ed69abe8a117097f5691a1db7bdebaa12a502e7f89b487eda43c3883d16
MD5 0c8ec9815e6c1ea6047b4225a209bbeb
BLAKE2b-256 24580b3b76029496adfe6e1135404065cae7e1a1aed7268cf201eae3656e03d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5296d51c41c3f4e4c2439d9fd676a1debb6885cd3a26edf3532fc652ac489822
MD5 6e2e17a2452666030ef0619e7d9e8e4a
BLAKE2b-256 3439aa48310effe76c5f0fa9c79441674c0d72485a96173ddf0a26de4d3be5f8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.6.2-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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5b8dc1c6c7c747d48239f9da37aa4923e5cafa66c4e29bb14781cd9248f073e6
MD5 9146637cba08f2fe4be5caa61422b9fa
BLAKE2b-256 c867b5e2518a052b3e38936a74979cd7884367f0e85080287a7daadbdd873ce1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 309227010bd70332982a5aa32219cd6fec43505f917de1f19530a146e77ba80f
MD5 da7e9065d9d80546d78e8293344e2601
BLAKE2b-256 c562800459429bb5564725350708712e65141b1b4fc72e278b574b14a2db0591

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 03843160e142897bfbc3625a2d09ad1bddac551c5c8730bdf20cb704a1d46673
MD5 6bed281fb704f73aeb26ddb0f7070983
BLAKE2b-256 2eb3eef408a8e614e0898ff3bf48f8e9fb9b87de4c90c1a05f9eec92fa70f55c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d72d18ff77e647962a885a070d0d399c9eda64af515e0cf1d742f6ef524c23bf
MD5 fbc9b9de3cd0657e379d65a45fc75668
BLAKE2b-256 9fae5cd608b25cfdd28eaa455fe35e15e9fd579194fee36e39e612be2ddbd1dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e1f9a818b431217ec8a24ac0900916dd9cfde551e90ead7bd8334d013fed4026
MD5 8a7eb0611dad889fb977330497332f70
BLAKE2b-256 3c2994be83129c6c589caec59385e886258f68a4e769477b7faade899c90c390

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.6.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5ab0f997d5997325a731e3747dcd3e576169f3bde015742eb4de990a1547c9a0
MD5 40d3a2b302a6e51ede30d0a902bc3680
BLAKE2b-256 c5cf6a121d139c9ab7594a67924f115c3e9726a80328017289e30d4b168c2017

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e3904031f012667ae5c3733ad8d0ed30a6133dd2bacc887ea9dfad0711607378
MD5 6e462948472cd98da72700994719457b
BLAKE2b-256 7de4266c6470dad7a4dd7e0d615c67371d28660a056d128d5d841698b95a1fc4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e62b066315dbc26a3b34e226aeb404c016e2344f2617e5aa54e544a3e6844151
MD5 3a5d951f7b90d6db4f8747bf150cecc9
BLAKE2b-256 435ead4dbc1baddd991065c33f7136a24c13a5ac483f5898d808ecdd47615914

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2e4a1f3a2aa66c4bfbe4693a001247d4614b057ac92c9c09d9cc17f4d8253d23
MD5 7ac39d62e8e89a8afb6495879836c4c1
BLAKE2b-256 5e470466f565a1180d13f6374be67a9813d2b6668cb5229323b2ea907e8bed35

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 29e9fcd06142fbc76290eeae7463284c49fd056e4bcf621dfc6dc31a08b3bff4
MD5 d7b32e04fd09f1d23d64d36091a13248
BLAKE2b-256 a6f48ea74acf7d3d73c2b9fe245f4b1f19cdb13d636d63b376dd9005ff5cba86

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.6.2-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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8cc3eecf9c159981adf28c5ef11b7ac69152067a844beeb61af7515777881481
MD5 7fef0e25c442dd72c72d602fc0b39d26
BLAKE2b-256 3ff6bb4562bcac13f523f83f8b84f6c4b19864cf50acb1bba1c64a305dd51e84

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3af87056cdaca91b943c8f786e6b114fd36e3f030b4ebf2f9c74b58a63340255
MD5 8b27fcb54bd30dd90cf1763d8f1c9443
BLAKE2b-256 40207fb51446ef1d62add38a58c37329c23ed6a21679a42f58856d0010c2ce5e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f0583b144802bb391c39acfaef5ed70065412ecb8d01d8b804b57135d4902672
MD5 f4cc5451be0e89c0182d905d668d08f2
BLAKE2b-256 f9abb033668816f0753c7deb855fdd13b209e855adc6c6efdfae80fdcfb4693a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca555ed61acafd6abeb29fb831218e96d8a9a6dd8ee7f4f669465654aa4bb26b
MD5 7dc04b7fcc0704803bf3506a534b0b85
BLAKE2b-256 d34cac65d8abd3abf1fc255e0745d1275990584b068810080a1302693b1d56ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.2-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6564f61f2a1c54c2abf5db18e8c00cadb00eeae2a4564e95a71b19eb40c24a1a
MD5 b70889a42a5f534ba2163e988eb55607
BLAKE2b-256 581372616c5a9d42eebba40a2e067c47208547ade03942319bd9447ef1305308

See more details on using hashes here.

Provenance

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