Skip to main content

Python module for interfacing with BLE devices through Bluez

Project description

# bluepy3

[![PyPI version](https://img.shields.io/pypi/v/bluepy3.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/bluepy3) [![Supported Python versions](https://img.shields.io/pypi/pyversions/bluepy3.svg?logo=python&logoColor=FFE873)](https://pypi.org/project/bluepy3) [![PyPI downloads](https://img.shields.io/pypi/dm/bluepy3.svg)](https://pypistats.org/packages/bluepy3) [![Code style: Black](https://img.shields.io/badge/code%20style-Black-000000.svg)](https://github.com/psf/black)

This is a Python3 library to allow communication with Bluetooth Low Energy devices on Linux.

## Requirements

The code needs an executable bluepy3-helper to be compiled from C source. This is done automatically if you use the recommended pip installation method (see below). Otherwise, you can rebuild it using the Makefile in the bluepy3 directory.

On Raspberry Pi (debian flavours like: dietpi; raspbian) additional APT packages are required and can be installed with: `(bash) sudo apt-get install libbluetooth-dev `

If you want to rebuild uuids.json then Python3 modules requests and lxml need to be installed. `(python3) python3 -m pip install requests lxml ` Then rebuild uuid.json thus: `(bash) cd src/bluepy3 make uuid.json `

## Installation

To install the current released version, on most Debian-based systems: `(bash) sudo apt-get install python3-pip libglib2.0-dev python3 -m pip install bluepy3 `

If this fails you should install from source. `bash sudo apt-get install git build-essential libglib2.0-dev libbluetooth-dev git clone https://github.com/Mausy5043/bluepy3.git cd bluepy3 ...tbd... `

It is recommended having command-line tools from BlueZ available for debugging. There are instructions for building BlueZ on the Raspberry Pi at http://www.elinux.org/RPi_Bluetooth_LE.

## Documentation

Documentation can be built from the sources in the docs/ directory using Sphinx.

## License

See [LICENSE](LICENSE)

## Acknowledgements

This work builds on previous work by [Ian Harvey](https://github.com/IanHarvey/bluepy) and uses code by the [BleuZ project](http://www.bluez.org/) (not a https site) and the more up-to-date [BleuZ on GitHub](https://github.com/bluez/bluez)

Original source code and documentation can be found at:

https://github.com/IanHarvey/bluepy http://ianharvey.github.io/bluepy-doc/

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

bluepy3-0.0.18.tar.gz (54.8 kB view details)

Uploaded Source

File details

Details for the file bluepy3-0.0.18.tar.gz.

File metadata

  • Download URL: bluepy3-0.0.18.tar.gz
  • Upload date:
  • Size: 54.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.15

File hashes

Hashes for bluepy3-0.0.18.tar.gz
Algorithm Hash digest
SHA256 5680d589a1ef2c2632f7d1c107b4ae61b9aa902447d253991f62934989fbf82f
MD5 2c19b3436608233f1c7de8448cba2834
BLAKE2b-256 63a2742d50a8bf6558def20b3d6dc285d3b8a39b5ab9ac24a35f552f6b2527a5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page