MANIFEST.in
README.md
pyproject.toml
src/genelastic/__init__.py
src/genelastic.egg-info/PKG-INFO
src/genelastic.egg-info/SOURCES.txt
src/genelastic.egg-info/dependency_links.txt
src/genelastic.egg-info/entry_points.txt
src/genelastic.egg-info/requires.txt
src/genelastic.egg-info/top_level.txt
src/genelastic/api/__init__.py
src/genelastic/api/cli_start_api.py
src/genelastic/api/routes.py
src/genelastic/api/server.py
src/genelastic/api/settings.py
src/genelastic/api/specification.yml
src/genelastic/api/extends/__init__.py
src/genelastic/api/extends/example.py
src/genelastic/api/extends/example.yml
src/genelastic/common/__init__.py
src/genelastic/common/cli.py
src/genelastic/common/elastic.py
src/genelastic/common/exceptions.py
src/genelastic/common/server.py
src/genelastic/common/types.py
src/genelastic/import_data/__init__.py
src/genelastic/import_data/analyses.py
src/genelastic/import_data/analysis.py
src/genelastic/import_data/bi_process.py
src/genelastic/import_data/bi_processes.py
src/genelastic/import_data/cli_gen_data.py
src/genelastic/import_data/cli_import.py
src/genelastic/import_data/cli_info.py
src/genelastic/import_data/cli_integrity.py
src/genelastic/import_data/cli_validate.py
src/genelastic/import_data/constants.py
src/genelastic/import_data/data_file.py
src/genelastic/import_data/filename_pattern.py
src/genelastic/import_data/import_bundle.py
src/genelastic/import_data/import_bundle_factory.py
src/genelastic/import_data/logger.py
src/genelastic/import_data/random_bundle.py
src/genelastic/import_data/tags.py
src/genelastic/import_data/wet_process.py
src/genelastic/import_data/wet_processes.py
src/genelastic/ui/__init__.py
src/genelastic/ui/cli_start_ui.py
src/genelastic/ui/routes.py
src/genelastic/ui/server.py
src/genelastic/ui/settings.py
src/genelastic/ui/templates/analyses.html
src/genelastic/ui/templates/bi_processes.html
src/genelastic/ui/templates/home.html
src/genelastic/ui/templates/layout.html
src/genelastic/ui/templates/version.html
src/genelastic/ui/templates/wet_processes.html
tests/test_010_analyses.py
tests/test_100_import_bundle_format.py
tests/test_200_cli_gen_data.py