Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 14, 2020 18:59
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/2fe135c28d755c0959484ad87f0f7dfa to your computer and use it in GitHub Desktop.
Save r-ryantm/2fe135c28d755c0959484ad87f0f7dfa to your computer and use it in GitHub Desktop.
/nix/store/00n3pg2fyhrvqrmmczvxxlvahnvjfm1w-python3.7-pytest-html-3.1.1
├── 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
│   │   │   └── __version.cpython-37.pyc
│   │   ├── resources
│   │   │   ├── main.js
│   │   │   └── style.css
│   │   └── __version.py
│   └── pytest_html-3.1.1.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment