Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 27, 2020 23:16
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 r-ryantm/bf2c9bc8bc9b1b7d5f0dbb49a37bccc8 to your computer and use it in GitHub Desktop.
Save r-ryantm/bf2c9bc8bc9b1b7d5f0dbb49a37bccc8 to your computer and use it in GitHub Desktop.
/nix/store/cggfzk4nwibvq7zvjvyrvy742ykp9krc-python2.7-josepy-1.4.0
├── bin
│   └── jws
├── lib
│   └── python2.7
│   └── site-packages
│   ├── josepy
│   │   ├── b64.py
│   │   ├── b64.pyc
│   │   ├── b64_test.py
│   │   ├── b64_test.pyc
│   │   ├── errors.py
│   │   ├── errors.pyc
│   │   ├── errors_test.py
│   │   ├── errors_test.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── interfaces.py
│   │   ├── interfaces.pyc
│   │   ├── interfaces_test.py
│   │   ├── interfaces_test.pyc
│   │   ├── json_util.py
│   │   ├── json_util.pyc
│   │   ├── json_util_test.py
│   │   ├── json_util_test.pyc
│   │   ├── jwa.py
│   │   ├── jwa.pyc
│   │   ├── jwa_test.py
│   │   ├── jwa_test.pyc
│   │   ├── jwk.py
│   │   ├── jwk.pyc
│   │   ├── jwk_test.py
│   │   ├── jwk_test.pyc
│   │   ├── jws.py
│   │   ├── jws.pyc
│   │   ├── jws_test.py
│   │   ├── jws_test.pyc
│   │   ├── magic_typing.py
│   │   ├── magic_typing.pyc
│   │   ├── magic_typing_test.py
│   │   ├── magic_typing_test.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
│   │   ├── test_util.pyc
│   │   ├── util.py
│   │   ├── util.pyc
│   │   ├── util_test.py
│   │   └── util_test.pyc
│   └── josepy-1.4.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 70 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment