Metadata-Version: 2.1
Name: bluetooth-mesh
Version: 0.7.20
Summary: Bluetooth mesh for Python
Home-page: http://github.com/silvairgit/python-bluetooth-mesh
Author-email: michal.lowas-rzechonek@silvair.com
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: System :: Networking
Requires-Python: >=3.6.0,<3.11.0
Description-Content-Type: text/x-rst
Provides-Extra: docs
Provides-Extra: tools
Provides-Extra: capnp
License-File: LICENSE
License-File: AUTHORS

=====================
python-bluetooth-mesh
=====================

.. image:: https://img.shields.io/pypi/v/bluetooth-mesh.svg
    :target: https://pypi.org/project/bluetooth-mesh
    :alt: PyPI version

.. image:: https://img.shields.io/pypi/pyversions/bluetooth-mesh.svg
    :target: https://pypi.org/project/bluetooth-mesh
    :alt: Python versions

.. image:: https://app.travis-ci.com/SilvairGit/python-bluetooth-mesh.svg?branch=master
    :target: https://travis-ci.com/github/SilvairGit/python-bluetooth-mesh
    :alt: See Build Status on Travis CI

.. image:: https://readthedocs.org/projects/python-bluetooth-mesh/badge/?version=latest
    :target: https://python-bluetooth-mesh.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

Bluetooth mesh SDK for Python allows developing applications communicating with
Bluetooth mesh network using BlueZ's bluetooth-meshd.

----

What is this thing?
-------------------

https://www.bluetooth.com/specifications/mesh-specifications

https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc/mesh-api.txt


Installation
------------

You can install "python-bluetooth-mesh" via `pip`_ from `PyPI`_::

    $ pip install bluetooth-mesh


Contributing
------------
Contributions are very welcome. Tests can be run with `tox`_, please ensure
the coverage at least stays the same before you submit a pull request.


License
-------

Distributed under the terms of the `GPL-2.0`_ license, "python-bluetooth-mesh" is
free and open source software


Issues
------

If you encounter any problems, please `file an issue`_ along with a detailed description.

.. _`GPL-2.0`: http://opensource.org/licenses/GPL-2.0
.. _`file an issue`: https://github.com/SilvairGit/python-bluetooth-mesh/issues
.. _`pytest`: https://github.com/pytest-dev/pytest
.. _`tox`: https://tox.readthedocs.io/en/latest/
.. _`pip`: https://pypi.org/project/pip/
.. _`PyPI`: https://pypi.org/project
