Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 10, 2020 20:03
Show Gist options
  • Save r-ryantm/63e7f002dc6d15f11112bdea74a33293 to your computer and use it in GitHub Desktop.
Save r-ryantm/63e7f002dc6d15f11112bdea74a33293 to your computer and use it in GitHub Desktop.
/nix/store/zilw5ircp317fm2n1xymsllj7y59irrm-python2.7-jwcrypto-0.7
├── lib
│   └── python2.7
│   └── site-packages
│   ├── jwcrypto
│   │   ├── common.py
│   │   ├── common.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── jwa.py
│   │   ├── jwa.pyc
│   │   ├── jwe.py
│   │   ├── jwe.pyc
│   │   ├── jwk.py
│   │   ├── jwk.pyc
│   │   ├── jws.py
│   │   ├── jws.pyc
│   │   ├── jwt.py
│   │   ├── jwt.pyc
│   │   ├── tests-cookbook.py
│   │   ├── tests-cookbook.pyc
│   │   ├── tests.py
│   │   └── tests.pyc
│   └── jwcrypto-0.7.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── doc
└── jwcrypto
├── LICENSE
└── README.md
9 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment