.gitignore
.isort.cfg
.pre-commit-config.yaml
LICENSE
README.md
mkdocs.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/workflows/ci.yml
.github/workflows/docs.yml
docs/awl.md
docs/dev.md
docs/index.md
docs/requirements.txt
src/awl/__init__.py
src/awl/core.py
src/awl/jsonld_context.py
src/awl.egg-info/PKG-INFO
src/awl.egg-info/SOURCES.txt
src/awl.egg-info/dependency_links.txt
src/awl.egg-info/not-zip-safe
src/awl.egg-info/requires.txt
src/awl.egg-info/top_level.txt
tests/test_awl.py