.gitattributes
.gitignore
.pre-commit-config.yaml
.python-version
.yamllint
CODE_OF_CONDUCT.md
LICENSE
README.md
check_names.py
justfile
pyproject.toml
requirements-dev.txt
requirements-optional.txt
requirements.txt
.github/dependabot.yml
.github/workflows/black.yaml
.github/workflows/dapperdata.yaml
.github/workflows/mypy.yaml
.github/workflows/pypi.yaml
.github/workflows/pytest.yaml
.github/workflows/ruff.yaml
.github/workflows/tomlsort.yaml
.github/workflows/tox.yaml
StringDataDeque.egg-info/PKG-INFO
StringDataDeque.egg-info/SOURCES.txt
StringDataDeque.egg-info/dependency_links.txt
StringDataDeque.egg-info/requires.txt
StringDataDeque.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/getting-started.rst
docs/index.rst
docs/index.rst.bak
docs/make.bat
docs/source/custom.css
docs/source/modules.rst
docs/source/stringdatadeque.rst
src/stringdatadeque/__init__.py
src/stringdatadeque/encryptedstringdeque.py
src/stringdatadeque/protocols.py
src/stringdatadeque/py.typed
src/stringdatadeque/stringdatadeque.py
tests/__init__.py
tests/default.pem
tests/private.pem
tests/test_encryptedssgtringdeque.py
tests/test_stringdatadeque.py
tests/timing.py