Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 20:21
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/045b1579b8de886ccffcbd599726f4ff to your computer and use it in GitHub Desktop.
Save ryantm/045b1579b8de886ccffcbd599726f4ff to your computer and use it in GitHub Desktop.
/nix/store/2kflkdah1agxnl1r76ak95d92s975qbj-python3.7-httpsig-1.3.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── httpsig
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── requests_auth.cpython-37.pyc
│   │   │   ├── sign.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── verify.cpython-37.pyc
│   │   ├── requests_auth.py
│   │   ├── sign.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_signature.cpython-37.pyc
│   │   │   │   ├── test_utils.cpython-37.pyc
│   │   │   │   └── test_verify.cpython-37.pyc
│   │   │   ├── rsa_private.pem
│   │   │   ├── rsa_public.pem
│   │   │   ├── test_signature.py
│   │   │   ├── test_utils.py
│   │   │   └── test_verify.py
│   │   ├── utils.py
│   │   └── verify.py
│   └── httpsig-1.3.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
9 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment