.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
LICENSE.txt
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/publish-package.yml
.github/workflows/release.yml
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
hooks/post_gen_project.py
images/KM26s6j_i_f__annotated_folder_structure.png
src/contexere/__init__.py
src/contexere/analytics.py
src/contexere/clone.py
src/contexere/collect.py
src/contexere/conf.py
src/contexere/cookiecutter_extension.py
src/contexere/logbook.py
src/contexere/nxt.py
src/contexere/ragdb.py
src/contexere/scheme.py
src/contexere.egg-info/PKG-INFO
src/contexere.egg-info/SOURCES.txt
src/contexere.egg-info/dependency_links.txt
src/contexere.egg-info/entry_points.txt
src/contexere.egg-info/not-zip-safe
src/contexere.egg-info/requires.txt
src/contexere.egg-info/top_level.txt
src/contexere/_template/ccds.json
src/contexere/_template/cookiecutter.json
src/contexere/_template/{{ cookiecutter.repo_name }}/.gitignore
src/contexere/_template/{{ cookiecutter.repo_name }}/LICENSE
src/contexere/_template/{{ cookiecutter.repo_name }}/Makefile
src/contexere/_template/{{ cookiecutter.repo_name }}/README.md
src/contexere/_template/{{ cookiecutter.repo_name }}/pyproject.toml
src/contexere/_template/{{ cookiecutter.repo_name }}/setup.cfg
src/contexere/_template/{{ cookiecutter.repo_name }}/data/.gitkeep
src/contexere/_template/{{ cookiecutter.repo_name }}/data/external/.gitkeep
src/contexere/_template/{{ cookiecutter.repo_name }}/data/interim/.gitkeep
src/contexere/_template/{{ cookiecutter.repo_name }}/data/processed/.gitkeep
src/contexere/_template/{{ cookiecutter.repo_name }}/data/raw/.gitkeep
src/contexere/_template/{{ cookiecutter.repo_name }}/docs/.gitkeep
src/contexere/_template/{{ cookiecutter.repo_name }}/docs/mkdocs/README.md
src/contexere/_template/{{ cookiecutter.repo_name }}/docs/mkdocs/mkdocs.yml
src/contexere/_template/{{ cookiecutter.repo_name }}/docs/mkdocs/docs/getting-started.md
src/contexere/_template/{{ cookiecutter.repo_name }}/docs/mkdocs/docs/index.md
src/contexere/_template/{{ cookiecutter.repo_name }}/notebooks/.gitkeep
src/contexere/_template/{{ cookiecutter.repo_name }}/notebooks/{{ cookiecutter.repo_name }}{{ firstRAG() }}__template_notebook.ipynb
src/contexere/_template/{{ cookiecutter.repo_name }}/references/{{ cookiecutter.repo_name }}_bibliography.bib
src/contexere/_template/{{ cookiecutter.repo_name }}/references/figs/KM26oOa__contexere_dates.png
src/contexere/_template/{{ cookiecutter.repo_name }}/reports/.gitkeep
src/contexere/_template/{{ cookiecutter.repo_name }}/reports/{{ cookiecutter.repo_name }}{{ firstRAG() }}__template_report.tex
src/contexere/_template/{{ cookiecutter.repo_name }}/results/.gitkeep
src/contexere/_template/{{ cookiecutter.repo_name }}/results/{{ cookiecutter.repo_name }}_logbook.org
src/contexere/_template/{{ cookiecutter.repo_name }}/results/{{ cookiecutter.repo_name }}{{ firstRAG() }}__directory_structure.txt
src/contexere/_template/{{ cookiecutter.repo_name }}/results/figs/.gitkeep
src/contexere/_template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.module_name }}/__init__.py
src/contexere/_template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.module_name }}/config.py
src/contexere/_template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.module_name }}/dataset.py
src/contexere/_template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.module_name }}/features.py
src/contexere/_template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.module_name }}/plots.py
src/contexere/_template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.module_name }}/modeling/__init__.py
src/contexere/_template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.module_name }}/modeling/predict.py
src/contexere/_template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.module_name }}/modeling/train.py
src/contexere/_template/{{ cookiecutter.repo_name }}/tests/pytest/test_data.py
src/contexere/_template/{{ cookiecutter.repo_name }}/tests/unittest/test_data.py
src/contexere/data/__init__.py
src/contexere/data/cache.py
src/contexere/data/context.py
src/contexere/data/groups.py
src/contexere/data/interfaces/__init__.py
src/contexere/data/interfaces/contextdb.py
src/contexere/data/interfaces/interpreter.py
tests/__init__.py
tests/conftest.py
tests/clone/__init__.py
tests/clone/test_clone_file.py
tests/clone/test_next_filename.py
tests/clone/test_next_rag.py
tests/collect/__init__.py
tests/collect/test_build_context.py
tests/collect/test_extend_timeline.py
tests/collect/test_grow_context.py
tests/collect/test_summary.py
tests/cookiecutter_extension/__init__.py
tests/cookiecutter_extension/test__acronym.py
tests/data/__init__.py
tests/data/cache/__init__.py
tests/data/cache/test_exclude_path.py
tests/data/cache/test_fill_cache.py
tests/data/context/__init__.py
tests/data/context/test_artefact_name.py
tests/data/context/test_clean_up_remainder.py
tests/data/context/test_confirm_partial_rag.py
tests/data/context/test_confirm_project_identifier.py
tests/data/context/test_confirm_rag.py
tests/data/context/test_index_dependencies.py
tests/data/context/test_index_file_artefact.py
tests/data/groups/__init__.py
tests/data/groups/test_ResearchArtefactGroups.py
tests/data/groups/test_compile_references.py
tests/data/interfaces/__init__.py
tests/data/interfaces/contextdb/__init__.py
tests/data/interfaces/contextdb/test_ContextDB.py
tests/data/interfaces/interpreter/__init__.py
tests/data/interfaces/interpreter/test_get_execution_context.py
tests/logbook/__init__.py
tests/logbook/test_Calendar.py
tests/nxt/__init__.py
tests/nxt/test_main.py
tests/nxt/test_main_clone.py
tests/nxt/test_process_nxt.py
tests/nxt/test_reference_nxt.py
tests/scheme/__init__.py
tests/scheme/test_abbreviate_date.py
tests/scheme/test_abbreviate_time.py
tests/scheme/test_decode_abbreviated_datetime.py
tests/scheme/test_join_tokens.py
tests/scheme/test_next_month_start.py
tests/scheme/test_suggest_next.py