Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 21, 2020 08:18
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/510d2061e3f215c1b17e315626b0ab0d to your computer and use it in GitHub Desktop.
Save r-ryantm/510d2061e3f215c1b17e315626b0ab0d to your computer and use it in GitHub Desktop.
/nix/store/xwy8aw5i6zhkmcdhnxh6xlxjpksdxkx3-python3.7-pytest-html-3.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pytest_html
│   │   ├── extras.py
│   │   ├── hooks.py
│   │   ├── __init__.py
│   │   ├── plugin.py
│   │   ├── __pycache__
│   │   │   ├── extras.cpython-37.pyc
│   │   │   ├── hooks.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── plugin.cpython-37.pyc
│   │   └── resources
│   │   ├── main.js
│   │   └── style.css
│   └── pytest_html-3.0.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── 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