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:

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.

Project details


Release history Release notifications | RSS feed

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.0.0.tar.gz (393.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-1.0.0-cp314-cp314-win_arm64.whl (310.4 kB view details)

Uploaded CPython 3.14Windows ARM64

simplepyble-1.0.0-cp314-cp314-win_amd64.whl (319.6 kB view details)

Uploaded CPython 3.14Windows x86-64

simplepyble-1.0.0-cp314-cp314-win32.whl (284.6 kB view details)

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ i686

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

simplepyble-1.0.0-cp314-cp314-macosx_13_0_x86_64.whl (306.2 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

simplepyble-1.0.0-cp314-cp314-macosx_13_0_universal2.whl (570.1 kB view details)

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

simplepyble-1.0.0-cp314-cp314-macosx_13_0_arm64.whl (275.9 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

simplepyble-1.0.0-cp313-cp313-win_arm64.whl (302.2 kB view details)

Uploaded CPython 3.13Windows ARM64

simplepyble-1.0.0-cp313-cp313-win_amd64.whl (310.7 kB view details)

Uploaded CPython 3.13Windows x86-64

simplepyble-1.0.0-cp313-cp313-win32.whl (278.0 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ i686

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

simplepyble-1.0.0-cp313-cp313-macosx_13_0_x86_64.whl (306.1 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

simplepyble-1.0.0-cp313-cp313-macosx_13_0_universal2.whl (569.0 kB view details)

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

simplepyble-1.0.0-cp313-cp313-macosx_13_0_arm64.whl (275.2 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

simplepyble-1.0.0-cp312-cp312-win_arm64.whl (302.2 kB view details)

Uploaded CPython 3.12Windows ARM64

simplepyble-1.0.0-cp312-cp312-win_amd64.whl (310.7 kB view details)

Uploaded CPython 3.12Windows x86-64

simplepyble-1.0.0-cp312-cp312-win32.whl (277.9 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ i686

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

simplepyble-1.0.0-cp312-cp312-macosx_13_0_x86_64.whl (306.0 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

simplepyble-1.0.0-cp312-cp312-macosx_13_0_universal2.whl (568.9 kB view details)

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

simplepyble-1.0.0-cp312-cp312-macosx_13_0_arm64.whl (275.1 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

simplepyble-1.0.0-cp311-cp311-win_arm64.whl (305.6 kB view details)

Uploaded CPython 3.11Windows ARM64

simplepyble-1.0.0-cp311-cp311-win_amd64.whl (309.1 kB view details)

Uploaded CPython 3.11Windows x86-64

simplepyble-1.0.0-cp311-cp311-win32.whl (278.1 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ i686

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

simplepyble-1.0.0-cp311-cp311-macosx_13_0_x86_64.whl (304.0 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

simplepyble-1.0.0-cp311-cp311-macosx_13_0_universal2.whl (566.3 kB view details)

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

simplepyble-1.0.0-cp311-cp311-macosx_13_0_arm64.whl (274.7 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

simplepyble-1.0.0-cp310-cp310-win_arm64.whl (305.0 kB view details)

Uploaded CPython 3.10Windows ARM64

simplepyble-1.0.0-cp310-cp310-win_amd64.whl (307.9 kB view details)

Uploaded CPython 3.10Windows x86-64

simplepyble-1.0.0-cp310-cp310-win32.whl (277.0 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ i686

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

simplepyble-1.0.0-cp310-cp310-macosx_13_0_x86_64.whl (302.5 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

simplepyble-1.0.0-cp310-cp310-macosx_13_0_universal2.whl (563.9 kB view details)

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

simplepyble-1.0.0-cp310-cp310-macosx_13_0_arm64.whl (273.4 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for simplepyble-1.0.0.tar.gz
Algorithm Hash digest
SHA256 138cf9c6fcc72d336ac50d97c2ab986dfb0ffbac0ef174095570c17b361a258c
MD5 54e05fdb6db195c62c1f2b959114d2e4
BLAKE2b-256 cb0d15cab13813332bf7ad398ff6564b6cb22ffc500f8ea523dfa255c818f3ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.0.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 310.4 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for simplepyble-1.0.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 d652f2e4092d4cc14e65e5bec29e45a3f52adc7db7253b5c7a0e06abcae2b547
MD5 d09af33a551d7fef422dac01ada1e35c
BLAKE2b-256 df53250ac64bc804226ecaa732462b43336cfbb66d6a84cf92a47cf20b853974

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplepyble-1.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4f516c4cc9d1f945009e2b4b9d686fca663270e852d513a542a74e045fd0afe4
MD5 181eab95ff5f18325c7b138fb68f2b79
BLAKE2b-256 7fdaea1a503b5a0917c61ac9fc638a0944008eb31d7cb6d8e8b57b2bfb0dee33

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.0.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 284.6 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-1.0.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 ccae96e2b4c491ee19baccec840b1ef7bfa7521d283eb8bca35c5c1fe69ac537
MD5 ca054384d8ea8626935e56b7dca39a68
BLAKE2b-256 087cc552567e4ba30e9bc49f267c8bf9ffe995a7bf0a94361d36f426d6e65ad0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4d772b98f96029f552b35369eb7342d1f24b50ce5bb4d5128b4c8984331ae34f
MD5 29b20071a66298a5dce30b764dd26453
BLAKE2b-256 fd8cdce8383546a7c7b36bf04ddccbcafb37ff1396e63eee46c39d26959f168f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp314-cp314-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 6f72e375c5f15c30bb0abad9530193d1ad960f8e0ad67ef2cbc54e96abd44d8e
MD5 d849fa2c54498c5cd4d117ad5aa80b6a
BLAKE2b-256 1d34e67bcd886d9c2215a7b7a1623fa71d0df106b00e5869bc854b709a7cde4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f395eb17b704d53ed81f15d0fe9d74faf437ae449f4ff91b88bb24d74a912876
MD5 7f63442efb1ffc2b901e367fd0f8d04d
BLAKE2b-256 bc9fb1d67bcb17940baebc77ceb8315e8db24f2888c2a6dc627c55a3b1c31d3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2e6a681c35f5c9da1544112368499f1952b61f09e60511101fb0e1533281a6d5
MD5 161adaa0d1d55dc1d21f64df9791f65d
BLAKE2b-256 ad67dda8b93007741e6522f7598f7aeb3be68d8690a79184a2e80356aa52f642

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp314-cp314-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 a72c1638692f89c0ae14d4960e2e9a56649d439f590068e74a82bcd7661cc791
MD5 205d8bde2d9292c1467452be043782bd
BLAKE2b-256 25d0cadac7d5aaa030e4a0fc66444ce59211c25833a9903a1bfcce7537ce3891

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9e11d6192a7c5637cba951dbbf8388c8df0cfe892fd410ea4366779c47897a68
MD5 2d4337df5a0ed78d73e4e74ab0b3dec1
BLAKE2b-256 a569ad42fc2ca2e3dc7d91965596d7e67035e783f1650a808cf6fd7dcc9faff8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.0.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 302.2 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for simplepyble-1.0.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 5bd20529fbaec49b5c59d9921cce1173a7264b868b5d771892f6d9899a729d41
MD5 98a9045a4d1e2a0ec610cb2a6e9640c8
BLAKE2b-256 1d42ff9b5511a7284a03165b7fbf6e512f09cded0e14d000e64d6b57f07dc1fa

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplepyble-1.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ae250d447343c08af6aff3fd79d245a101e11a039fcda8b0fdd120bd777a6ae6
MD5 e06f8bd8891f415704d3157d69b7d8c5
BLAKE2b-256 cd124222dea284b1556cf64c64757c224dcf69adda791178e79a272528c73607

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.0.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 278.0 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-1.0.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 5658aba42dffcb745e2adb1f801b8c4ddd349237ad1fc5080afe09df5869176b
MD5 b551b215e4b52b577f3aee412a75d9b5
BLAKE2b-256 33d2a170c72528930dbc35c7d66103ed677f2903df901628b31e909b44339972

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f0cd711f4542a3c557789bbae4a7edfbe81a0bc78fc4da2032700b3ef67bd00
MD5 6b93f1189855c330301755562f5d04dd
BLAKE2b-256 e08fcc388276bee6aa7e6271a02e632c2d835d7a2a9998a8f0981a16562c7b21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp313-cp313-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 7d7fa2d4d302db5242f8b892c618c2bd1e16d7b723f7ddd995bc4a790fe209fc
MD5 29dfea7e0e4d0565979aadf51f6c4649
BLAKE2b-256 4a9ab0080095ad18da97998072fe2856367a9b6738bef49d67b2384a261b9541

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3cd25435a271db27cc0735fdd584d3a0697d40b705101f8d1e9ed12ea3d6e6a2
MD5 99efa591d72995df67c76260bd70852b
BLAKE2b-256 7d5c140a7c9b583794c14b18563c5fe1679a2be348980b7c4894af1c023e5e41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 597b8ae981b0c7fa125cff4a01e7fd6ecc1346803e897846686f8c4756a64c7d
MD5 882baae1863826184b4f0ccc54341630
BLAKE2b-256 9240e9728edbdb6453fae12bfe277fe2d81607c11cfe2d0b399c3f2de8dfb544

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp313-cp313-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 2797eb9cc00545094a885083ab506a1c2cc1cbe59933c52db682da2be3ddc6d3
MD5 1b4fc1e3a4ce07f55bd5f80d2d55d0c0
BLAKE2b-256 1ae15bd3471132bb53087005f8db9529083c243e32b58f2f5257684294862237

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5c0236922ee8f8421d94e35b8dd4875000e5f4d21fcc0622b702dce5496a6360
MD5 4694c7e7143dfd867419cf1c613a8af3
BLAKE2b-256 980dad7919c29b1f6c562b067119654392c6253ad30f96a30731172962cd4b8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.0.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 302.2 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for simplepyble-1.0.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 cc75781f86d42d0ca325014c89eb4cb77ba968f67747158b200065733ad9e6bf
MD5 6c3e0a006de8fb79d0756e3c0694639a
BLAKE2b-256 04382596f63c894bbb4f6f22420307656e121a69cbedfd0e1a16ebd429755522

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplepyble-1.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a7f254478a38a816f691bd4a29209c1a08010b7b0ca5c504823a33da71553410
MD5 50887ac8c5046cb5e8218e4cccf48141
BLAKE2b-256 1e6b67f9e43254ab3f31996c293b030705ab61e8419482848a68d089f38a554b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.0.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 277.9 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-1.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 51d4411b405c4d96ba0304e9e34f8777256256d38e22c920b5586e314614a3d4
MD5 052e25408e81456e23db5f6e837bacd4
BLAKE2b-256 a36094c478b91121ef9ebd1f30dc73f14663d7e2aa4033f302d233417dbe1f35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 acae8de9d59aed450913a8febb5dd572446aaabcb3754d8b5236a2922c1231d3
MD5 db20190dd6bb62b5c7c2f2d4bac8c4c8
BLAKE2b-256 07e9627dccfb93c992007387b8b3c89e26a597164c02f25e20c115c6231be579

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp312-cp312-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 271e7f0c30872337449eaef60583a99ceb8c8f6c6f73e6f37fb506d5d1fc8c39
MD5 838671aa7095749170353781264971df
BLAKE2b-256 ea378bce7ad150f10687d02bbffba43709db8f0639207bb41714f0328d686ba0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 88be4798097096c99036780642428cf312a58de0b8858854520ea2c14ab3a987
MD5 9b9efe044fd415a8e515c994ac43844a
BLAKE2b-256 a2873a0afc1f917380de87cdd132eab756114b510f73776288d7be07f68b0aec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 15037cb0c4e47d473901bf21fa59be2792b7112f5cfb5b97ffe34d4e74d4fdb0
MD5 d33cec86f6fb0503825645e31fde8f07
BLAKE2b-256 e990c50cd6d5104191599b8962da46a31f319d920c21e9f386464dd78770bce0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp312-cp312-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 f7d23226c2a8f23c6be131e2b897d92877c1a280c5eeaf70713d18db497b630b
MD5 b24ffec4c3a368ebe4154eb0b29e647c
BLAKE2b-256 bb4dba97a4fede94aa9c99db1a9ebdaf2c752b381169cef9deb38519389e6cd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d44fc476b885c440aae4104b2039684167e0888a5456c4e23c79e10f2de19292
MD5 8050f9f68abd687c1eb736b661d46579
BLAKE2b-256 883496252af48fa4be57e4a3f15937db449838f27e55170e077767b10c387624

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.0.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 305.6 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for simplepyble-1.0.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 1be036a5192f5f41e26765f092638c869c4257ab102f3570c35e108930482231
MD5 5a5d96122b7eeb75574758f71aee6b8e
BLAKE2b-256 36151f8cb8791d6c6144d70f47c3b05b09de32edf7f9bfff743918eb40155116

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplepyble-1.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dc17257aade0e5a0bfdf932781ca4dcb5dc475cd59730d8d064adbc9ffdc0627
MD5 553b6596117bab953f366b98ae92971e
BLAKE2b-256 b3c0f2fcb8e3c1719c044ba17fc2229d89a26eb57b710b9f603eef3d88920ce6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.0.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 278.1 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-1.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b1194693cf2f9136e0b21b51007ed9c346525cdd06d3a4a10b653e625628f5c1
MD5 06ee01aa55b7dca2dbd6e8abab5c3f02
BLAKE2b-256 b458223b0d62cf67677b6748fa171b70f44b9fe85e8659f839fed2e57a876977

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f507a61eaacca9b30124f883386350496c1e9f0bb8d52dc335004a10bf54f96
MD5 28c117d687e2cc8d2bbf31c50d520b79
BLAKE2b-256 0b1323516e509ded9ce1861f67fec51255c570453a3a6a883a916438b3bd5cf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp311-cp311-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 7717240592b004aa704a949aea6842e1473dde70b0d813e9b8b86f879ec62a13
MD5 9c9cb190c386bbe2fc36b65861608728
BLAKE2b-256 a64ad646bab58fa562ed6f648a65f8dd6774213adfbddb7929fc0970306c14e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4545055376f3bc5777aabe5e395c92e4e4ad0e50e5252342621644d0f3c2fc9d
MD5 2dafb88dcd1ac4cbfaf0ea3b90516238
BLAKE2b-256 95e69f702b45205d207d657dc3065077e8658a82ef86d7713f275d362a427f0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d98efedbe30ed637cd59fd0de25891745ea6998b5ca9664a976a5218434a4a73
MD5 60c694b848d15308a3b4c13cc029ad37
BLAKE2b-256 0bf0bed7377d5b7a1c66abb474251a568f4257586d703cb5c5586cbcac6e9de4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 56979c624d70347d716dfae091dbd6a6b4524e97d5d3edfaee891a8f42ec41c3
MD5 c478bbb5684db9356b92f85fea7426dc
BLAKE2b-256 12fc0916607d09d2cd997ff65cc5c09933601b8a889adf8f677b7edc7b011cf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5fbee1a619f236c261298c26fa3f1456b27c94b227165be9fb9e36db525519bf
MD5 d3c52050fe55b46cc7ae7c41eb306459
BLAKE2b-256 e9e985da6203783abcc0957bfbb1593857a68ab5f75aee1e247005310fb709e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.0.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 305.0 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for simplepyble-1.0.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 20593433003d2a3b4ab6a0937b6ee572ad01d9811a95aa5d7c74814966253051
MD5 de3fc047fdbbc640002c46df2ea99626
BLAKE2b-256 e72fd7a9babf2552aa2e6a5f5761e8ce8e1fc403d19ba0d97f8d9f374b537916

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplepyble-1.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c132aca5da9265b8a7ae8beaf9f4e43dc831cfe859f8f2bddab9307e3a26877b
MD5 34fe3162118329ff977ada15e12d62b7
BLAKE2b-256 e67d3d9fb6ed22a7d187a78e7f1ce17a79a096631bbf4e3213ce93223e27d524

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplepyble-1.0.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 277.0 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-1.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c3ddd2f83d85d898735f45c0554aeeb23fe8e5a53bb4ef0b84ec60fd889479c0
MD5 1223fcbf7f5557a2c0ffeffdb668153d
BLAKE2b-256 0000c7f48e4548969c847c3ea5f73b0225788b302bfe9f7f71eb6e6bc635232a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3ae11dfcf93c697f7c3b53449ff60f46aeac92a415b30bee9df67d6320d21645
MD5 ae034896c7f819bbe4ba3a697ace769a
BLAKE2b-256 3139715b2e7f1a49fbac52662f4daca38e29eb9d177268259ffcaf078e9549d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp310-cp310-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 c031e896f99c0b85e33ed990efa662b3dc8232fea9f0623efcd210ea512a796a
MD5 6ac19a76bd608244c98e6d8f2f06b07a
BLAKE2b-256 86e829789ed95809da9ac02d4c347a5c1847a0d36ae63e1af92d18de6e8f5a3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 34341196d01c8e8a61609c1873466480bfced11944ee625dc0b600fe2c6e29e4
MD5 04edbd8653b34b76c92b5e3d43c77b24
BLAKE2b-256 6eac9ef5859dc3a3e36b819d68f422dca998a98db77958acc34095c78c949e85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a48b39e12c40960acb3137627dfb5865e92af127876321b5ecde9778da5386e4
MD5 77af9c1b23812795f36be1b158141498
BLAKE2b-256 280251a4c40ac2c224e357e843c87c29a3739fd0016d352e488276f85e4bacd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp310-cp310-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 f5e4a6ec14220c365d596eb980e9a7ce19c9fa404ebe634bbda5491755685312
MD5 1ac76f2ad38a3fc224f264e068eecd23
BLAKE2b-256 4ca23d43965442532b7aaa63ac4d5fdaf41ad6cbe0581e2b0c83cdd690335c7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplepyble-1.0.0-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7b38c43f8d0a98339c9a20b3890031c41d5e5c49330b0f975d81f05bd8085848
MD5 9c330f349c1b947829cb44a89e747087
BLAKE2b-256 8f26907fa4b01e118dc3f8b73073517c8b473f4fb97d266edcf72d7f73ff18a2

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