Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created February 15, 2019 19: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/5dddfc2640983c0a5f5cc96c7aa84aed to your computer and use it in GitHub Desktop.
Save ryantm/5dddfc2640983c0a5f5cc96c7aa84aed to your computer and use it in GitHub Desktop.
/nix/store/05xc30k0zr1m8hd897zbkqf1csx8fvvy-python3.7-pytest-httpbin-1.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pytest_httpbin
│   │   ├── certs
│   │   │   ├── cacert.pem
│   │   │   ├── cert.pem
│   │   │   └── key.pem
│   │   ├── certs.py
│   │   ├── __init__.py
│   │   ├── plugin.py
│   │   ├── __pycache__
│   │   │   ├── certs.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── plugin.cpython-37.pyc
│   │   │   ├── serve.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── serve.py
│   │   └── version.py
│   └── pytest_httpbin-1.0.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment