.coveragerc
.gitignore
.gitmodules
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
data/member_service_uuids.json
data/oui.txt
data/sdo_service_uuids.json
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
scripts/generate_modules.py
src/bluetooth_numbers/__init__.py
src/bluetooth_numbers/_characteristics.py
src/bluetooth_numbers/_companies.py
src/bluetooth_numbers/_descriptors.py
src/bluetooth_numbers/_ouis.py
src/bluetooth_numbers/_services.py
src/bluetooth_numbers/dicts.py
src/bluetooth_numbers/exceptions.py
src/bluetooth_numbers/py.typed
src/bluetooth_numbers/utils.py
src/bluetooth_numbers.egg-info/PKG-INFO
src/bluetooth_numbers.egg-info/SOURCES.txt
src/bluetooth_numbers.egg-info/dependency_links.txt
src/bluetooth_numbers.egg-info/not-zip-safe
src/bluetooth_numbers.egg-info/requires.txt
src/bluetooth_numbers.egg-info/top_level.txt
templates/companies.py.jinja
templates/ouis.py.jinja
templates/uuids.py.jinja
tests/__init__.py
tests/conftest.py
tests/test_characteristics.py
tests/test_companies.py
tests/test_descriptors.py
tests/test_ouis.py
tests/test_services.py
tests/test_utils.py