.coveragerc
.gitignore
.gitmodules
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE.txt
README.md
__init__.py
mkdocs.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/docs.yml
docs/Makefile
docs/auth.md
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/controller.md
docs/dev.md
docs/index.md
docs/license.md
docs/model.md
docs/osw.md
docs/readme.md
docs/requirements.txt
docs/tools.md
docs/_static/.gitignore
docs/tutorials/basics.ipynb
docs/tutorials/img/osw_intro_data_model.png
docs/tutorials/img/osw_intro_technology_stack.png
examples/accounts.pwd.yaml
examples/clean_demo_platform.py
examples/controller_logic.py
examples/create_entity.py
examples/create_page_package.py
examples/database_access.py
examples/device_inventory.py
examples/file_download_minimal.py
examples/file_upload_download.py
examples/generate_rdf.py
examples/get_page_content.py
examples/gui_local_slot_editing.py
examples/inter_osw_copy_page.py
examples/load_entity.py
examples/offline_content_package.py
examples/ontology_import emmo.py
examples/ontology_import.py
examples/ontology_import_mwo.py
examples/oold_integration.py
examples/page_manipulation.py
examples/query_minimal.py
examples/register_model.py
examples/settings.example.json
examples/store_entity.py
examples/update_local_model.py
examples/use_express_functions.py
examples/data/example_ontology.ttl
examples/data_processing/local_jsonpath_queries.py
examples/data_processing/regex_matching.py
examples/prefect/deploy_flow.py
examples/prefect/hello_world.py
examples/prefect/notify_teams.py
scripts/migration/file_page_migration.py
scripts/migration/legacy_articles
src/osw/__init__.py
src/osw/auth.py
src/osw/core.py
src/osw/custom_types.py
src/osw/defaults.py
src/osw/express.py
src/osw/ontology.py
src/osw/params.py
src/osw/sparql_client_smw.py
src/osw/wiki_tools.py
src/osw/wtsite.py
src/osw.egg-info/PKG-INFO
src/osw.egg-info/SOURCES.txt
src/osw.egg-info/dependency_links.txt
src/osw.egg-info/not-zip-safe
src/osw.egg-info/requires.txt
src/osw.egg-info/top_level.txt
src/osw/controller/__init__.py
src/osw/controller/database.py
src/osw/controller/entity.py
src/osw/controller/page_package.py
src/osw/controller/file/__init__.py
src/osw/controller/file/base.py
src/osw/controller/file/local.py
src/osw/controller/file/memory.py
src/osw/controller/file/remote.py
src/osw/controller/file/s3.py
src/osw/controller/file/wiki.py
src/osw/data/__init__.py
src/osw/data/import_utility.py
src/osw/data/mining.py
src/osw/model/__init__.py
src/osw/model/entity.py
src/osw/model/page_package.py
src/osw/utils/__init__.py
src/osw/utils/code_postprocessing.py
src/osw/utils/oold.py
src/osw/utils/regex.py
src/osw/utils/regex_pattern.py
src/osw/utils/strings.py
src/osw/utils/templates.py
src/osw/utils/util.py
src/osw/utils/wiki.py
src/osw/utils/wikitext.py
src/osw/utils/workflow.py
tests/conftest.py
tests/controller_mixin.py
tests/data_import_utility_test.py
tests/sparql_client_test.py
tests/test_credential_manager.py
tests/test_osl.py
tests/test_wiki_tools.py
tests/integration/db_test.py
tests/integration/example_ontology.ttl
tests/integration/file_page_migration_dependencies.py
tests/integration/login_test.py
tests/integration/ontology_import_test.py
tests/integration/performance_test.py
tests/integration/store_and_load_test.py
tests/integration/test.png
tests/integration/test.svg
tests/integration/test_express.py
tests/integration/test_file_controller.py
tests/integration/test_file_page_migration.py
tests/integration/test_page_export_import.py
tests/integration/test_page_package.py
tests/integration/test_rdf_generation.py
tests/utils/code_postprocessing_test.py
tests/utils/oold.py
tests/utils/templates_test.py
tests/utils/utils_test.py
tests/utils/workflow_test.py