Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

PyPI Licence

SimplePyBLE

The ultimate cross-platform library and bindings for Bluetooth Low Energy (BLE), designed for simplicity and ease of use.

Key Features

  • Cross-Platform: Enterprise-grade support for Windows, macOS, Linux

  • Easy Integration: Clean, consistent API across all platforms

  • Multiple Language Bindings: Production-ready bindings for C, C++, Python, Java and Rust, with more coming soon

  • Commercial Ready: Source-available commercial license for proprietary applications

Support & Resources

We’re here to help you succeed with SimpleBLE:

Don’t hesitate to reach out if you need assistance - we’re happy to help!

Installation

You can install SimplePyBLE from PyPI using pip:

pip install simplepyble

When building from source on Debian or Ubuntu, install the DBus development headers first:

sudo apt-get install libdbus-1-dev

Usage

Please review our code examples on GitHub for more information on how to use SimplePyBLE.

Asynchronous Support

SimplePyBLE provides an asynchronous API via the simplepyble.aio module. This module is designed to work with asyncio and provides a more idiomatic way to handle asynchronous operations in Python.

Example:

import asyncio
from simplepyble.aio import Adapter

async def main():
    adapters = Adapter.get_adapters()
    adapter = adapters[0]

    async with adapter:
        await adapter.scan_for(5000)
        peripherals = adapter.scan_get_results()
        for peripheral in peripherals:
            print(f"Found: {peripheral.identifier()} [{peripheral.address()}]")

if __name__ == "__main__":
    asyncio.run(main())

Check out the async examples for more details.

License

Since January 20th 2025, SimpleBLE is now available under the Business Source License 1.1 (BUSL-1.1). Each version of SimpleBLE will convert to the GNU General Public License version 3 after four years of its initial release. Qualifying non-commercial users may instead continue using and distributing that version under the original BUSL-1.1 terms under the Non-Commercial Perpetual Use Grant in LICENSE.md.

The project is free to use for non-commercial purposes, but requires a commercial license for commercial use. We also offer FREE commercial licenses for small projects and early-stage companies - reach out to discuss your use case!

Why purchase a commercial license?

  • Build and deploy unlimited commercial applications

  • Use across your entire development team

  • Zero revenue sharing or royalty payments

  • Choose features that match your needs and budget

  • Priority technical support included

  • Clear terms for integrating into MIT-licensed projects

Looking for information on pricing and commercial terms of service? Visit www.simpleble.org for more details.

For further enquiries, please email us or leave us a message on our website and we can discuss the specifics of your situation.


SimpleBLE is a project powered by The California Open Source Company.

Release files for simplepyble 1.1.1.dev46

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for simplepyble 1.1.1.dev46
File Size Uploaded
simplepyble-1.1.1.dev46.tar.gz 401.3 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for simplepyble 1.1.1.dev46
File
simplepyble-1.1.1.dev46-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
simplepyble-1.1.1.dev46-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
simplepyble-1.1.1.dev46-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
simplepyble-1.1.1.dev46-cp314-cp314-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64 Details
simplepyble-1.1.1.dev46-cp314-cp314-manylinux_2_28_i686.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-32 Details
simplepyble-1.1.1.dev46-cp314-cp314-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64 Details
simplepyble-1.1.1.dev46-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
simplepyble-1.1.1.dev46-cp314-cp314-macosx_13_0_universal2.whl CPython 3.14 CPython 3.14 macOS 13.0+ universal2 (ARM64, x86-64) Details
simplepyble-1.1.1.dev46-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
simplepyble-1.1.1.dev46-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
simplepyble-1.1.1.dev46-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
simplepyble-1.1.1.dev46-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
simplepyble-1.1.1.dev46-cp313-cp313-manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64 Details
simplepyble-1.1.1.dev46-cp313-cp313-manylinux_2_28_i686.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-32 Details
simplepyble-1.1.1.dev46-cp313-cp313-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64 Details
simplepyble-1.1.1.dev46-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
simplepyble-1.1.1.dev46-cp313-cp313-macosx_13_0_universal2.whl CPython 3.13 CPython 3.13 macOS 13.0+ universal2 (ARM64, x86-64) Details
simplepyble-1.1.1.dev46-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
simplepyble-1.1.1.dev46-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
simplepyble-1.1.1.dev46-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
simplepyble-1.1.1.dev46-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
simplepyble-1.1.1.dev46-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details
simplepyble-1.1.1.dev46-cp312-cp312-manylinux_2_28_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-32 Details
simplepyble-1.1.1.dev46-cp312-cp312-manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64 Details
simplepyble-1.1.1.dev46-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
simplepyble-1.1.1.dev46-cp312-cp312-macosx_13_0_universal2.whl CPython 3.12 CPython 3.12 macOS 13.0+ universal2 (ARM64, x86-64) Details
simplepyble-1.1.1.dev46-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
simplepyble-1.1.1.dev46-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
simplepyble-1.1.1.dev46-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
simplepyble-1.1.1.dev46-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
simplepyble-1.1.1.dev46-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
simplepyble-1.1.1.dev46-cp311-cp311-manylinux_2_28_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-32 Details
simplepyble-1.1.1.dev46-cp311-cp311-manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64 Details
simplepyble-1.1.1.dev46-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
simplepyble-1.1.1.dev46-cp311-cp311-macosx_13_0_universal2.whl CPython 3.11 CPython 3.11 macOS 13.0+ universal2 (ARM64, x86-64) Details
simplepyble-1.1.1.dev46-cp311-cp311-macosx_13_0_arm64.whl CPython 3.11 CPython 3.11 macOS 13.0+ ARM64 Details
simplepyble-1.1.1.dev46-cp310-cp310-win_arm64.whl CPython 3.10 CPython 3.10 Windows ARM64 Details
simplepyble-1.1.1.dev46-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
simplepyble-1.1.1.dev46-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
simplepyble-1.1.1.dev46-cp310-cp310-manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64 Details
simplepyble-1.1.1.dev46-cp310-cp310-manylinux_2_28_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-32 Details
simplepyble-1.1.1.dev46-cp310-cp310-manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64 Details
simplepyble-1.1.1.dev46-cp310-cp310-macosx_13_0_x86_64.whl CPython 3.10 CPython 3.10 macOS 13.0+ x86-64 Details
simplepyble-1.1.1.dev46-cp310-cp310-macosx_13_0_universal2.whl CPython 3.10 CPython 3.10 macOS 13.0+ universal2 (ARM64, x86-64) Details
simplepyble-1.1.1.dev46-cp310-cp310-macosx_13_0_arm64.whl CPython 3.10 CPython 3.10 macOS 13.0+ ARM64 Details

Total release size: 59.2 MB

Release files / simplepyble-1.1.1.dev46.tar.gz

Download URL simplepyble-1.1.1.dev46.tar.gz
Size 401.3 kB
Tags Source
SHA-256 checksum
How to use checksums
72a0a5dde2b1084b473aed5c17a229c5ee8960cc65e0261a7ec6ed180b98296e
BLAKE2b-256 checksum
How to use checksums
4e73ce6a51ec4e7609e347bbc887cb5068f27e1d990081eef01779e9f8b99bc2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp314-cp314-win_arm64.whl

Download URL simplepyble-1.1.1.dev46-cp314-cp314-win_arm64.whl
Size 394.8 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
ca322dd6b976cd320f447cc1a24ccdbce0d4dcd165675d26d462c0a5704595c7
BLAKE2b-256 checksum
How to use checksums
3da12dbe8b853a3b94f3228ddf48498e4ac5083bac0c6e953884b2e4a1a13a6a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp314-cp314-win_amd64.whl

Download URL simplepyble-1.1.1.dev46-cp314-cp314-win_amd64.whl
Size 404.2 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
3c1a68e44dd4f2d2bb4cab255aca385113c93f92b89edff4260efebc5ddc45fd
BLAKE2b-256 checksum
How to use checksums
c853536fbd50b4f57877863e0a015ff8226831d30a040920636d62cbe48a3230
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp314-cp314-win32.whl

Download URL simplepyble-1.1.1.dev46-cp314-cp314-win32.whl
Size 364.5 kB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
f50449ae04bd8b370298540eac780335fcd05dbb67461018736553818b37c73a
BLAKE2b-256 checksum
How to use checksums
eaefd98835cf9fa1d84532d1b9313c3d4344414a5566739cb10e06bc083646cd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL simplepyble-1.1.1.dev46-cp314-cp314-manylinux_2_28_x86_64.whl
Size 3.1 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
8f6ef35f8da2a1a828896442359bbce67cda2f9af9299bebe8f84db7fb17e088
BLAKE2b-256 checksum
How to use checksums
c0a393ab74971bf7b22c81ffdbc8c3b3ef796a23bec3af66dd1094052b6769e4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp314-cp314-manylinux_2_28_i686.whl

Download URL simplepyble-1.1.1.dev46-cp314-cp314-manylinux_2_28_i686.whl
Size 3.2 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
9de1a86eda756b9f485b35f628e3f86f168c962569ed8ec00d7486549f8d5375
BLAKE2b-256 checksum
How to use checksums
5c39cf1469e0ce425d68c472d3a3617fb71fa9a59daa41afc220e3e1d2a43ec7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL simplepyble-1.1.1.dev46-cp314-cp314-manylinux_2_28_aarch64.whl
Size 2.9 MB
Tags CPython 3.14 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
90a3e0e8d2ecc122a40332ef7a22c719d2e012d3ab8523a8bd3be58163631999
BLAKE2b-256 checksum
How to use checksums
529256632769160aff5edeb33e551b0d69695824724ae01f716077fc97ae9164
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp314-cp314-macosx_13_0_x86_64.whl

Download URL simplepyble-1.1.1.dev46-cp314-cp314-macosx_13_0_x86_64.whl
Size 375.6 kB
Tags CPython 3.14 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
8229e3f11a1a357c75a504b924713978f313e6acaf6f20023e1bfd0cc95ea573
BLAKE2b-256 checksum
How to use checksums
e4c86d8c2490eae09d283af990229e10787d6cbb73de430847a7974daf43d505
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp314-cp314-macosx_13_0_universal2.whl

Download URL simplepyble-1.1.1.dev46-cp314-cp314-macosx_13_0_universal2.whl
Size 701.6 kB
Tags CPython 3.14 macOS 13.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
1c581652125c1cec47f3195f0fe65fd82521be7ba92e11593811ec016c69e54c
BLAKE2b-256 checksum
How to use checksums
ae84409bab28063e52f04cf75b2c7ab28c27bac3a9a1fa6db361a5d5a50ef506
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp314-cp314-macosx_13_0_arm64.whl

Download URL simplepyble-1.1.1.dev46-cp314-cp314-macosx_13_0_arm64.whl
Size 338.7 kB
Tags CPython 3.14 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
d40993dd52d782fcacafcb0776c36609eea1927998c4bfe53d79c491e5ae9684
BLAKE2b-256 checksum
How to use checksums
3a1f42173ae711de83412a1a03a98e82afa95a766f4fee8b1fa70bb3e10c0d6c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp313-cp313-win_arm64.whl

Download URL simplepyble-1.1.1.dev46-cp313-cp313-win_arm64.whl
Size 383.9 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
bdffd6585e8c64ea6764fd3e12e95cfaf3332c750337e416ce2bd66a2ea57c62
BLAKE2b-256 checksum
How to use checksums
2c0dc2fa06517609dd9b1d10b33051e20055a890cc2358140c3b10294043d733
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp313-cp313-win_amd64.whl

Download URL simplepyble-1.1.1.dev46-cp313-cp313-win_amd64.whl
Size 393.5 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
e7ff1c5955cb350bbb4ee856e1a32c854132eb494bcf0fe4f74b65ff7f2c0156
BLAKE2b-256 checksum
How to use checksums
8117e3dc6497cbf2d00af1103349202efd7010bb27a0324bdd70b8954dcc114e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp313-cp313-win32.whl

Download URL simplepyble-1.1.1.dev46-cp313-cp313-win32.whl
Size 357.0 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
912a0bd4db1a034764d669880efc9d73671c7c0b432351d27b0893faab83a72b
BLAKE2b-256 checksum
How to use checksums
0757e8e7e53f58242144148b82771493e1d0581c03d4ffc3fabe44adb27b113f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL simplepyble-1.1.1.dev46-cp313-cp313-manylinux_2_28_x86_64.whl
Size 3.1 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
60aa7aef7048fe4104caf2e9bcebb581f824b2be632d3cad3e4c74af57c84db1
BLAKE2b-256 checksum
How to use checksums
39477b25a430818dae60de8c8aa62b93e44cfdc06e83d92bb0e5ad8bad2e7f05
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp313-cp313-manylinux_2_28_i686.whl

Download URL simplepyble-1.1.1.dev46-cp313-cp313-manylinux_2_28_i686.whl
Size 3.2 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
8cc1bdfe6d882988c5abf9ecf7d411fd001dfc714ac9df4a00ff38e97820eb52
BLAKE2b-256 checksum
How to use checksums
af3bb771a11291176ec1fcdeb583be0c0709dbb2c4e1fbc738957d88faab6c95
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL simplepyble-1.1.1.dev46-cp313-cp313-manylinux_2_28_aarch64.whl
Size 2.9 MB
Tags CPython 3.13 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
26bbddb0ca66ca68996cbd3ff6788511142fcf40e7e72cd57e1b639628bdc79b
BLAKE2b-256 checksum
How to use checksums
132c22adf30e6f5dec1e2e0869eae6d3a291ebd1006c77d08c0a7a5c91a76896
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp313-cp313-macosx_13_0_x86_64.whl

Download URL simplepyble-1.1.1.dev46-cp313-cp313-macosx_13_0_x86_64.whl
Size 375.7 kB
Tags CPython 3.13 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
a569f094c7ca04676e83dad340eaa74c1a547bb6ba88666f2dfda74cd176a963
BLAKE2b-256 checksum
How to use checksums
14849ee02dadfc9bcf746a9c2db379574b878cb95d46a02b3c748859e49786dd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp313-cp313-macosx_13_0_universal2.whl

Download URL simplepyble-1.1.1.dev46-cp313-cp313-macosx_13_0_universal2.whl
Size 700.9 kB
Tags CPython 3.13 macOS 13.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
b1f82c2791f2caa87103c7721067fe42627c56b02bd68c4465712510863a498f
BLAKE2b-256 checksum
How to use checksums
7a9e8c904368f69f0749863650e8ef1ba4e10eb5384846a819c5b586fce8bf6e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp313-cp313-macosx_13_0_arm64.whl

Download URL simplepyble-1.1.1.dev46-cp313-cp313-macosx_13_0_arm64.whl
Size 337.9 kB
Tags CPython 3.13 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
9caf26b4c64b2d77878cc1b293e94197379a67a41f5b599f53a16e1a78bc81eb
BLAKE2b-256 checksum
How to use checksums
e40c62aaf36b97288686646640ff522519c67b845f601fbf22553abfbb85846d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp312-cp312-win_arm64.whl

Download URL simplepyble-1.1.1.dev46-cp312-cp312-win_arm64.whl
Size 383.8 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
059c126b5bd6d1c78f159126edd741aafbbbc39685a0a0bf5fbc53384f330633
BLAKE2b-256 checksum
How to use checksums
2794c58915b7e9d7d2c7726d287ae9847613548346f66da33c226e78354d97b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp312-cp312-win_amd64.whl

Download URL simplepyble-1.1.1.dev46-cp312-cp312-win_amd64.whl
Size 393.5 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
4363269fec65aa783a0ce31f4cf5335d36e0a85644fa2599c283e21f4be6d074
BLAKE2b-256 checksum
How to use checksums
647859f2376a555db621d2dcb1929dd7c03fcd6a2cb740f6112ad06f7dd7d535
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp312-cp312-win32.whl

Download URL simplepyble-1.1.1.dev46-cp312-cp312-win32.whl
Size 357.0 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
df294ac3c486685282d5b82db1e5b144f405760b41626f63750e73fa7a6dff55
BLAKE2b-256 checksum
How to use checksums
83bebb867da6b4bc508bab78aee5a696909c55b9ccff41d64bfe10e2e405078c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL simplepyble-1.1.1.dev46-cp312-cp312-manylinux_2_28_x86_64.whl
Size 3.1 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
7e03b12a10dc48d9da01569c6d8d58b4b234b54dc51055f74eac5a69139c0952
BLAKE2b-256 checksum
How to use checksums
ebfe56930299a76a869d7938ca50517395897b4aa7c328dbf7969eeb97645bf6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp312-cp312-manylinux_2_28_i686.whl

Download URL simplepyble-1.1.1.dev46-cp312-cp312-manylinux_2_28_i686.whl
Size 3.2 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
a62844e43817d02b3e7c2e5f831dca8add57669acded19b0cb735aded75ddc7c
BLAKE2b-256 checksum
How to use checksums
f0b553fa8b0e175286daf8fd57f5d2aaef7c4abe79a86eabd7c2816cb19b8801
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL simplepyble-1.1.1.dev46-cp312-cp312-manylinux_2_28_aarch64.whl
Size 2.9 MB
Tags CPython 3.12 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
445a9eadd560500e2c8cc3241f94bdc68e846d5594c4f3ca91b89ac6498a64ca
BLAKE2b-256 checksum
How to use checksums
c4b55520de58164402fa75dbbaf4db3d33e65e351bd3724bd830fbd9836cfe62
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp312-cp312-macosx_13_0_x86_64.whl

Download URL simplepyble-1.1.1.dev46-cp312-cp312-macosx_13_0_x86_64.whl
Size 375.6 kB
Tags CPython 3.12 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
77388b248274d49490d95801f5757ff5d404dab9fe3e260d15410a4a6ca954bc
BLAKE2b-256 checksum
How to use checksums
6cfd4deabcfdbd236d623c89708cbdf451be371988f25c4ab7863825bf2540dc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp312-cp312-macosx_13_0_universal2.whl

Download URL simplepyble-1.1.1.dev46-cp312-cp312-macosx_13_0_universal2.whl
Size 700.8 kB
Tags CPython 3.12 macOS 13.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
11b8605316485ab10c4ed7462cce7a584ea202f34cb73a30181040cc3b1e6fc0
BLAKE2b-256 checksum
How to use checksums
b5da46db9433fc24c1a53113ddc124aadb473bdb2c7d4f42d68fa480ca69d23e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp312-cp312-macosx_13_0_arm64.whl

Download URL simplepyble-1.1.1.dev46-cp312-cp312-macosx_13_0_arm64.whl
Size 337.9 kB
Tags CPython 3.12 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
22bcfacc1e159eb00126f90ceb4748f41ad2202dd8489970e01a80480a191f2a
BLAKE2b-256 checksum
How to use checksums
153a6c451889878029bbc1b4ada6eb9eff7cd3b89a4cacd24a7eb954cb9b1c9a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp311-cp311-win_arm64.whl

Download URL simplepyble-1.1.1.dev46-cp311-cp311-win_arm64.whl
Size 383.1 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
8bacea4c6361223d207fa9bdd6047da4e5a0591ecbbd380d2c1b1d34d05fc217
BLAKE2b-256 checksum
How to use checksums
80820b532da75765ef3d1ef0f15b1322bff003386eca11663e74487e46df2184
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp311-cp311-win_amd64.whl

Download URL simplepyble-1.1.1.dev46-cp311-cp311-win_amd64.whl
Size 392.5 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
b144b910efc216b435d50c3d3a432bbf89a4030413a2570f5dadef9b1ac1d655
BLAKE2b-256 checksum
How to use checksums
d4022beac4abaca6c2de51dd3878c50d77b05098ef54e417afef0ebe1d8ee9d6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp311-cp311-win32.whl

Download URL simplepyble-1.1.1.dev46-cp311-cp311-win32.whl
Size 355.7 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
5b69deac5b4d9ca176c8bbbda9656776beeeb59ab8b0582a697276b42ef29ac1
BLAKE2b-256 checksum
How to use checksums
5474c1a38296a4f0698695ef48c3ef1275bf4f143a782641695a29416dd4e7c3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL simplepyble-1.1.1.dev46-cp311-cp311-manylinux_2_28_x86_64.whl
Size 3.1 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
34ecaecee37de5c2faf1fd27c3acedec2fc3c06ccd6425ae2184881a16be8322
BLAKE2b-256 checksum
How to use checksums
c65aa8a76cedde2ae0cd5ffe816af5b0c2c4370f85df6dc825bd4895876e266c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp311-cp311-manylinux_2_28_i686.whl

Download URL simplepyble-1.1.1.dev46-cp311-cp311-manylinux_2_28_i686.whl
Size 3.2 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
bd5cdab7b889f60e13e91c79d4fd68c29973b3a1d8f98a53dea8587723731bdf
BLAKE2b-256 checksum
How to use checksums
eb4eb0f18a49529812d4e2a9cd601d6ecf3a1fe9bbf5fbf11859bd9da6369e26
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL simplepyble-1.1.1.dev46-cp311-cp311-manylinux_2_28_aarch64.whl
Size 2.9 MB
Tags CPython 3.11 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
5797a593294da6fc809dcc604d96c8a43a6f2a9b7cb0782043e88c3064e969a7
BLAKE2b-256 checksum
How to use checksums
5197509d97df7bdbcbc382493e565eba565db992cf0cc74b22d7392c56af5d2d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp311-cp311-macosx_13_0_x86_64.whl

Download URL simplepyble-1.1.1.dev46-cp311-cp311-macosx_13_0_x86_64.whl
Size 372.0 kB
Tags CPython 3.11 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
ec0bbb615624c470174e1753eb3ae67522fefda33fbf2fd4c0e3646a01efc810
BLAKE2b-256 checksum
How to use checksums
6c454319b09e7aa1dfa75b0074af3cef3ab47e20f09d69306fdc1f1ea86a63f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp311-cp311-macosx_13_0_universal2.whl

Download URL simplepyble-1.1.1.dev46-cp311-cp311-macosx_13_0_universal2.whl
Size 696.2 kB
Tags CPython 3.11 macOS 13.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
4d336f789e54e5946b30725adca87acaf1c2e39300770cc85c98ea4be199293f
BLAKE2b-256 checksum
How to use checksums
60189561fff4315519e2e4a3868927b63b7fb82a7583469a0303b5c344afb60c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp311-cp311-macosx_13_0_arm64.whl

Download URL simplepyble-1.1.1.dev46-cp311-cp311-macosx_13_0_arm64.whl
Size 336.8 kB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
e118e211d2988a1f4cbaaea185d12f42043fd8706c619827d6a759d57326c819
BLAKE2b-256 checksum
How to use checksums
7a50c47b692185a6efc5d3691d6ec0de77eb8466daccbfd13880890fe7c06372
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp310-cp310-win_arm64.whl

Download URL simplepyble-1.1.1.dev46-cp310-cp310-win_arm64.whl
Size 382.3 kB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
5f2b80491788ba4d49a40ba787881db03b3102ee0ac23e2cd0d71ed48c252202
BLAKE2b-256 checksum
How to use checksums
c3da9850a41d8edfb1a70438b334dca7c0f5f4c2917df70de15287d20bb5c398
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp310-cp310-win_amd64.whl

Download URL simplepyble-1.1.1.dev46-cp310-cp310-win_amd64.whl
Size 391.4 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
8cc737a750d92aa8c19430530b6d61409e3fed04901984d2cf25984f221e6602
BLAKE2b-256 checksum
How to use checksums
75345105f078d101bac79c26d530fffc375121d0d729d5aef4b9a578d1c6a234
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp310-cp310-win32.whl

Download URL simplepyble-1.1.1.dev46-cp310-cp310-win32.whl
Size 354.7 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
395886b919ceb83597105e886879d97b1a3d14be0a6b20058fb6dfa39c02f632
BLAKE2b-256 checksum
How to use checksums
900bb90dc7fefab41d9dd4864cc907522ccb41490dcdabdf2171281dbf16008c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL simplepyble-1.1.1.dev46-cp310-cp310-manylinux_2_28_x86_64.whl
Size 3.1 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
65bb987da30c19fd17cf3953918f658c95ecd0ad51ae8582357da65995b0dffe
BLAKE2b-256 checksum
How to use checksums
bdffb32ea34fd4a9debd87613a8860d787ff77f6881ef56e63658db8e72dd926
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp310-cp310-manylinux_2_28_i686.whl

Download URL simplepyble-1.1.1.dev46-cp310-cp310-manylinux_2_28_i686.whl
Size 3.2 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-32
SHA-256 checksum
How to use checksums
13f49119b18ae759a9e74875f729f143377fef770df415123b4a4e649b600d54
BLAKE2b-256 checksum
How to use checksums
cc05695d0e79a4d7260d073e24c01b576061a91d028c9104a11792a3f4b1c061
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp310-cp310-manylinux_2_28_aarch64.whl

Download URL simplepyble-1.1.1.dev46-cp310-cp310-manylinux_2_28_aarch64.whl
Size 2.9 MB
Tags CPython 3.10 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
add9a1619fc63f00aaf55ced200ddbb5b7aaced694e04fec28a1732d8b378df7
BLAKE2b-256 checksum
How to use checksums
9a70ca533d627a1eadcad679c414772e104d0e79eb2b77bf85148e18f1ca68c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp310-cp310-macosx_13_0_x86_64.whl

Download URL simplepyble-1.1.1.dev46-cp310-cp310-macosx_13_0_x86_64.whl
Size 370.6 kB
Tags CPython 3.10 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
61135c195a039f23c269822ed020847cee9fe96a73bba27f99bbc84d4f0f7035
BLAKE2b-256 checksum
How to use checksums
58b9bed97df43eabc22c197e2596872adb2743f7eb3c2aa6a1afb627b5c4936d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp310-cp310-macosx_13_0_universal2.whl

Download URL simplepyble-1.1.1.dev46-cp310-cp310-macosx_13_0_universal2.whl
Size 693.3 kB
Tags CPython 3.10 macOS 13.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
810c28e1d1768cf1606a2979ddc40b5ca67b02ff331ac8ca72140adcc68620d9
BLAKE2b-256 checksum
How to use checksums
537256d7d8f13cc31d7f19e257d75f77757db6c7fa97fa37c2939b962275917e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / simplepyble-1.1.1.dev46-cp310-cp310-macosx_13_0_arm64.whl

Download URL simplepyble-1.1.1.dev46-cp310-cp310-macosx_13_0_arm64.whl
Size 335.5 kB
Tags CPython 3.10 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
3fa5ee81984e695a69fc0f03f1ee2658593e3a0f29307e4546a34f05fec6f2df
BLAKE2b-256 checksum
How to use checksums
8a266e06af8bedb1d333cbf93c5301a0ccf712e5a59282b0f83d9e49d19acab1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Release history Release notifications | RSS feed

This release

1.1.1.dev46 This release

46 release files

1.1.0

46 release files

1.0.0

46 release files

0.9.1

54 release files

0.9.0

47 release files

0.7.3

47 release files

0.7.1

47 release files

0.6.1

39 release files

0.6.0

38 release files

0.5.0

38 release files

0.0.5

36 release files

0.0.4

36 release files

0.0.3

36 release files

0.0.2

36 release files

0.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page