.gitignore
.gitmodules
LICENSE.txt
Makefile
README.md
pyproject.toml
requirements-dev.txt
setup.py
.github/workflows/tests.yml
data/member_service_uuids.json
data/sdo_service_uuids.json
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/py.typed
src/bluetooth_numbers/services.py
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/top_level.txt
templates/companies.py.jinja
templates/uuids.py.jinja
tests/__init__.py
tests/test_characteristics.py
tests/test_companies.py
tests/test_descriptors.py
tests/test_services.py
tests/test_utils.py