.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
requirements.txt
setup.py
tox.ini
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/codeql-analysis.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/python-package.yml
apias/__init__.py
apias/apias.py
apias/apias.pyi
apias.egg-info/PKG-INFO
apias.egg-info/SOURCES.txt
apias.egg-info/dependency_links.txt
apias.egg-info/entry_points.txt
apias.egg-info/requires.txt
apias.egg-info/top_level.txt
docs/Makefile
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/usage.rst
tests/conftest.py
tests/unit/test_core.py