Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 16, 2019 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/9c4aa753acf0f60071d29b9f16f6a931 to your computer and use it in GitHub Desktop.
Save ryantm/9c4aa753acf0f60071d29b9f16f6a931 to your computer and use it in GitHub Desktop.
/nix/store/6sgd9wh1wqq80i9gddzal0n6lnqlajhb-python3.7-josepy-1.2.0
├── bin
│   └── jws
├── lib
│   └── python3.7
│   └── site-packages
│   ├── josepy
│   │   ├── b64.py
│   │   ├── b64_test.py
│   │   ├── errors.py
│   │   ├── errors_test.py
│   │   ├── __init__.py
│   │   ├── interfaces.py
│   │   ├── interfaces_test.py
│   │   ├── json_util.py
│   │   ├── json_util_test.py
│   │   ├── jwa.py
│   │   ├── jwa_test.py
│   │   ├── jwk.py
│   │   ├── jwk_test.py
│   │   ├── jws.py
│   │   ├── jws_test.py
│   │   ├── magic_typing.py
│   │   ├── magic_typing_test.py
│   │   ├── __pycache__
│   │   │   ├── b64.cpython-37.pyc
│   │   │   ├── b64_test.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── errors_test.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── interfaces.cpython-37.pyc
│   │   │   ├── interfaces_test.cpython-37.pyc
│   │   │   ├── json_util.cpython-37.pyc
│   │   │   ├── json_util_test.cpython-37.pyc
│   │   │   ├── jwa.cpython-37.pyc
│   │   │   ├── jwa_test.cpython-37.pyc
│   │   │   ├── jwk.cpython-37.pyc
│   │   │   ├── jwk_test.cpython-37.pyc
│   │   │   ├── jws.cpython-37.pyc
│   │   │   ├── jws_test.cpython-37.pyc
│   │   │   ├── magic_typing.cpython-37.pyc
│   │   │   ├── magic_typing_test.cpython-37.pyc
│   │   │   ├── test_util.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── util_test.cpython-37.pyc
│   │   ├── testdata
│   │   │   ├── cert-100sans.pem
│   │   │   ├── cert.der
│   │   │   ├── cert-idnsans.pem
│   │   │   ├── cert.pem
│   │   │   ├── cert-san.pem
│   │   │   ├── critical-san.pem
│   │   │   ├── csr-100sans.pem
│   │   │   ├── csr-6sans.pem
│   │   │   ├── csr.der
│   │   │   ├── csr-idnsans.pem
│   │   │   ├── csr-nosans.pem
│   │   │   ├── csr.pem
│   │   │   ├── csr-san.pem
│   │   │   ├── dsa512_key.pem
│   │   │   ├── README
│   │   │   ├── rsa1024_key.pem
│   │   │   ├── rsa2048_cert.pem
│   │   │   ├── rsa2048_key.pem
│   │   │   ├── rsa256_key.pem
│   │   │   └── rsa512_key.pem
│   │   ├── test_util.py
│   │   ├── util.py
│   │   └── util_test.py
│   └── josepy-1.2.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 69 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment