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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

teslasynth-0.6.0-cp311-cp311-win_amd64.whl (117.7 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

teslasynth-0.6.0-cp311-cp311-macosx_10_13_x86_64.whl (108.7 kB view details)

Uploaded CPython 3.11macOS 10.13+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.13+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

teslasynth-0.6.0-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.0.tar.gz.

File metadata

  • Download URL: teslasynth-0.6.0.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.0.tar.gz
Algorithm Hash digest
SHA256 d8bed05997e423edf8218625b9914fc6e810494958b2a8e9fc6968215c4dfdf2
MD5 315680e94cbb4677104fd6f656ac53f1
BLAKE2b-256 7c17b68c5b111df6980183d00ece220db78f467e4b0239f5d71ba10f6997d399

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.6.0-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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0bcef5ce68c99c106946ea387567f9878a6ae165020d85f59ea764ca5b95b9d6
MD5 cd04fe68cbfb7761bf9a9a982502094a
BLAKE2b-256 a9329515fad72307f7ab33895355993972d9f190217ceb88df1a00e5db9e5290

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a5c740a2f851ed12cc77ea4dfd9be44a5cea69ca6cf79c1de0f9c28b67a35a37
MD5 4b5c25575912e92fc03b7de42c6dfde1
BLAKE2b-256 e252a4441fe621d2dec578340fca124ae23d29715e661ba8e0b3f6d57fffe815

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a2d26e48c010d5b40a88164115953caba0593fa21fa522f02a10f855bc44be61
MD5 d8989ae0a9d1c725bf761def3640edd0
BLAKE2b-256 f15493e9aaa97d876eb2a8f22b7190c5a435763f7e4c7b4874b3a2656faf5a12

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f508345cf4721a32d1b860f387d1dc5dacd6672f23bdaf68202643437200c95
MD5 5d35e249b9a0a6d24c7c6d1e4643b4ee
BLAKE2b-256 579f7bf5c842bb45bcd9c7e9b8773378df09e2d0ef98312f87ccce5cd4f3fe76

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c239f065b5144f82dcc7b0b4c23a30375b4e73b46a965844265cd2594c3b7491
MD5 d23f007bfd62804ebed1cecde48f0c1d
BLAKE2b-256 582127d223508333654f0d9b1156afe6374d65d3ebb10c54ccb092a75242099e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.6.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3ff34de01eb6106b2c0c52d7bcb934ee34c50a5f0ef32c52e85158fde26cba34
MD5 51917d9707db345d2384a7552b894e5b
BLAKE2b-256 837eb7b7d2b4fb8348cafdb26e55b81ffef66fb643d18fae21737b8dc5f57b32

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fe9af112acaf112be2a33ddedf614d6f9910eca81969b24367a4bfe8abc50ed6
MD5 225b785d9625207a62ab9d3a908f7a14
BLAKE2b-256 7812f97fab5d1e2642d2148911bf970e85fc4385022a5371265f053c4a6b02c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1cc528cee6f4f4745e20819dcab6eb7c03edc633ee7ff0be595360c56d248486
MD5 1e0e815847df1b9e72bdbf9e70c04766
BLAKE2b-256 ba318e42c93621da9f29f971913aa75364cae63d2977aaf9f390f497d6c52ba0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb71e7672c0fc0caf269684def135fb71fd2e6434963dcc0d8bb45702815ce97
MD5 db9544236fd1c86cbc05fadcdf537b78
BLAKE2b-256 30da08c32ee09dedf1ad9aaeafe49ecc39d463dfee57e52034dd0dc7a8817f49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 426abbfb0da95224f47f01236c5d9ba795df53eaed148e0691b6ae78e6fec141
MD5 2f58ccc535746ab04f2dfaf936e24261
BLAKE2b-256 2b94aba8b3b825c36752ad4fe3e65f14121bb76eae7a22da84a895ff8c83de4f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.6.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 117.7 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f7b7ae95dbb9617f747d5892028b66f5b8b41a62ba3163b16e997417764d3c86
MD5 787b775345d5d8043e56ff3807407b4c
BLAKE2b-256 81d0fbef4435b495c164ea12b8d5774424a6c1db6c236ea5c58b1b7f1891a4d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 16ea3f121ce08337a6ca6255f520c89145696e95eb1740fd6b16941ab299cb26
MD5 0bb8c208599ce71e8db5efc9296cc5f8
BLAKE2b-256 d3eff47378a7843fa08ca2e2aec88a26743640dbfebdd88c3c8aa29978814213

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2369d6a3ffbb892a88ffa7016b9aafe6115ce6a9229dfe1ce5a4523df5e72846
MD5 dba1ab3c464d78c460077636adff2a40
BLAKE2b-256 3277524bba9b9456409a81d6e615743cc7ebd15dddbb30dc59893968cee7c51d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 588259caf84472a5445d46eded129f5e885b70e631c354ce95fad82be9394529
MD5 71c6f2101f665f94551f060fe6fb6425
BLAKE2b-256 5295393199446af66adb04f4c0967335538d25c35f9047890ff9e8ddf40d9e46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f628163ef778d4a7707b7c5eb9fc7a6d5661ed9488433f11f05b10dc6d635cc3
MD5 5ec4124a4199cdde294d9871087eee3e
BLAKE2b-256 ce561bfcbd0ebe8d3d90c887b274150cca6928fca71877b665a86efc313c12d6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.6.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 aa2aa7fbef91fca17698ad2c68344364bc753b7825e340184d4be060a1bd40f9
MD5 22238b35d3d910eee5fdd0f254303597
BLAKE2b-256 7564594a815dc3dffe93af0b31a7243cf8df1ccf07f3920d3b9507ffcf058350

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 140bcf42817eacb5c28977806368c48cc387e51781a818a24dea1a5cec3be4ff
MD5 36579317cf54da9e27dbd22229a7d374
BLAKE2b-256 0a3bda274bc87520cb32a3597c1ebd92a8022216a703cd3103cc18c4cdfe9fb0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b82eca0e3aae926b43674ed2416114fce332edd8945aec6a18f86d62d6a77b9c
MD5 8f571d17b22fa22c02078051a0e498dd
BLAKE2b-256 602970190b060d85566cd5859aa2319cbef868a3baff9cc94c9abcaa9f412f96

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 069ada7272c3a5c5cab2da1c80008bc0c2fd154a8b743f7a31f2c340083f3ba4
MD5 f52c45a4d8655244c636f72681557074
BLAKE2b-256 2fa912732ef2eee69ff5106a688280d13aef2c372a444d0a3e45ace55a5dd0d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a8a2b590e487ae0cdaca51edf33f02edc4d83d053461dfe2d06e49226255b727
MD5 aac9e33c070d0f2783b83c82891d2a94
BLAKE2b-256 ee658c412f117f795555590882eab9a07710a6283460878b02f0c6e407a21e7f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.6.0-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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 df7a2dd35a345f8d627e5db12ce08fda5fc1321386008438bf4019072f292b2f
MD5 efbfa3e8b72d88455b997717b0808833
BLAKE2b-256 2dec57f4a57901c7619e0c62fca04d923d7a99865f565e3fa9e0692f5b7a82f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 355f73f1ceb602fdb4b61ebaeb361195e2d8f6e79380c4a9e15feda729b56595
MD5 0493497fc21d1de390a8191e510621f5
BLAKE2b-256 4f2c28483a44da86c88a3550c2bca4fc5ae16f57a9442497b5374e1a4b83b337

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2de9b06a6cf7400dc03792c36c509a5c5472bdeb9b159e4a5b7527a69de5813b
MD5 b0806ebb69273a5cf6112f44d1fa02ba
BLAKE2b-256 ec121597570d3f14191515e772afa6f2c50579a0b4e97bc561b51819efa8ffae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73cf4c5eb4e44af96ca92b1c8aeb58e54ce056a907ad79bc4f2afad3502c84ac
MD5 80c1beb281af4383f9b72d48e482c252
BLAKE2b-256 7e0e6992591e42d5e6f47f578f5a4ae3270f22f006f1903ec539852b43f231ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.6.0-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f2c649997fbabf19a01adcaecc834505666e8c16d1d4947d81bdc4fc519a036b
MD5 84d9b71d9a8e686e4cc26459b5ec8a51
BLAKE2b-256 9b346f37d3f6c6be59241c8f2d37d6009b81cb210bd4be0b4e1d9cc6860613b4

See more details on using hashes here.

Provenance

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