Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 13:17
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save r-ryantm/8edbe017c893b7299d1b5c788331fc77 to your computer and use it in GitHub Desktop.
/nix/store/vhpcw3p0byp8ddd009f6mqp0g3z43732-python3.7-nbsmoke-0.5.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── nbsmoke
│   │   ├── __init__.py
│   │   ├── lint
│   │   │   ├── __init__.py
│   │   │   ├── magics
│   │   │   │   ├── builtins_support.py
│   │   │   │   ├── holoviews_support.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── builtins_support.cpython-37.pyc
│   │   │   │   ├── holoviews_support.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _pyflakes.cpython-37.pyc
│   │   │   └── _pyflakes.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── verify.cpython-37.pyc
│   │   └── verify.py
│   └── nbsmoke-0.5.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment