.pre-commit-config.yaml
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
test_list_resources.py
tox.ini
.github/README.md
.github/WORKFLOW_SETUP.md
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/pre-commit.yml
.github/workflows/publish.yml
euno/__init__.py
euno/api.py
euno/auth.py
euno/cli.py
euno/config.py
euno/core.py
euno/glossary.py
euno/metadata_tags.py
euno/personas.py
euno/resources.py
euno/version.py
euno.egg-info/PKG-INFO
euno.egg-info/SOURCES.txt
euno.egg-info/dependency_links.txt
euno.egg-info/entry_points.txt
euno.egg-info/not-zip-safe
euno.egg-info/requires.txt
euno.egg-info/top_level.txt
scripts/update_version.py
tests/conftest.py
tests/test_auth.py
tests/test_euno.py
tests/test_glossary.py
tests/test_metadata_tags.py
tests/test_resources.py