Skip to main content

The ultimate fully-fledged cross-platform BLE library, designed for simplicity and ease of use.

Project description

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:

  • Documentation: Visit our Documentation page for comprehensive guides

  • Commercial Support: Check out our website or email us about licensing and professional services.

  • Community: Join our Discord server for discussions and help

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

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.

To run the built-in REST server, you can use the following command:

python3 -m simplepyble.server --host 127.0.0.1 --port 8000

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.

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.

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

simplepyble-0.14.0.tar.gz (387.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

simplepyble-0.14.0-cp314-cp314-win_arm64.whl (308.5 kB view details)

Uploaded CPython 3.14Windows ARM64

simplepyble-0.14.0-cp314-cp314-win_amd64.whl (314.6 kB view details)

Uploaded CPython 3.14Windows x86-64

simplepyble-0.14.0-cp314-cp314-win32.whl (281.2 kB view details)

Uploaded CPython 3.14Windows x86

simplepyble-0.14.0-cp314-cp314-manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

simplepyble-0.14.0-cp314-cp314-manylinux_2_28_i686.whl (3.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ i686

simplepyble-0.14.0-cp314-cp314-manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

simplepyble-0.14.0-cp314-cp314-macosx_13_0_x86_64.whl (300.3 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

simplepyble-0.14.0-cp314-cp314-macosx_13_0_universal2.whl (559.2 kB view details)

Uploaded CPython 3.14macOS 13.0+ universal2 (ARM64, x86-64)

simplepyble-0.14.0-cp314-cp314-macosx_13_0_arm64.whl (269.6 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

simplepyble-0.14.0-cp313-cp313-win_arm64.whl (300.0 kB view details)

Uploaded CPython 3.13Windows ARM64

simplepyble-0.14.0-cp313-cp313-win_amd64.whl (306.0 kB view details)

Uploaded CPython 3.13Windows x86-64

simplepyble-0.14.0-cp313-cp313-win32.whl (274.4 kB view details)

Uploaded CPython 3.13Windows x86

simplepyble-0.14.0-cp313-cp313-manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

simplepyble-0.14.0-cp313-cp313-manylinux_2_28_i686.whl (3.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ i686

simplepyble-0.14.0-cp313-cp313-manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

simplepyble-0.14.0-cp313-cp313-macosx_13_0_x86_64.whl (300.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

simplepyble-0.14.0-cp313-cp313-macosx_13_0_universal2.whl (558.3 kB view details)

Uploaded CPython 3.13macOS 13.0+ universal2 (ARM64, x86-64)

simplepyble-0.14.0-cp313-cp313-macosx_13_0_arm64.whl (268.8 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

simplepyble-0.14.0-cp312-cp312-win_arm64.whl (299.9 kB view details)

Uploaded CPython 3.12Windows ARM64

simplepyble-0.14.0-cp312-cp312-win_amd64.whl (306.0 kB view details)

Uploaded CPython 3.12Windows x86-64

simplepyble-0.14.0-cp312-cp312-win32.whl (274.4 kB view details)

Uploaded CPython 3.12Windows x86

simplepyble-0.14.0-cp312-cp312-manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

simplepyble-0.14.0-cp312-cp312-manylinux_2_28_i686.whl (3.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ i686

simplepyble-0.14.0-cp312-cp312-manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

simplepyble-0.14.0-cp312-cp312-macosx_13_0_x86_64.whl (300.0 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

simplepyble-0.14.0-cp312-cp312-macosx_13_0_universal2.whl (558.2 kB view details)

Uploaded CPython 3.12macOS 13.0+ universal2 (ARM64, x86-64)

simplepyble-0.14.0-cp312-cp312-macosx_13_0_arm64.whl (268.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

simplepyble-0.14.0-cp311-cp311-win_arm64.whl (303.5 kB view details)

Uploaded CPython 3.11Windows ARM64

simplepyble-0.14.0-cp311-cp311-win_amd64.whl (304.2 kB view details)

Uploaded CPython 3.11Windows x86-64

simplepyble-0.14.0-cp311-cp311-win32.whl (274.5 kB view details)

Uploaded CPython 3.11Windows x86

simplepyble-0.14.0-cp311-cp311-manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

simplepyble-0.14.0-cp311-cp311-manylinux_2_28_i686.whl (3.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ i686

simplepyble-0.14.0-cp311-cp311-manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

simplepyble-0.14.0-cp311-cp311-macosx_13_0_x86_64.whl (297.9 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

simplepyble-0.14.0-cp311-cp311-macosx_13_0_universal2.whl (555.8 kB view details)

Uploaded CPython 3.11macOS 13.0+ universal2 (ARM64, x86-64)

simplepyble-0.14.0-cp311-cp311-macosx_13_0_arm64.whl (268.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

simplepyble-0.14.0-cp310-cp310-win_arm64.whl (303.2 kB view details)

Uploaded CPython 3.10Windows ARM64

simplepyble-0.14.0-cp310-cp310-win_amd64.whl (303.1 kB view details)

Uploaded CPython 3.10Windows x86-64

simplepyble-0.14.0-cp310-cp310-win32.whl (273.4 kB view details)

Uploaded CPython 3.10Windows x86

simplepyble-0.14.0-cp310-cp310-manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

simplepyble-0.14.0-cp310-cp310-manylinux_2_28_i686.whl (3.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ i686

simplepyble-0.14.0-cp310-cp310-manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

simplepyble-0.14.0-cp310-cp310-macosx_13_0_x86_64.whl (296.6 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

simplepyble-0.14.0-cp310-cp310-macosx_13_0_universal2.whl (553.0 kB view details)

Uploaded CPython 3.10macOS 13.0+ universal2 (ARM64, x86-64)

simplepyble-0.14.0-cp310-cp310-macosx_13_0_arm64.whl (267.0 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

simplepyble-0.14.0-cp39-cp39-win_arm64.whl (299.2 kB view details)

Uploaded CPython 3.9Windows ARM64

simplepyble-0.14.0-cp39-cp39-win_amd64.whl (310.4 kB view details)

Uploaded CPython 3.9Windows x86-64

simplepyble-0.14.0-cp39-cp39-win32.whl (273.5 kB view details)

Uploaded CPython 3.9Windows x86

simplepyble-0.14.0-cp39-cp39-manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

simplepyble-0.14.0-cp39-cp39-manylinux_2_28_i686.whl (3.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ i686

simplepyble-0.14.0-cp39-cp39-manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

simplepyble-0.14.0-cp39-cp39-macosx_13_0_x86_64.whl (296.8 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

simplepyble-0.14.0-cp39-cp39-macosx_13_0_universal2.whl (553.3 kB view details)

Uploaded CPython 3.9macOS 13.0+ universal2 (ARM64, x86-64)

simplepyble-0.14.0-cp39-cp39-macosx_13_0_arm64.whl (267.2 kB view details)

Uploaded CPython 3.9macOS 13.0+ ARM64

simplepyble-0.14.0-cp38-cp38-win_amd64.whl (302.7 kB view details)

Uploaded CPython 3.8Windows x86-64

simplepyble-0.14.0-cp38-cp38-win32.whl (272.9 kB view details)

Uploaded CPython 3.8Windows x86

simplepyble-0.14.0-cp38-cp38-manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

simplepyble-0.14.0-cp38-cp38-manylinux_2_28_i686.whl (3.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ i686

simplepyble-0.14.0-cp38-cp38-manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

simplepyble-0.14.0-cp38-cp38-macosx_13_0_x86_64.whl (296.1 kB view details)

Uploaded CPython 3.8macOS 13.0+ x86-64

simplepyble-0.14.0-cp38-cp38-macosx_13_0_universal2.whl (552.3 kB view details)

Uploaded CPython 3.8macOS 13.0+ universal2 (ARM64, x86-64)

simplepyble-0.14.0-cp38-cp38-macosx_13_0_arm64.whl (266.7 kB view details)

Uploaded CPython 3.8macOS 13.0+ ARM64

File details

Details for the file simplepyble-0.14.0.tar.gz.

File metadata

  • Download URL: simplepyble-0.14.0.tar.gz
  • Upload date:
  • Size: 387.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for simplepyble-0.14.0.tar.gz
Algorithm Hash digest
SHA256 10485da85c9459eed9efd8919b1f477622989d81a8887a09b46fcf0860919238
MD5 c094c307b3aecf070d0e237ababe99d3
BLAKE2b-256 792a605a21ad30ac4ef84fd5a7373eaa076953b8aee319715a8542c26c93dd5b

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 58b50fe6b375b88e255b6cf79ec838b50bffbd264edbedd4f9792db516cc4968
MD5 0756b831748ad032cbd1de515754c9ed
BLAKE2b-256 de440052d0e185e52f2e83afc14dd1b2107331481bee5a5db448e76426cbc828

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0081f4a5b454af9217c5ef5cdf3860f1144559a3a6d8da21d210dbcfef87a91d
MD5 5357d626982a10ce8363fc6bb48b5c0c
BLAKE2b-256 9fe832c8d05044dea3cfbacfe0244eec99fb94e7833c5ca6c34e15a92f098155

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: simplepyble-0.14.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 281.2 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for simplepyble-0.14.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 876dd1b89017ace81c45b9473b7de2a4385ab27cde477c60907388ed0d0602a6
MD5 f0b98cb63818bf410232b08aab2da153
BLAKE2b-256 b0ad764e09f53e9fd409b1183a8633ef73ae06a97c465ef373da4be34d744230

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d8300dc0c124864242bba6d570b22bf67433713055ce0f66c545b619973cd51
MD5 2c2beb019e9edb8641755f5a17f45610
BLAKE2b-256 f89d39cefb57bb5b436035d556c96d52102caa8699086caeda947bf97886ea59

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp314-cp314-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp314-cp314-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 c97ed729432c947ab5848cdbf33c9ebedbdce80716a5557b0af56b19d379db1a
MD5 8318b0f1654c27735a17af87b10adee7
BLAKE2b-256 12d33b7f9b9c0db73adf82bd06db98cf308b547d8b5079cfddcdddfd14711086

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1073a0793930b3b4db5aad7e346d38780ae9f561a7aa6c845628c795f5a662a5
MD5 d3def0cd5055d645c33d07ec78d1455e
BLAKE2b-256 3d1f1fa2fc43d40d9892a03462d0cca86ca85b6ef46c41edd4c1be442a984bca

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 081cf9d254f95096aae5af4459b042611e0a7cc0473c2d55ae3ded7f52de4fb1
MD5 823d9eef2a583e4ba1152308f7c77626
BLAKE2b-256 b444c2001c0affe86d35fefd70155a49c3ba2c8f3413f13579f564f826f330d5

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp314-cp314-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp314-cp314-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 ca5e9f37809ac36fc6368700bcb91de21d4dae9a08c0c5e35883b8b38ec8ce53
MD5 80c8f75ef65e9a8ee982f4d9f6063150
BLAKE2b-256 0fa5e0751b2dff9582b330d78ca7a622c3699a3b4464beadbf7c391bea66cbec

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 45bfca1bc3ab7ebddd24355f4fcbe5c49ae1d0a5cc3baad16b46e4ffeab6a7eb
MD5 7fd8bd877974233a3b4d1cd7f7206db7
BLAKE2b-256 26ee5b44e7b6525b5d633ec62fb8115411679aad44b133967f608748229d3530

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 4e2d7014b143780146ca5779e8bfb1a91ec433793ea9d27e500ad338fa72cbe3
MD5 f0b8fe788cfa6e59f6be16a5f57b8e6d
BLAKE2b-256 5f55d06034e93bdd1e70deda8582be81865158f56bce3e0bdbf199c183a96012

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6d734a8d71dc445d1272ef6c5fe9f8d0c14a50e2d8537cefd4fc733f80e89def
MD5 afdc5b0a8d157ef3c271c003b8d76856
BLAKE2b-256 045315135d1ce7d4978f51c767ed91675f4a0abd2bf06649241e054db4bda5f3

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: simplepyble-0.14.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 274.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for simplepyble-0.14.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a95f9186509ce78197cecec87b8e59faa6f7434a76b7c3b8fe68bf1d2b93cce3
MD5 f9680b13488ab320992caa585b9dcf7c
BLAKE2b-256 50917f0cc0dd1dafe017739a438b90435aba8ff53103642026e731c5e1e4948d

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 112de33688e3b994c0f7e17eb30bb0876bb137a5516c82fd4f4657413ad909ff
MD5 3b864eaf1b0bd8a20e3e5fdbf0b5f028
BLAKE2b-256 6aed22a3250cdbea783e560a1e31243bbc4e983c12c96f374fb59c644990000f

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp313-cp313-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp313-cp313-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 85fee99831d1fb108456aa97051c03d5e9cb54bc88b01c37cdad763ddc4ab0e1
MD5 ee419708a3ef9e0182b35a4812695c3d
BLAKE2b-256 f5c208dac6e23bb9c75e32b30ff19562b6ad7706ebd5d9db8c1c91a62ce7e1f4

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 465beed944bb64e80ef07e12550ce11bd55776b57e4e607665feaad876d8c7d0
MD5 2cccb9b8dcae5238e6e0c50eb39ed82b
BLAKE2b-256 b0e12d210635903d0f0d65d11e92de9892043ace9f759f27fd3842049fcce409

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cfe3e7275780dbb23314d438b117a72d3260fcf4e7a044b8fcf0203e5ae787ed
MD5 10361ff7ff86737c62ceeec724f1dd41
BLAKE2b-256 efb97cf330085c2986ba9659a88257a4fafc77a4f76a50c8ea5b14217f125a8d

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp313-cp313-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp313-cp313-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 99bfacb64c129bb02e6cd99957759db3c08f3e59de23fac7853d642aca340eb7
MD5 f09594c40e98686eee8a9411834bae1b
BLAKE2b-256 bfb35717dcf881652e571f3ca7cce5d9767ed3f8ae75e045a471f59e078066fc

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c23db3fd6e3679a17118cc7b3d35476a00a3320a5956370f296cc5e37d16f47f
MD5 b8b9730b501fb519791182106ef5bdbc
BLAKE2b-256 28af436c55c08068a8d186f9151899d9bf76965b32b5a62470161cfd72c08735

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 7f866a711e1eabb677a0266baf4525e052d2b6b857b41a65915b4cb7f4a1c8bc
MD5 15227dc28ae87f9bc59c28b940fbbc30
BLAKE2b-256 dfeceacebcc7305a7e7d155e798f053e5d95bf34222bdffca31df1b7785b01ae

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aa8c3b4fc0aa7483892316d1e45c55829243db4b55188a143b40c4343492834b
MD5 83aae0420ed09c231b328bfdf44d3cc4
BLAKE2b-256 1e243e85d6393702caaed942926e767536cf0831dcbb3d4b72f054db7302f0ac

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: simplepyble-0.14.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 274.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for simplepyble-0.14.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c8f5980f2aaab119b4ecd48b445bfe251f3179223853033b661d6ed8fd148983
MD5 c7172377982bd38c74fd4577fb06c6da
BLAKE2b-256 f9cc62e7b7971858473bf085f73e1efcde2826fc3b418b079e51a88153a733ea

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d2c586e6de1250e9cf06b272f03cea3feb2d8a418c5d485b42f7949293736ff
MD5 0325097edd7a8c45628e68fa998ad762
BLAKE2b-256 579beddd03da6ecea46601267d65fd83c38c0c108714303a92e79d15fc695ee2

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp312-cp312-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp312-cp312-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 ab9c618ac4c2363de5d5f884ee694c027d88f2b8c1483fdbcc6213a7f8f018b5
MD5 c397860491767cf0a4ada9e884274dc2
BLAKE2b-256 8c3c73553d29cbd8c8a39fb63622247626bf5b99c80efb20397e618cad66ae53

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 23f894be9a1c7a85809cf01ca4d5cc01a1bb67e2b9af6c717b2c1d8b4267d1e3
MD5 5e3a8d9354ba6df2ecae016d5fcdc5e8
BLAKE2b-256 714aa02f5fdde8e5b6ab2b0f6e4c26d9bfd6f21d1e0b6435792dc98ffafa8312

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a8cab628dc65d158c29177aeeb96abf6a41adcef9425c577bfff9719edac6c05
MD5 8395e19287e8d7b28852981467c4659d
BLAKE2b-256 d9e593e10c2eedfa8daf0f26c04a2f2245915d4cc5632c569a33b707568007c4

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp312-cp312-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 2e8d057619a1a2a288f98f75b7510663a4edb5bd0db396b4019690762dbde36e
MD5 ae0da8c4f25eb78ab8fa8978036ddcdc
BLAKE2b-256 996d1ef458d8a630a37b45588d222d930608af811895ce3b37e508412bface1f

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ca3d2c55b636ff16255199e038c6529cc6d625f0be9f5976b7e98b07189c499c
MD5 688dcbde1ea0ee5ae2d0034710f0b8b2
BLAKE2b-256 2bf8db18e81fa46aa60fcf8d28cdfdcc7dad4f86f742121500957baac2183e0f

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 4a9c2f3c6379e97c145197659c0ae0dc466b95ab0bc5f7ba82db1cb95e694e40
MD5 e7e5ec98b94d6c4858d4f61b4e886b1a
BLAKE2b-256 16398fc3d3bcae82240dcb167271267277a7733cd7457d36167c6e2aaa3beb1a

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1af72bf7421c0ff1011e0dde096b926bc9692e5a68cd475ac4e4fc29b6df2ec3
MD5 1e5d1501c2d15c3c196a9ed0daadc70d
BLAKE2b-256 390b5c8a19c3b5958ecb773f86f2d674f26f4e6f8f5db6a270b9130e8b98496f

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: simplepyble-0.14.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 274.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for simplepyble-0.14.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f7623553a116cdbfe877f433ffb1e89bde101926d08336febb7525bfb097e48c
MD5 addc62b1d593a3213418253f71be5f8f
BLAKE2b-256 20776bce7f1bf838ba0ff12f9e0b84f6dd9b29e5742605bb1dbf93224357f192

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42005cdc2d52ff72d6645c9f42b03755524012c64609a30ccede089095a44e94
MD5 3cb6d3cbf1ea87596e15d65ffe792fb3
BLAKE2b-256 81b22c21ac7e6be498c4e56f371e4adef4be5fa33a10b04d53b58f77496529c1

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp311-cp311-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp311-cp311-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 af42cc489561ee41989be13e43b50880ccd1c0d3b70940b83a3505bec6bf3fa6
MD5 f5886cc785da598423b0560256765f1e
BLAKE2b-256 c54c77c481b2b849164d591e61994ea58cb5c8f649d9808895c66daaa03025df

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8c3edb0c6a9e8fe75167d6a7a48113cd104ed04ccb77280f9cac64bb97b6ddd2
MD5 5e3537352cd2f33f7724bbcb118114ef
BLAKE2b-256 304dcac4c369a29944df9084cb66ad023bb7bdd1a41bc309caf6d5ee8ae6e976

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9ae5625a8fad358b288347ccf34995e29d0c684efd4e9607a4e1fb2759ab6f6d
MD5 b4841b1555ca8e8087f93a5216183b08
BLAKE2b-256 f2a5ff20dcc2727c13b688fee3b3c4958f79543fd7476f5527134ab6b20565ec

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp311-cp311-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 869d862b33276c5fbbf390bdd7e3ce19be1256c69d17e48bd30476e8a08d4e7c
MD5 7bca94f85b9680cae8834c2b325d5452
BLAKE2b-256 2c6e32cf4cdf3b9fcef07edf9c2c7c62f7287d4cba94fc7263aa02b136527b41

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2b5d40247d9b8f06683484d53dc2119b29619066f631ff263301e10a60bab2c5
MD5 a32b76a7eee17097facf048938975ceb
BLAKE2b-256 d1413bdcd317026f3df94119e1602c81c719e86fa2a13b3c8d7aaf42f2dbaf59

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 b78f12ba04d39403d1db9cf877472e69e02535dfee0d6706f6589a3039758304
MD5 76538ab42562136a18aaed4665eba1f4
BLAKE2b-256 f077d4d75a09601387a1b52c1d4b2f87e7f52af2045d52226e22ea1245d26f39

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b4c95fce723bc64b8fc7a323260bfbfe9d03093ea6c09e179c8050553c2bc25b
MD5 88c4d7ac184299d3d477737f5d18b2b4
BLAKE2b-256 306448fa9847d89084497dfa31f59e1fb6972e7697e263d8d53e4e1defd28e49

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: simplepyble-0.14.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 273.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for simplepyble-0.14.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 330fbbfc30e9da6ce1ab7f3bd8494dbf7d4523a222ce9faade8a62b2923bb7ab
MD5 a3862fcd8942260ba94651a52ba339ca
BLAKE2b-256 5fc466e3a257a79c35d244b4d6a1b84f43362f032f943779b40378bb08748a5c

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6fa263446c3c08e71cbb3fb079f165cc916c2cd2fb819a352e3411f8861c112
MD5 f9e87670b4692cd0121b0c2648ce6815
BLAKE2b-256 942ab5d3c6e5aa37aa0804f66dfb8a69de0e6d30035c41b423322e7aed7dc5e6

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp310-cp310-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp310-cp310-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 313db953ed37d58e02a9c7130098e08289a60b9c42debeeddf44e286276b87c1
MD5 34044ed9d761751e6b95840d82a4f326
BLAKE2b-256 72984038a750c7f1f63c63f749ba3ea603eae7313a51541bd17a8f23bf4a1753

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e23fdcd9aa3989b2e999b9029c41711bc45cfa0e7e21c3cd19af1b98ede7d321
MD5 60e5b1719a7d5be011acc283b3c991d0
BLAKE2b-256 25025b6f8d48e4719bb69d5f9aeec91cb4b9da450291cea073442c566166ae15

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1e4c0e7a0513947601a1db1ac77e54dd8b60ec94d92f0200b114caf107ac05cc
MD5 ea521bb4e33b230934cd072071065ef5
BLAKE2b-256 e3960587b81e4efc12a7083c3928f9692bf442a4a5f072eda0e72f3d3583626a

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp310-cp310-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp310-cp310-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 43bea435886aad1646c4a7f894105daeb2063b04f8d9b780579b5060f5f4740b
MD5 feb7f183d05edc4376d1a6f92ee005ef
BLAKE2b-256 805370c95e60644ed38753811cc64ff9d606bd2879ec60103c6c658fb0dbd287

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 714e4bf4b663712f701dd14f8e041f07a24deb28c685ce1a60041a10a781c999
MD5 0c41d86defadc2abc1d34bf485e16b33
BLAKE2b-256 fc17f00dc767e4ff2284e5566d1c3d45bf3d52bc970a23c3a7e5e5cc1dfcc74c

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: simplepyble-0.14.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 299.2 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for simplepyble-0.14.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 66130ef56ff10a31b16d3c156be8382dadfa6113fca55a1baf5f66253d00df91
MD5 d73537a3c9130e1913c245ad302cd9cb
BLAKE2b-256 b379ccfc4130999d534a9f78672f1a9d02a3e140bab9eeb0b821464f79714c72

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: simplepyble-0.14.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 310.4 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 simplepyble-0.14.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b616f5e945fd6ffea8e0d2d5731a3b8d09a1e4c3d7471637d3ab860a70a6724b
MD5 799542667a6646e8a404e7049a12d571
BLAKE2b-256 049fd3f627e37d2eac649f29c3851ccb613d6b28d772f7b6a3dc8d566ffd6aa3

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: simplepyble-0.14.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 273.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for simplepyble-0.14.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 70a32313d318049a88056a2a1c36c30e5d7d20f3a5c7b84cb0894ec0fda40731
MD5 726bebd17985fda801dd3a14ce61ff44
BLAKE2b-256 209a8ef4f48bc0f0e80fd6713bce2f9b96bf653f40bea27b9d4e3f2c9ee7f759

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1b53ae49b9d106ffc32bd860fca275b3b0c64eada53aeba36579943adabe2c8b
MD5 70768704c7a87e73471d15c886f39e5b
BLAKE2b-256 779859220d41e93df513315009458cb825fb4fadb0dcab5ea4bc5ebed3440a34

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp39-cp39-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp39-cp39-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 294551f141c931b842759794279a1cc66817c69f15a4c382e54f3a2d521c78fb
MD5 8c8645bb7c46d6d2c80a874f4a6b0843
BLAKE2b-256 bbf5963e0bc316977b4fefad879501ab3094ef251233c16724bbd125695351a7

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8c4ea6b3599709e265aa20fb3cab2661104a564e1fc8fdbd7de3938cce2aa4fb
MD5 a8dedaeba34f12e641c26e43c6693854
BLAKE2b-256 cbdb4033831792ac467a6f014f728a7512174c6f770526b727b0717916ae2bfd

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a350645fb39666c55628de4702d2a91e12744954eaa05a90dc11ce2eafcbc6b7
MD5 7f9e532c6046d062a04532dd9c91e3d0
BLAKE2b-256 bd7e027672df42ad39ccf3e0fd99b15213f1194894d08f4a59d5d45e9a079a9a

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp39-cp39-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp39-cp39-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 8183001601f718e70c1f8bad91354906e013e2f84c434c5e2677c685681b6bfe
MD5 7661ff48ab00569d588fd36d77a57e54
BLAKE2b-256 50a903671e2fc6a28fe39a54df19f0661cdcd8836699c23381f1d7060aabd444

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp39-cp39-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp39-cp39-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4bdfe7eadf3edb3fbec7789039ec26169b4c921283648fcdba227ada975eccf2
MD5 17d1701f0cab2206e39b0ef79fc3e6fb
BLAKE2b-256 29a8f2688c5f2b4a719e7883c2f3275aec29642794ac551cf17826e70aaed7a3

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: simplepyble-0.14.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 302.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for simplepyble-0.14.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5b9c60ac8948a2863f912732425d42ebbcefef1d40277f970cf7133f646a6c33
MD5 b821eb4bf6e65e947395ec096cc42fbf
BLAKE2b-256 793974eae0d0b78d6020b9ba0b26a86dbc04b3caf6051668873059d61481d980

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: simplepyble-0.14.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 272.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for simplepyble-0.14.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 372f12b9b51b2d67690435c15115a5d7485469dfbd3c0c3a7d525d6cb43cc44d
MD5 4b7493b14653c6cc8214d3d4a62f0828
BLAKE2b-256 f0b6ab466b9797e04fb53341aae1979a3b3c7b924f7b63273051758bb2433faf

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 63e74db9ad067eb4751e14398877446eeabbd4978376f97a5e94baa00dd1aa3d
MD5 fdf7377d5fc3c5291ff9155f6241350a
BLAKE2b-256 bbaa775e5cf0781d4fa40cf918a9e777725d7b809a27c0f262461c1aff7fc4f4

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp38-cp38-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp38-cp38-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 d10e10713bc5c60d8215f289dc232691f6243e63ae74cbbe480430244a915afc
MD5 53747ae47265a2406ed134a0f92bc6a0
BLAKE2b-256 887f8e45d4e11abe2f0c24784a8659da62dd4d78b96b657c398ece5e54f8ca36

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de2a9697c4b6ebd8fbb25dff6e181a60d4e6f6bd7d0b21fe33138f06101de405
MD5 557f855b1313f4a531056f6b8374a226
BLAKE2b-256 f4d95b638982166e07c756c9cb4ddcbd22fe156db688ff971397063f2e304af4

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp38-cp38-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp38-cp38-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6c1f2e2f8370a87deff87571984fa3dbd70449f2c3634ad0d91b0c2e0b9738a2
MD5 8ceb6cdf14c6abe3c7e0ac0b8745cac9
BLAKE2b-256 68528bd2f8d779307df39e16f6ba3d84efdda1269012f970db1ab9f61bb40707

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp38-cp38-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp38-cp38-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 b0b77c85df02058f64778544068cc51360648508da7a4e530229cc82a5012d91
MD5 5863f4eec1850eb17dd9f70ff0c5c975
BLAKE2b-256 e73b1f8294b84d242d7f24203d7715f949066a6635fafa9977e1b0fa3095c259

See more details on using hashes here.

File details

Details for the file simplepyble-0.14.0-cp38-cp38-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for simplepyble-0.14.0-cp38-cp38-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c881b575293ff1342c16b7b01fa9012b8bbd6d46514d8904ce868ffcca872cf3
MD5 b99e0ac9200aaae7e8c7e781b1101963
BLAKE2b-256 78b39cbe128490f8a8e3cb678d711c8e785023b66e36eb1b59811f5e0815406f

See more details on using hashes here.

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