Metadata-Version: 2.1
Name: bluez-dbus-emulator
Version: 0.1.0
Summary: Python BlueZ DBus emulator
Home-page: https://github.com/OpenBluetoothToolbox/python_bluez_dbus_emulator
Author: Kevin Dewald
License: UNKNOWN
Description: # bluez_dbus_emulator
        
        A simple set of libraries to allow emulating the behavior of a BlueZ
        Bluetooth device over DBus.
        
        ## Prerequisites
        
        Before you begin, ensure you have met the following requirements:
        - [dbus_next](https://github.com/altdesktop/python-dbus-next)
        
        ## Installation
        
        ```
        pip3 install bluez_dbus_emulator
        ```
        
        ## Usage
        
        For usage instructions, just follow the examples provided in the `examples` folder.
        
        ## Contributors
        
        Thanks to the following people who have contributed to this project:
        * [@Andrey1994](https://github.com/Andrey1994)
        
        ## License
        
        This project is licensed under the terms of the [MIT Licence](LICENCE.md).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.5.6
Description-Content-Type: text/markdown
