aries-askar 0.4.6

Askar cryptographic primitives and secure storage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[flake8]
# https://github.com/ambv/black#line-length
max-line-length = 88
exclude =
    */tests/**
extend_ignore = D202, W503
per_file_ignores = */__init__.py:D104

[tool:pytest]
minversion = 5.0
testpaths =
    tests
asyncio_mode=auto
asyncio_default_fixture_loop_scope=session