Metadata-Version: 2.1
Name: btproxipy
Version: 0.2
Summary: Detects if a Bluetooth device is near by querying its RSSI value and executes commands when the device leaves or comes back.
Home-page: https://github.com/LukeSkywalker92/btproxipy
Author: Lukas Scheffler
Author-email: lukecodewalker92@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
Requires-Dist: PyBluez (==0.22)

# btproxipy

## Requirements

This program needs `bluetooth` to be installed.

Debian/Ubuntu:

``` bash
sudo apt-get install bluetooth
```

Arch Linux:

``` bash
pacman -S bluez bluez-utils
systemctl enable bluetooth.service
```

## Installation

``` bash
pip install btproxipy
```

Edit `~/.config/btproxipy/btproxipy.ini` to your needs.

``` bash
systemctl --user enable btproxipy
systemctl --user start btproxipy
```


