Skip to main content

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.

Download files

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

Source Distribution

simplepyble-1.1.0.tar.gz (365.0 kB view details)

Uploaded Source

Built Distributions

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

simplepyble-1.1.0-cp314-cp314-win_arm64.whl (327.5 kB view details)

Uploaded CPython 3.14Windows ARM64

simplepyble-1.1.0-cp314-cp314-win_amd64.whl (333.6 kB view details)

Uploaded CPython 3.14Windows x86-64

simplepyble-1.1.0-cp314-cp314-win32.whl (300.6 kB view details)

Uploaded CPython 3.14Windows x86

simplepyble-1.1.0-cp314-cp314-manylinux_2_28_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

simplepyble-1.1.0-cp314-cp314-manylinux_2_28_i686.whl (3.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ i686

simplepyble-1.1.0-cp314-cp314-manylinux_2_28_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

simplepyble-1.1.0-cp314-cp314-macosx_13_0_x86_64.whl (332.8 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

simplepyble-1.1.0-cp314-cp314-macosx_13_0_universal2.whl (620.1 kB view details)

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

simplepyble-1.1.0-cp314-cp314-macosx_13_0_arm64.whl (300.1 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

simplepyble-1.1.0-cp313-cp313-win_arm64.whl (318.2 kB view details)

Uploaded CPython 3.13Windows ARM64

simplepyble-1.1.0-cp313-cp313-win_amd64.whl (324.3 kB view details)

Uploaded CPython 3.13Windows x86-64

simplepyble-1.1.0-cp313-cp313-win32.whl (293.6 kB view details)

Uploaded CPython 3.13Windows x86

simplepyble-1.1.0-cp313-cp313-manylinux_2_28_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

simplepyble-1.1.0-cp313-cp313-manylinux_2_28_i686.whl (3.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ i686

simplepyble-1.1.0-cp313-cp313-manylinux_2_28_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

simplepyble-1.1.0-cp313-cp313-macosx_13_0_x86_64.whl (332.7 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

simplepyble-1.1.0-cp313-cp313-macosx_13_0_universal2.whl (619.7 kB view details)

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

simplepyble-1.1.0-cp313-cp313-macosx_13_0_arm64.whl (299.8 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

simplepyble-1.1.0-cp312-cp312-win_arm64.whl (318.2 kB view details)

Uploaded CPython 3.12Windows ARM64

simplepyble-1.1.0-cp312-cp312-win_amd64.whl (324.3 kB view details)

Uploaded CPython 3.12Windows x86-64

simplepyble-1.1.0-cp312-cp312-win32.whl (293.6 kB view details)

Uploaded CPython 3.12Windows x86

simplepyble-1.1.0-cp312-cp312-manylinux_2_28_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

simplepyble-1.1.0-cp312-cp312-manylinux_2_28_i686.whl (3.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ i686

simplepyble-1.1.0-cp312-cp312-manylinux_2_28_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

simplepyble-1.1.0-cp312-cp312-macosx_13_0_x86_64.whl (332.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

simplepyble-1.1.0-cp312-cp312-macosx_13_0_universal2.whl (619.6 kB view details)

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

simplepyble-1.1.0-cp312-cp312-macosx_13_0_arm64.whl (299.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

simplepyble-1.1.0-cp311-cp311-win_arm64.whl (317.4 kB view details)

Uploaded CPython 3.11Windows ARM64

simplepyble-1.1.0-cp311-cp311-win_amd64.whl (323.1 kB view details)

Uploaded CPython 3.11Windows x86-64

simplepyble-1.1.0-cp311-cp311-win32.whl (292.6 kB view details)

Uploaded CPython 3.11Windows x86

simplepyble-1.1.0-cp311-cp311-manylinux_2_28_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

simplepyble-1.1.0-cp311-cp311-manylinux_2_28_i686.whl (3.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ i686

simplepyble-1.1.0-cp311-cp311-manylinux_2_28_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

simplepyble-1.1.0-cp311-cp311-macosx_13_0_x86_64.whl (328.7 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

simplepyble-1.1.0-cp311-cp311-macosx_13_0_universal2.whl (614.1 kB view details)

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

simplepyble-1.1.0-cp311-cp311-macosx_13_0_arm64.whl (298.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

simplepyble-1.1.0-cp310-cp310-win_arm64.whl (316.6 kB view details)

Uploaded CPython 3.10Windows ARM64

simplepyble-1.1.0-cp310-cp310-win_amd64.whl (322.1 kB view details)

Uploaded CPython 3.10Windows x86-64

simplepyble-1.1.0-cp310-cp310-win32.whl (291.5 kB view details)

Uploaded CPython 3.10Windows x86

simplepyble-1.1.0-cp310-cp310-manylinux_2_28_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

simplepyble-1.1.0-cp310-cp310-manylinux_2_28_i686.whl (3.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ i686

simplepyble-1.1.0-cp310-cp310-manylinux_2_28_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

simplepyble-1.1.0-cp310-cp310-macosx_13_0_x86_64.whl (327.4 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

simplepyble-1.1.0-cp310-cp310-macosx_13_0_universal2.whl (611.5 kB view details)

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

simplepyble-1.1.0-cp310-cp310-macosx_13_0_arm64.whl (297.1 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: simplepyble-1.1.0.tar.gz
  • Upload date:
  • Size: 365.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simplepyble-1.1.0.tar.gz
Algorithm Hash digest
SHA256 8dca4882bb16f3515767726cb1be62de3b110356505ac002164431dd499d9dd6
MD5 4b61f271bddaeb04a0d9a31fcb6d98f8
BLAKE2b-256 661eb086eca6b6039951a863660f874a002e115fc98110865b60e038916ae5d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.1.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 327.5 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simplepyble-1.1.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 724b24399ff718c4c6cc1ec7ae2dfb53262f212e31c0fe8d422cb12e17e5166f
MD5 1f15f063a0824c4b1f4083b7e253e1c2
BLAKE2b-256 fd9948131df8de7f68c85667d0dbb83f6b847ca26b659b8ef08a7dd6bd48b209

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 333.6 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simplepyble-1.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d5d9a6d35ae7697e0a11e93ef4585979f9b0fbeaa0007c4bba6a236bf07e585e
MD5 904f28aea351bf85df4373fee36f0e74
BLAKE2b-256 bbf3e76512c7528e60d692515332514230744169c24fe94f283521d1facf0a7d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.1.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 300.6 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simplepyble-1.1.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 8aecdd98fa4518b2f64e4b3bcb96ac05a610813cbd936438abc63a025f621e7c
MD5 79541e5f49758faf5a8e379be3b8a713
BLAKE2b-256 c5179bf3337951127ab29b983f8e6a370270e1470d24cbcd213d5eb2d3f80c01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb65768e8e71a0e9cf65e7165006d47e644b1d669c2e776ed69cfb527092b66d
MD5 5ab755ace991cde9c3adfe885cfe80cf
BLAKE2b-256 f66daa03b02b3365099c0febe0ff592f5bc2f78a18b24a59bb146789ff4f1b4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp314-cp314-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 b9a609d732462b6a147135b34cae9b3bca27aa679164b63cfc456e53a045247c
MD5 e8ac0f9e75dc5009e39f04ca5cf7d991
BLAKE2b-256 53a7d0f25de7969dd15c89069ccef1646feedfc011a32836801527015ee8c16e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c63a7b3d2def006c8ff8a81fcd2f14e08635a1a5add9f75ca4a2b0684a11da4
MD5 3784ac88ef8e6bd5f24e7d22b5702e89
BLAKE2b-256 4002e914f867561301ab24cf1ee2cd1f349874c6ec6008d6a69e4c5c2029f906

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2305fed11ee84e2deec66a54a414480883427c403a67b31fb50891d98e5aef95
MD5 07471dd65bd65904cc5e11abe748b166
BLAKE2b-256 b37f1d562f38a91ef353c410f2f776ae38ec0cb6038716f3062dde94f1b2694f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp314-cp314-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 72c10e3f507d66a92564a36fbbe7139062efd0fe738d9d3bb82060d6b99f0eab
MD5 9c6d26f71e2ac4150d3f9bdc4218c54e
BLAKE2b-256 44ecf29028d3577fe88474a08298250ab451d7e7362dc4f00bd3e813d18535d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f1abab221a47edde4b9abaaae6280c5521f5a612e406b15da97646df8a838163
MD5 503455daf90af39645ff9ea53b291a0b
BLAKE2b-256 6046b7a7838a895b6f3ffb210c5d7fea5d40c51df93bc04b0e7a4d48b9885a72

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.1.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 318.2 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simplepyble-1.1.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 01509a173cda20aa5a553cb591984ea3c42debc9d849a6e9885ac98094fce530
MD5 7727e10b31f4d42248b0145ee3d8fe8f
BLAKE2b-256 63b22698ee7d745007f2d1007a4c14d45f452d787ee67e63edb68ec5e9df991e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 324.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simplepyble-1.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 76d8ae2cccbb5207a18dc2885b9d1d88cc6790a8177778cfdc405fd82ba855e3
MD5 4988f2502907b80385fbe0a2b4e7d46b
BLAKE2b-256 234ff8a4c73d45aefcc0d82c87a2cf6b133a09e182a0ff230828b1a8b200b3b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 293.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simplepyble-1.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 114b22003074f87c5434fa3fbf385de1e1220377898d072e1e3d9e64b8f9b089
MD5 127540b4a9cc5e141f351f89532b71e7
BLAKE2b-256 f1b3409b04a5d53d3e746d83f832f9a00055854cd7f4b03aa5f1a90de9d8c6fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c65d8474991193088069abff2d4f6e8320e169bdfae3d336cb8bdbe7116de55f
MD5 c4adfd14db4bbc5254efd7376fa20aa6
BLAKE2b-256 3cadcec2e14e00832059711c16de4066608b419ed458840b6d819ec103de3aae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp313-cp313-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 28f077a6c6b58c3329a5c8719e9645e72ce861ba768809fef49d99885eb7ec15
MD5 38a4ba2f52d03fb18d7504d0dff9ac8b
BLAKE2b-256 6032c475c3d576fe66e4db21352ecdb7aff1d30cefe49207231327f4e557e5c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8134a5298fcf1910357ba7b0018826082d93704ea17c3a7a6517a021a41c00e3
MD5 05bb0b829a45f242ec406ebb6a1b7735
BLAKE2b-256 970bda99e759eaeaf38dd7deeaf14428afa58a04e4b9f082d6d1c84faa6d82fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ce151d03da3160116ffdfdc9e2e87c92d51893ee23e009f301e57a2723286946
MD5 4103126449de350e75503e925edac59b
BLAKE2b-256 69130d50775722cd6b38a7cbb3b332611ea497d6d23fd4b9ca62476b43b5bcc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp313-cp313-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 93684218075ef852ef1f015121be7d4ab8b0125c86c6a554f7c3cdcb103c5f39
MD5 d7945251bf28b0156912bd642611163b
BLAKE2b-256 3da8a7bb67aea6dc167ce28a6e785b88e359c5f1e179758ba3c18d468d47b6af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5149165317524ff02f1012fc7c684934cbb52df814f3e35e8a906986373edce0
MD5 1a3973d4381a0e848ab2ad45557adf13
BLAKE2b-256 b14665612e23e3c0bc5f7cc7bf533d640c4105ccf0328c002052812efced0ed5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.1.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 318.2 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simplepyble-1.1.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5542eb3aae5023eab73ece9bdf20bbc7b03d7ba08cae45158703b47f49edd8c3
MD5 54eeb289fce2b779b6a6fe99e1ccbb8d
BLAKE2b-256 5f9b225b5b9486586766fb597ae4a478eaed14d68f1674cd4a924089ee5d95f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 324.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simplepyble-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 51f4a5b99dda4ea8565ddab7c4086d442d0bbe5635f68b3f8d5282353bf53fb5
MD5 c2daef97b37d1c0b82a11931fbc58705
BLAKE2b-256 5568f5ff9136d337c42b6bf350061eb869fac71707ab7fc7fa64a358372a9afd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 293.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simplepyble-1.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3b422a0afba0609f8d049e9f3068817d6f83832dc006e26056407204ae01dd0f
MD5 c4537dc29ae295ddc7f97063debb51fc
BLAKE2b-256 2daeaa8423c3528ffbc1a180f67427332328c10e60c29cb98acca56ff16bd663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6b683896526e219efaccd284dce3be7244bc1f9ba4e02c4c552b3d9694503e2
MD5 63959904f73b1ca4e6846edf9b72a163
BLAKE2b-256 9b7b38a91b1fd57d117436d669b43a96bebdd8ce1cb6cad40fd02906c19b56b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp312-cp312-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 852e2293d582f9d8de717789ef7bc11b074497aebe50b9e750e55132a6d6a381
MD5 b06bafefb5e4ecef370e4991072f7c9b
BLAKE2b-256 5e14676b64dc83d89f9bb7558b13558802215d12032e0c8b756627a333c97312

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eef047b04c7d110776a0aec1b8da1d06e2bbadf761ee83f19b39e69179e5265e
MD5 de5d63fe2ef6c1fed3896bca28e36ed2
BLAKE2b-256 749512fe9efe0aa0511f186fe917e2bbaa4d12782eb11c95ad1c67f8e4ef6615

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1b35d8163aa04210c41d3bf8f7671c19da014d6117d7f25bf1dbe392fac78594
MD5 7ba0ee54540de76340a56b348bfd08d2
BLAKE2b-256 cb038ccd50e0f6b54d68a6824e58409e5b9de7185bfd208dd82dfb3dc920d89e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 c9670686df0e0e341db8eb378a9393c62f41d88c2d6c2ffe1199beab4eedfbef
MD5 809aa73e9cb20dc0de0fec3f04260cdf
BLAKE2b-256 765062764b9838ca9c61b789024a74d3c4f4b04e7c38d931d73483ef728f7b9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ddbdf0b6fb5bfea0b689577d3b581d6817847d1799bea53fb7a4f89b83073a3f
MD5 627b300fc159946a07a994651634d32e
BLAKE2b-256 f052444ad15ff3bdc72f6cca6a6014d284a0f1061ab45a76304da57b08987b2a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.1.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 317.4 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simplepyble-1.1.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0e6f5d6d4d01b9c97947897d7a056347db1b5767111fd316a7b04bb780370b97
MD5 8b6f5bcd59590b468bf879290bcb55a0
BLAKE2b-256 038c20393177e07c911615b0b2fec78d6781dec6dd021bc63706867837936358

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 323.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simplepyble-1.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 15abcfff1b34c3cf5186722a604c8802828ec3bbf3b63811be25bab38ecb332d
MD5 56ebd0c32be56fc81e278f9765ee97f2
BLAKE2b-256 700b61711ae7ccfa4b1b70ba74a9d85d1aeef0b22598cd2a757eab11bf90829e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 292.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simplepyble-1.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2c771efd88657ac630f1c26d59c47ff62458c20d1f94d8686c25286d1eab6292
MD5 dfef3e2edc51f9ebe4cfac0fac89c50e
BLAKE2b-256 349b5be985fed87a792113eb3be2a98046dccc5738d8cef0725a5fd255936fc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 93b8b62c1c0956502a89705fdb8a2077f1d9da12cf75284a32226f4b5a5254eb
MD5 6508fdd42a65213b9e19a05b169bc5e3
BLAKE2b-256 9dc1748c64c74752838ba4c15abb1f7e2998251a6e1837466a1d15eceedf4875

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp311-cp311-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 6235ac6a120f4b146908f7b1d843fb7963f3143c70019688c65700136f6072fb
MD5 f7b8541b17bfd1bb2b37954ea626b2ad
BLAKE2b-256 a3cab68f2c3e893e9999bf579bdecc7bfc82f444ce03d9d78323b3c3c6f76009

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a9956e33ca81383e655240b94145e6869e5842386bad9ac9958a2624357ff2f9
MD5 8f3a0f5dd10fc6236abc31be5d0cbe93
BLAKE2b-256 640e82b0fc1594faa05236b4a990d6350367a6f631430876bdfcb709c3224a19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f864871d305e7ae935b2544b3176868d3642cf0d6be1eb22eeff87d0b1bbde12
MD5 607f494e3d7f12b8fea36664fdc5b5b0
BLAKE2b-256 6fd4253183c1f9c9ddae2205f814e22be29a091f10854cc8eeb11a9d755d6682

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 b078d1b722f4f8274803769b4d4d32fb539920abc06796d921e3588de74004a9
MD5 00b38473dff5bac3114520d3ceb747a3
BLAKE2b-256 4ed24191c99c5d696c81d0540e5a75dc63d468c6f68b0025035329378ef58ff8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fa81d09610ff819ece43f51803f445a49e923a48261c54b5cdbec39eb8580109
MD5 8749f210f5093b1a40ccbe75759e78ad
BLAKE2b-256 b0ef6d3a201a0a7bc5163abac88c3a7e3b3b18a0764b48048456c67ba3a40c34

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.1.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 316.6 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simplepyble-1.1.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 7405e5c07e080bbc95e805f70f3f4c9abc848378ab0da4426caba9d87ed38e55
MD5 ee471913ffb4785d8cfba9df91de15cf
BLAKE2b-256 2a7b60d95126bef7bfc9fe2ef296f508e82349e0558e612fe5618f01a79cf194

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 322.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simplepyble-1.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9a8e14576a2316c5412da1a30f9de1a336b1d49dbdd50386d5e32bbdd453a41c
MD5 6906c44158730e3505b68e345c0f4620
BLAKE2b-256 fd059b021d2e47aab97aa6776e0e65984e4f702f0c7d32b5fb73a4cdf248d0b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 291.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for simplepyble-1.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 43335b87eea2be90bc8d12521631667bf2c132f877a4adc53c514eae98adced2
MD5 2439a28747fc91e6e460cb9179a98ddf
BLAKE2b-256 0f93509856e97106d28becfb04b4062b7dcec9f649a1f1f711e7dfe7545adc11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2841d48e29a799e1a8dfb81a80090ee491077275603e0917c8d05bd2fa6e6c7d
MD5 d4db26da84c2db5d5c98f3ccaf4d713f
BLAKE2b-256 a1d5af5d333c8fe8d0c9f233d68f3cb0af988259926b75c887a5bd0c50acd756

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp310-cp310-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 94813f845f8db6ca9bc03676049af42c29afcddea9d320d20765ef0ef207ea1d
MD5 296196b1f6812a6b19932552194d8a63
BLAKE2b-256 421f40ebc7606cb07d6e588349a93a925b0cb81e404140b9c699aed6807cf032

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d306341f72add406f7ac199c8249e700cd7a1c7aadf9d5731b7d143be141ae21
MD5 a2c30c559b9ac7f7867c01e58e7fbb9c
BLAKE2b-256 900b01a5cb9385bda8096f29cc31c1b74e3220da37675494c0ba1e628d32e1d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d361b7f9827c0b3fa32843d4f6e372cb3683fbc7c56948dd9f5964a86b6367ce
MD5 96e1d68f0f79fd23bb9cae526c22df94
BLAKE2b-256 d1e7bdc73ffc283f8d7fd2d6022703ec9c6aae35a8fd2ad90bb3453f5bd51d33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp310-cp310-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 4391743116a4a6049ec17b732d39194cc9fd2c87615912f7c11ce1ecaf2c076e
MD5 c8fa231ad338245fd7f208a2d1721a95
BLAKE2b-256 cfd4a1743777b1b6b4220b7bb0a85b626405f6f1cf0c9fd657fa462a22bdd056

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.1.0-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e99e9c016818e16a8c2540c194f1ee1d1a053783f48660a5e97f56681270a557
MD5 200e6d13ca406609e441e2ff596ea0ec
BLAKE2b-256 f37e73df05052d28c7eab67e27a05409fc4471fd94ae779f7da446930d0ee4ca

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.1.0 This release

46 files

1.0.0

46 files

0.14.0

63 files

0.12.1

63 files

0.11.0

63 files

0.10.4

54 files

0.10.3

54 files

0.10.2

54 files

0.10.1

54 files

0.9.1

54 files

0.9.0

47 files

0.8.1

47 files

0.7.3

47 files

0.7.1

47 files

0.7.0

47 files

0.6.1

39 files

0.6.0

38 files

0.5.0

38 files

0.0.5

36 files

0.0.4

36 files

0.0.3

36 files

0.0.2

36 files

0.0.1

1 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