.coveragerc
.editorconfig
.gitignore
.gitlint
.gitreview
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/gerrit-verify.yaml
.github/workflows/release.yaml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/python_one_password/__init__.py
src/python_one_password/caching.py
src/python_one_password/cli.py
src/python_one_password/credentials.py
src/python_one_password/functions.py
src/python_one_password/skeleton.py
src/python_one_password/tags.py
src/python_one_password.egg-info/PKG-INFO
src/python_one_password.egg-info/SOURCES.txt
src/python_one_password.egg-info/dependency_links.txt
src/python_one_password.egg-info/entry_points.txt
src/python_one_password.egg-info/not-zip-safe
src/python_one_password.egg-info/requires.txt
src/python_one_password.egg-info/top_level.txt
tests/conftest.py
tests/test_skeleton.py