.dockerignore
.flake8
.gitignore
.hadolint.yaml
.pre-commit-config.yaml
.releaserc.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
Dockerfile
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/linter.yml
.github/workflows/publish-docker.yml
.github/workflows/publish-pypi.yml
.github/workflows/release.yaml
sts_auth/__init__.py
sts_auth/_version.py
sts_auth/cli.py
sts_auth/config.py
sts_auth/okta.py
sts_auth/profile.py
sts_auth/profile_set.py
sts_auth/stsauth.py
sts_auth/utils.py
stsauth.egg-info/PKG-INFO
stsauth.egg-info/SOURCES.txt
stsauth.egg-info/dependency_links.txt
stsauth.egg-info/entry_points.txt
stsauth.egg-info/requires.txt
stsauth.egg-info/top_level.txt
tests/__init__.py
tests/test_config.py
tests/test_profile.py
tests/test_stsauth.py
tests/test_utils.py
tests/fixtures/__init__.py
tests/fixtures/fixtures.py
tests/fixtures/html/account_list.html
tests/fixtures/html/saml_account.html
tests/fixtures/html/saml_role.html