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 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.5.tar.gz (220.5 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.5-cp313-cp313-win_amd64.whl (116.2 kB view details)

Uploaded CPython 3.13Windows x86-64

teslasynth-0.5.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (122.5 kB view details)

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

teslasynth-0.5.5-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (115.4 kB view details)

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

teslasynth-0.5.5-cp313-cp313-macosx_11_0_arm64.whl (101.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

teslasynth-0.5.5-cp313-cp313-macosx_10_13_x86_64.whl (107.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

teslasynth-0.5.5-cp312-cp312-win_amd64.whl (116.4 kB view details)

Uploaded CPython 3.12Windows x86-64

teslasynth-0.5.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (122.5 kB view details)

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

teslasynth-0.5.5-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (115.4 kB view details)

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

teslasynth-0.5.5-cp312-cp312-macosx_11_0_arm64.whl (102.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

teslasynth-0.5.5-cp312-cp312-macosx_10_13_x86_64.whl (107.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

teslasynth-0.5.5-cp311-cp311-win_amd64.whl (116.7 kB view details)

Uploaded CPython 3.11Windows x86-64

teslasynth-0.5.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (123.5 kB view details)

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

teslasynth-0.5.5-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (116.3 kB view details)

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

teslasynth-0.5.5-cp311-cp311-macosx_11_0_arm64.whl (103.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

teslasynth-0.5.5-cp311-cp311-macosx_10_13_x86_64.whl (108.0 kB view details)

Uploaded CPython 3.11macOS 10.13+ x86-64

teslasynth-0.5.5-cp310-cp310-win_amd64.whl (116.5 kB view details)

Uploaded CPython 3.10Windows x86-64

teslasynth-0.5.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (123.2 kB view details)

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

teslasynth-0.5.5-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (116.0 kB view details)

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

teslasynth-0.5.5-cp310-cp310-macosx_11_0_arm64.whl (102.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

teslasynth-0.5.5-cp310-cp310-macosx_10_13_x86_64.whl (107.6 kB view details)

Uploaded CPython 3.10macOS 10.13+ x86-64

teslasynth-0.5.5-cp39-cp39-win_amd64.whl (116.8 kB view details)

Uploaded CPython 3.9Windows x86-64

teslasynth-0.5.5-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (123.5 kB view details)

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

teslasynth-0.5.5-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (116.2 kB view details)

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

teslasynth-0.5.5-cp39-cp39-macosx_11_0_arm64.whl (102.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

teslasynth-0.5.5-cp39-cp39-macosx_10_13_x86_64.whl (107.8 kB view details)

Uploaded CPython 3.9macOS 10.13+ x86-64

File details

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

File metadata

  • Download URL: teslasynth-0.5.5.tar.gz
  • Upload date:
  • Size: 220.5 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.5.tar.gz
Algorithm Hash digest
SHA256 53222c32aa4a023293153e8d815fcc2434d0e9079a0c4b7f44894c40bdef88d2
MD5 db24ff54ec4883f9fc11cc8397818045
BLAKE2b-256 40b307e96cd4fe826727e899d3bca58fd2f6d6e68c356bcb7f762955d58e325b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.5.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 116.2 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.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2b4896017a2b48b469505ab2648fbc4633a5c20700de0d53be823665cbaa93ec
MD5 7f6a1bbb6a2ad9602b731a1a8ecdc6df
BLAKE2b-256 e652699f6108f30cf5d1ef8c7f83a55f88b6da504dbf7b84d11c316f60eb4b5a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 85b958af67e142c3fb164a2ab029ab60682faa5bad7b5068485e0a29411402c0
MD5 6146e59e66c65f3f69045d26f701ca94
BLAKE2b-256 c762d334563b09551d916e8d3960a9599516c58b43d0de6aacc70903b209b4ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 219f1f24ce306b8caddbe6e86994159b8be46e21ef4542ccaa4e3faf2663911b
MD5 1095bd6800fa98669937ef91d05b0426
BLAKE2b-256 92334ad9a0e08eff1407beca4225dc2be5593f66a3ded9599d3d3efd2a752a00

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b5521200741f7d73ad31bd40dca479c60ab96b6e5041d8b33f73947375107912
MD5 2036c461335960d05b2ace4820b479be
BLAKE2b-256 14e350ee5f4bcb185ea107918f2da1699321330bdcc7a02685e0ac5265c77887

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b168ec88dca930849cfbe4c788c9a22c3517b7e30a8239c944e4dbbbb7110137
MD5 44e846ce80ed0a7985c62547c592c4da
BLAKE2b-256 f61b581326f8763622e20eae08aa3c62326e10333e1ab51649d183143067a4f8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.5.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 116.4 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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 05e0f8c7c2b1243031e71fcc6e1f684c7adf6e7c9a0a0b98381592d60bdeaf04
MD5 692b29e0b6cd20a135392e483ad34c6c
BLAKE2b-256 3f4ee6ecdae6b0c79f6aeaa4801b70a7e041bbaf97858092c91a1379f75042b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b7e9facf197fe55d375f7110622d87a5582d26555be80832a5007d1a1685c02
MD5 6af2897e2a54e09a8b004e2106f744e1
BLAKE2b-256 8bb7b4e8742d7bc7f1bd3c4c12ba0a850810dd661e5b1f88c4c1240a8cae0839

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0ac195fb97bebcc7522fe7614804bad5f370fb276e94d36d8b73df6ab435c427
MD5 9471de8bc9f3fcae35e2919a3060fd20
BLAKE2b-256 79e0827aea1694d563d457bb70a6cba8517f4583de76189412a098e4c7ca2e03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5793388c9cd66bc3083114b0471a31de9a81578f7df84cabab7d4d090ab53473
MD5 937a4aac16302d5d0526e8d12bdc141f
BLAKE2b-256 5cbc1d2be236f3bf78ee89e95794a44d4ca76626cda59820c33c7c275f905214

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 362cdfd5ef3dd5613f9b42e9b09b8b18625d2a65cdd7c0ea478d778c23141460
MD5 0e6eb4f8eb73b728f4d95c71aa455834
BLAKE2b-256 832c55fd9788d12953c3c9a52a43b938776d6694e115f579837a081561460594

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.5.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 116.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.5.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 88e429b2bc061b33efaa71dcca952bc8925f0bac9978306bf4a28091e598ef05
MD5 e89023a63eb9471659947efe10e505fe
BLAKE2b-256 3fc0aea97216e2796232cca0c10626e37116c3ad90fb3aa2180d24f9b719abe1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ebed9ac2c1bef2a377754fc94869e06f5963a299b611bfaab9f8ec6f8def5398
MD5 2816cfc2fc545130569c9fd70f60dfbd
BLAKE2b-256 3cebc5fdd33f475352cdb9a754739449c5e9521ee0d5cec43bcfe90a85a1ab42

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 385d61b47feae94f8dd7294bb3999745dca356cde9fbb7517c8ee97ce7cd90ea
MD5 6dfe3a4930d52d54123bf419489f20d3
BLAKE2b-256 adfb08ece0e3c864c0bc9fddf5c581f5e2dcaeaefa3832c9c11e45e204cdacf8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb51081b2ed1a6a3813066348c34f147795dd66fcdb908fffda1efce8189d6bc
MD5 e990035539f1ca798efe887dd8a4016b
BLAKE2b-256 6b6c5f5381654119df803d1ab241edd65ca1e2e8b196252db77c048064eb0132

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 02b759dd9cbda5a9361b5009a6321d3f502c1fda08418c06bb946999d24bcf3b
MD5 7bf008d3898cfcc10e2528bfccfa4cd3
BLAKE2b-256 2278e8e02b1da391349bf97ca7d3d5deb75136df780b7d4ca238a1ae4275faaa

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.5.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 116.5 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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bbca779ffad503249165890be868dcf300c4db40d03df05be7619454fcef2a22
MD5 306bef96a5bf9a1e193887a67dc4a8aa
BLAKE2b-256 859bc71727bcb1c1afea3b76041932806ec03fc43b8e92089949bac01864d625

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 535926bcd92505e091b2c8077bca7331993c5b22ee60e0fb3d70d4e692617814
MD5 9ff6b67ef29f2bd37b2138b6e5010fb8
BLAKE2b-256 eae1536b501f70f0852f52e3beabc19e4babc58eb44e81eb9e7a167b6682b6b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a3e8a2f6609148b5e238ab6ab2e680d14c741b13baf7662f36f9cd65adc2215
MD5 b461a01d438bb33f07a974bea8130a8d
BLAKE2b-256 4413afc95645187687fdd1a6c29959676af3799bfee13a9b0ffca7b85168f0f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 371fd1c1611939b390224ec41252bb9af5696d23f0c9c3dce9778b2d964dff38
MD5 3c07dfaba37520b62f1d91ffa07bbfa6
BLAKE2b-256 dc8ea33dd69aef16761b109fec6d8b4023055a567d016cd87f299b5f2862b9e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b066f5d56ee4056eb258faa745f93d4757a3016f9de7d7d346806b7c5f37c634
MD5 0f285afb04a651339ed70c40a98d305f
BLAKE2b-256 94323aacc63aed85e11bcf142a4e67ed0996c294530063babf25fff3c8a6b9d1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.5.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 116.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.5.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 34a58ac699f6b3dea6157dc1970908fca55898d3b02db2d63dd1ba2b0aedaa01
MD5 fcae015cee63c8434f4434d13229a069
BLAKE2b-256 65153301e15b129e2ce119f62b037914b8c1de8e9a3431a4ee1367753d679908

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 88081664ac64ab5038b8b80df622c45d89ad6be2949d6136f58bea1107783809
MD5 3bd73fc4af416175323bd7055ec32a8f
BLAKE2b-256 c973403f957d0d973157066c4c76d3475a829d0eaf8007b487f2a04cf730ca24

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 558aaa0f6d800e097424510956122ad12e2b3e71a71b76e6553060c7e312c344
MD5 5e550a31f926b05f0f851a556aff48ed
BLAKE2b-256 e7e20a1cedfa64c7e60ca9ceb7da755392db830d9617311170478627f4aeb050

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aee28d079d51c5ebd79c636f4b63294851812e26da467b953ef6e35b1e4d8876
MD5 70528f0e51117740e54babfeaf3c6f99
BLAKE2b-256 6864704acb14627a0d7932aeb82926e0d598e4c708f307beec2a0629f27ce5ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.5-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3b943b8ef1f7ee7b0deaa616fae452e601649eef9a0fa39d07cc0ab8d96a41ba
MD5 0c85d0d584fa137cec05bf9589df6f66
BLAKE2b-256 9b87ebeabfd649bde0b69d83933a8015e89f3ad81982669fa770c8415db30b4d

See more details on using hashes here.

Provenance

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