.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE.txt
Makefile
README.md
pyproject.toml
uv.lock
.github/dependabot.yml
.github/workflows/call-contributor-issue-comment.yml
.github/workflows/call-contributor-pr-reply.yml
.github/workflows/call-manage-issue-header.yml
.github/workflows/call-pull-request-target.yml
.github/workflows/call-update-pr-spreadsheet.yml
.github/workflows/community-contribution-labeling.yml
.github/workflows/finalized_specs.yml
.github/workflows/npm-publish.yml
.github/workflows/pre-commit.yml
.github/workflows/pypi-publish.yml
.github/workflows/pythontest.yml
.github/workflows/unassign-inactive.yaml
docs/README.md
docs/img/le-utils_constants_and_mapping.png
js/CompletionCriteria.js
js/EmbedContentRequest.js
js/EmbedTopicsRequest.js
js/LearningObjectives.js
js/Library.js
js/MasteryCriteria.js
js/Modalities.js
js/Uuid.js
js/index.js
js/package.json
js/labels/AccessibilityCategories.js
js/labels/LearningActivities.js
js/labels/Levels.js
js/labels/Needs.js
js/labels/ResourceType.js
js/labels/Subjects.js
le_utils/__init__.py
le_utils/humanhash.py
le_utils/proquint.py
le_utils/uuidv5.py
le_utils.egg-info/PKG-INFO
le_utils.egg-info/SOURCES.txt
le_utils.egg-info/dependency_links.txt
le_utils.egg-info/top_level.txt
le_utils/constants/__init__.py
le_utils/constants/completion_criteria.py
le_utils/constants/content_kinds.py
le_utils/constants/embed_content_request.py
le_utils/constants/embed_topics_request.py
le_utils/constants/exercises.py
le_utils/constants/file_formats.py
le_utils/constants/file_types.py
le_utils/constants/format_presets.py
le_utils/constants/languages.py
le_utils/constants/learning_objectives.py
le_utils/constants/library.py
le_utils/constants/licenses.py
le_utils/constants/mastery_criteria.py
le_utils/constants/modalities.py
le_utils/constants/roles.py
le_utils/constants/uuid.py
le_utils/constants/labels/__init__.py
le_utils/constants/labels/accessibility_categories.py
le_utils/constants/labels/learning_activities.py
le_utils/constants/labels/levels.py
le_utils/constants/labels/needs.py
le_utils/constants/labels/resource_type.py
le_utils/constants/labels/subjects.py
le_utils/resources/formatlookup.json
le_utils/resources/kindlookup.json
le_utils/resources/languagelookup.json
le_utils/resources/licenselookup.json
le_utils/resources/presetlookup.json
scripts/add_language.py
scripts/generate_from_specs.py
spec/constants-library.json
spec/constants-modalities.json
spec/constants-uuid.json
spec/labels-v1.json
spec/schema-completion_criteria.json
spec/schema-embed_content_request.json
spec/schema-embed_topics_request.json
spec/schema-learning_objectives.json
spec/schema-mastery_criteria.json
tests/test_formats.py
tests/test_getformats.py
tests/test_getlangs.py
tests/test_kinds.py
tests/test_labels.py
tests/test_languages.py
tests/test_library.py
tests/test_licenses.py
tests/test_presets.py
tests/test_schemas.py
tests/test_uuid.py