Skip to main content

Python bindings and analysis tools for the teslasynth firmware

Project description

teslasynth Python library

Python bindings and offline analysis tools for the Teslasynth MIDI synthesizer firmware.

The library exposes the same synthesis engine used by the ESP32 firmware so you can render MIDI files, visualise pulse signals, and tune safety parameters before connecting any high-voltage hardware.

Licensed under LGPL v3.

Installation

pip install teslasynth

Optional extras:

pip install "teslasynth[plot]"   # Plotly visualisations
pip install "teslasynth[wav]"    # WAV export (requires SciPy)

Quick start

from teslasynth import Teslasynth
from teslasynth import render, wav

synth = Teslasynth()

# Render a MIDI file to WAV
wav.write("song.mid", "song.wav", synth=synth)

# Or get the raw pulse stream
for time_us, on_us, off_us in render.pulse_stream("song.mid", synth=synth):
    print(f"{time_us:10d} µs  on={on_us} µs  off={off_us} µs")

CLI

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

Documentation

Full documentation at http://projects.hnaderi.dev/teslasynth/python

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

teslasynth-0.5.1.tar.gz (231.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.5.1-cp313-cp313-win_amd64.whl (114.8 kB view details)

Uploaded CPython 3.13Windows x86-64

teslasynth-0.5.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (121.0 kB view details)

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

teslasynth-0.5.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (113.9 kB view details)

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

teslasynth-0.5.1-cp313-cp313-macosx_11_0_arm64.whl (100.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

teslasynth-0.5.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (121.1 kB view details)

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

teslasynth-0.5.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (113.9 kB view details)

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

teslasynth-0.5.1-cp312-cp312-macosx_11_0_arm64.whl (100.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

teslasynth-0.5.1-cp311-cp311-win_amd64.whl (115.3 kB view details)

Uploaded CPython 3.11Windows x86-64

teslasynth-0.5.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (122.0 kB view details)

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

teslasynth-0.5.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (114.7 kB view details)

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

teslasynth-0.5.1-cp311-cp311-macosx_11_0_arm64.whl (101.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.13+ x86-64

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

Uploaded CPython 3.10Windows x86-64

teslasynth-0.5.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (121.7 kB view details)

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

teslasynth-0.5.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (114.5 kB view details)

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

teslasynth-0.5.1-cp310-cp310-macosx_11_0_arm64.whl (100.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.13+ x86-64

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

Uploaded CPython 3.9Windows x86-64

teslasynth-0.5.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (122.0 kB view details)

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

teslasynth-0.5.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (114.7 kB view details)

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

teslasynth-0.5.1-cp39-cp39-macosx_11_0_arm64.whl (101.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

teslasynth-0.5.1-cp39-cp39-macosx_10_13_x86_64.whl (106.3 kB view details)

Uploaded CPython 3.9macOS 10.13+ x86-64

File details

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

File metadata

  • Download URL: teslasynth-0.5.1.tar.gz
  • Upload date:
  • Size: 231.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.5.1.tar.gz
Algorithm Hash digest
SHA256 95fd1928f31aa940550bc5c83fa6e4019f25efeab4d90913bee745fcc5861e2f
MD5 c8e78d095c34769aaa320d535596ffc2
BLAKE2b-256 c7310b3ab1166f2d5ea529c8d29ee70f7d2543cfa054c1450b09524d6d9b4eef

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.5.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 114.8 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8098838afda4a54cecded53700c058632293baf178188d2b7e3ffbdd87e6ae04
MD5 d4ebd813956812c360126c656d6baf13
BLAKE2b-256 60dfc60e1274236087b89e8bb9c0c8d1456d9479a73b94e610ca1943974b1b7c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b30eccaf812f8fd9aa1a958e270ccf8fe8727ce9b5a3e0c9784396bf50d70188
MD5 7adf5a2ff6ac104d187d471833cedb54
BLAKE2b-256 7a066292010040ac666e50c9fc185b88074cab919aa219ee81cca1a3d5855647

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 892aeaa5052d8e04d1c99ab76bab46d8656f9fd90ccc14a0ab47d17a2bf60a2b
MD5 23c023d3c116c79c84a024dbea73f2fe
BLAKE2b-256 817b2a06b87ff4865cf9a1d377ea746cebd511f8457f9c4540ca6d56bc7250dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f3d78b4d9795b9e7c9bdb013c716cfed60d5e184d0d93cba179f75ba2643c54
MD5 03979d6ab3ea64af1c0a91dedfc67e6d
BLAKE2b-256 ed09d2297e28701584700ba4945b97f63f527c71032b154e986ff4746199ebb9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6c7b5675277643459ae163965cdd9390aee5c38faa4efac3c2dd68638a83cba5
MD5 1f86dbd8f9ffd5624d4e49267be09ca5
BLAKE2b-256 20e59cd3fc2c02678da4e58c50260b871ce7849044cf071491b6bc5831210483

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.5.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 114.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for teslasynth-0.5.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 735a96626de2f639a737923f802704e17f2d298b303a70dca129b6758bc6d462
MD5 d978843f1d6afdf28853ac37d1c87642
BLAKE2b-256 8bdbbe4e0fb2833d913fa41c00b91526ae4fe4779f655454696447ca6b6d84ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b5db5cc2f4c6d7b947e42acccb169a8fa9b14d62a791cfde88ed77b5de19c301
MD5 cbd790a0b0d108d757bce69545396241
BLAKE2b-256 5494502204d5a883c4c930c69f3385d6e6f865ba3c0909aa1826193164bf3c1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4ab083c3317702893add2de66a584642325c6286d1aa5e7700ed671f5a736cec
MD5 af5a876dd8466a8455c5005fbb232ec5
BLAKE2b-256 5f3d780145f8f7f3c1e00a08d7bc2875c411a99a5363c53fe097c5fade8cef86

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35d95dc9f9a8cad4df3968a70989f5fb73e25338d008d4daf0ccb4674cc98dfa
MD5 536cb196630333a403c4b83f0ce32df6
BLAKE2b-256 9ce7ec7aafb0f8be7c02e77c3f4c98a1d0d8e8f53d68890122a71ae85c2c6514

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fafac86cb666d2c976c38b01684df3621afe26bdac1a805e0fdb736004ffceb3
MD5 1a986932174618694521fb081723a8d2
BLAKE2b-256 b0f81ec82c7b8318ec39248f34710c5c5c80f4f42cd493c6b3e9a61e0e81e216

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.5.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 115.3 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e1fb18ce6c65b05178789b2fb51e0752a2b60940c3bda40782d05bfda0bd387a
MD5 1f89c93d942911b441c14ef33556ca00
BLAKE2b-256 671fe3d69ab32e4f4686b94e29755fa606fd67d845ade2aac44283e52f09c7a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 652ab9729c7b6d92b4096564bf311a923d0c907c2f052d8f420d8d8603e74306
MD5 c726c79d3510f4fa1e0d896c0264f1dc
BLAKE2b-256 63612fa0773b58ca8b16c5dc2f3cc6169d60079b3e22077f84df6df4c74f0acc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b54e22723dc94f48c1d94f9f82313f07f314986ab5204a2bd2121f86353730c3
MD5 6a050512a83e0b68bfc6db15d2ba3980
BLAKE2b-256 5c8e3cddedc4a66e9c903246c734e8381cf75cab515602bc70291952de2c396f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da68be6adc5fa684a4eae98b28a7bf0146143bc12eec835eeb663c86c8b7fe51
MD5 5f9359870e2d494d6e14441910eab04b
BLAKE2b-256 fc25f20db4fb3919fb5bfee05529e289defc88f1a626552025e2ef951715bb02

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9ac3a1a84f75b4930ad0252dca6f52cd656e894c49d574eb20a2dfa143d1c191
MD5 d980f2f7c6a3f6e964604df0541f8fcd
BLAKE2b-256 565f288507c79776c9c60be64616bfc8fa139738a44dac4c847ee8b1e88d4f6c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.5.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 115.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for teslasynth-0.5.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bcd2271dd899da4b315df394f00b4c19c1a15dd509b0725f7adc2a8edbe5858b
MD5 3db5d12a9a348f9ca3e892bc5ef38974
BLAKE2b-256 2ca5ee5dd48187a118ff71dcd6408548308e49f7e700608de10c503117d5e969

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e37cd22d3311046cfe0dc8e93877d06d9f04caa3de6e64437ad8d731f678198d
MD5 f8c57d6a0473b265d70e6b5a230e72ea
BLAKE2b-256 ecf37dac977bf72ee9a435d3d487ba9b91e12d98b28638711e2e88aa112bc306

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 85dadf4d1c207a2b972d5259da612fbaabbb4f499d4b89692f30d09a99cfc2fd
MD5 261deb25d25cfcfd6cb0148cb422a9bf
BLAKE2b-256 cc038f7b20bd7c37358bec0c8dec467774dd8898f5987aeb61e5c360e20dcd0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2996d0e4bd0c602243d497f25ce8fd451f53a0dc4e2241aee62d31e9d990e0ec
MD5 5eeb88b0da5c9e621d4df31099475f82
BLAKE2b-256 ddacbee3a12e4cf13757d76e3964c789c109898b8c397daaa674bbdfeab92b8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 09eacd66c5a6461a400c2d017be21cae0b2832dff3b81199fdf6c0abc7a10361
MD5 eb92f8d627512e261f2b557bf6954e4e
BLAKE2b-256 ad1a76040471985ba87618528cdb6372a7c777874f8901e054e630837044a9c1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: teslasynth-0.5.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 115.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for teslasynth-0.5.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 25b267f7906028b276d37cea303a8bec1ccea78a6f059f0bc74511ff47fd4841
MD5 90ec6ce8c6d50042df02829f7e5b628f
BLAKE2b-256 274500f3ac12d45270d36f7d4a4aec0e677aa464e3fd44f5bfa708a100e7f82a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f53c8c2b4a2f67d67a89ba2521cfa0667c23e491bc4d28177475e35a33f63c6
MD5 848e7d3b004ae668e3df8ea74e219584
BLAKE2b-256 39143307b197ea19cedc904905964dc3fd2d570bb7110488f30b6d9fa5a8a9ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a4bc4823e64baf3fbd5c703259625e30f7ca6106c2fb6ff4e29c24ac820fa24d
MD5 f7e86d5fcf5e6c3d733d584ca5a48c28
BLAKE2b-256 2c04c4a4ded28e0312032d68a3084a3e15ce12bff936313c9e1067e452b3ac9f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0421081fddcfab086fe5438575e4437ba7402d546202d31750d2847722a257e1
MD5 ae8a66ce65f1853dae417736dad726d4
BLAKE2b-256 e647409ee9dba3e7ed4fd41cb3e93d41f0943324505c7452003da428eca81fb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for teslasynth-0.5.1-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 835a06654c0e9d0fddbf16d06740203e42c34ea7d0a8a1b7dc47bea47d007e0a
MD5 7db81112406a0e90863ad8494b96c170
BLAKE2b-256 b4aa8e8af53102d6d04a5724316313fb763edf777000129b87442f88c62aeadf

See more details on using hashes here.

Provenance

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