LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
BLAPI/__init__.py
BLAPI/cli.py
BLAPI/core.py
BLAPI/launcher.py
BLAPI/lang/en.json
BLAPI/lang/ja.json
BLAPI/lang/ko.json
BLAPI/lang/zh.json
BLAPI/plugin/__init__.py
BLAPI/plugin/build.py
BLAPI/plugin/install.py
BLAPI/plugin/manifest.py
BLAPI/plugin/scaffold.py
BLAPI/plugin/spec.py
BLAPI/plugin/validation.py
BLAPI/plugin/specs/__init__.py
BLAPI/plugin/specs/plugin-spec-v1.json
BLAPI/plugin/templates/__init__.py
BLAPI/plugin/templates/agent/__init__.py
BLAPI/plugin/templates/agent/extra.md.tmpl
BLAPI/plugin/templates/agent/main.py.tmpl
BLAPI/plugin/templates/agent/plugin.json.tmpl
BLAPI/plugin/templates/declarative/__init__.py
BLAPI/plugin/templates/declarative/plugin.json.tmpl
BLAPI/plugin/templates/declarative/theme.json.tmpl
BLAPI/plugin/templates/nav/Page.qml.tmpl
BLAPI/plugin/templates/nav/__init__.py
BLAPI/plugin/templates/nav/plugin.json.tmpl
BLAPI/plugin/templates/python/__init__.py
BLAPI/plugin/templates/python/main.py.tmpl
BLAPI/plugin/templates/python/plugin.json.tmpl
BLAPI/plugin/templates/theme/__init__.py
BLAPI/plugin/templates/theme/plugin.json.tmpl
BLAPI/plugin/templates/theme/theme.json.tmpl
BLDEV.egg-info/PKG-INFO
BLDEV.egg-info/SOURCES.txt
BLDEV.egg-info/dependency_links.txt
BLDEV.egg-info/entry_points.txt
BLDEV.egg-info/requires.txt
BLDEV.egg-info/top_level.txt
tests/test_cli.py
tests/test_core.py
tests/test_launcher.py
tests/test_plugin_sdk.py