LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
bankid/__init__.py
bankid/__version__.py
bankid/certutils.py
bankid/exceptions.py
bankid/jsonclient.py
bankid/certs/__init__.py
bankid/certs/appapi.bankid.com.pem
bankid/certs/appapi.test.bankid.com.pem
bankid/certs/appapi2.bankid.com.pem
bankid/certs/appapi2.test.bankid.com.pem
bankid/experimental/__init__.py
bankid/experimental/helper.py
bankid/experimental/verify.py
examples/qrdemo/.gitignore
examples/qrdemo/README.md
examples/qrdemo/requirements.txt
examples/qrdemo/qrdemo/app.py
examples/qrdemo/qrdemo/templates/auth_complete.html
examples/qrdemo/qrdemo/templates/index.html
examples/qrdemo/qrdemo/templates/qr.html
pybankid.egg-info/PKG-INFO
pybankid.egg-info/SOURCES.txt
pybankid.egg-info/dependency_links.txt
pybankid.egg-info/requires.txt
pybankid.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_certutils.py
tests/test_exceptions.py
tests/test_jsonclient.py