.coveragerc
.gitignore
.gitmodules
GITHUB_RELEASE_GUIDE.md
LICENSE
LICENSE.OpenSSL
MANIFEST.in
PYPI_RELEASE.md
README.md
lpass.py
pyproject.toml
pytest.ini
requirements.txt
run_tests.sh
setup.py
.github/dependabot.yml
.github/workflows/dependency-updates.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/security.yml
.github/workflows/tests.yml
lastpass/__init__.py
lastpass/_version.py
lastpass/blob.py
lastpass/cipher.py
lastpass/cli.py
lastpass/client.py
lastpass/exceptions.py
lastpass/http.py
lastpass/kdf.py
lastpass/models.py
lastpass/py.typed
lastpass/session.py
lastpass/xml_parser.py
lastpass_py.egg-info/PKG-INFO
lastpass_py.egg-info/SOURCES.txt
lastpass_py.egg-info/dependency_links.txt
lastpass_py.egg-info/entry_points.txt
lastpass_py.egg-info/not-zip-safe
lastpass_py.egg-info/requires.txt
lastpass_py.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_blob.py
tests/test_blob_parsing.py
tests/test_cipher.py
tests/test_cli.py
tests/test_client.py
tests/test_client_advanced.py
tests/test_exceptions.py
tests/test_fixtures.py
tests/test_http.py
tests/test_integration.py
tests/test_kdf.py
tests/test_models.py
tests/test_session.py
tests/test_xml_parser.py