.coveragerc
.flake8
.git_archival.txt
.gitattributes
.gitignore
.landscape.yml
.pre-commit-config.yaml
AUTHORS.rst
CONTRIBUTING.rst
LICENSE.md
MANIFEST.in
README.md
dev-requirements.txt
docs-requirements.txt
gui-requirements.txt
mongo-requirements.txt
pyproject.toml
requirements.txt
.github/CODEOWNERS
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/standard.yml
conda-recipe/activate.sh
conda-recipe/deactivate.sh
conda-recipe/meta.yaml
docs/Makefile
docs/pre-release-notes.sh
docs/release_notes.py
docs/source/api.rst
docs/source/cli.rst
docs/source/client.rst
docs/source/conf.py
docs/source/containers.rst
docs/source/index.rst
docs/source/releases.rst
docs/source/upcoming_changes.rst
docs/source/upcoming_release_notes/template-full.rst
docs/source/upcoming_release_notes/template-short.rst
examples/db.json
examples/example.cfg
examples/launch_edl.py
examples/qt/listview.py
examples/qt/treeview.py
happi/__init__.py
happi/__main__.py
happi/_version.py
happi/audit.py
happi/cli.py
happi/client.py
happi/containers.py
happi/errors.py
happi/item.py
happi/loader.py
happi/prompt.py
happi/utils.py
happi/version.py
happi.egg-info/PKG-INFO
happi.egg-info/SOURCES.txt
happi.egg-info/dependency_links.txt
happi.egg-info/entry_points.txt
happi.egg-info/requires.txt
happi.egg-info/top_level.txt
happi/backends/__init__.py
happi/backends/core.py
happi/backends/json_db.py
happi/backends/mongo_db.py
happi/backends/multi_db.py
happi/backends/qs_db.py
happi/qt/__init__.py
happi/qt/designer.py
happi/qt/happi_metadata_view.ui
happi/qt/happi_search_widget.ui
happi/qt/helpers.py
happi/qt/model.py
happi/qt/widgets.py
happi/tests/__init__.py
happi/tests/conftest.py
happi/tests/test_audit.py
happi/tests/test_backends.py
happi/tests/test_cli.py
happi/tests/test_client.py
happi/tests/test_happi_item.py
happi/tests/test_loader.py
happi/tests/test_prompt.py
happi/tests/test_qt.py