Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 29, 2019 09:27
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/ddd81fe8262195c88ccc0814d5117a30 to your computer and use it in GitHub Desktop.
Save ryantm/ddd81fe8262195c88ccc0814d5117a30 to your computer and use it in GitHub Desktop.
/nix/store/8hxyi6mcbikg1ibask1g5myrzjbnybhx-python3.8-spyder-kernels-1.0.1
├── lib
│   └── python3.8
│   └── site-packages
│   ├── spyder_kernels
│   │   ├── console
│   │   │   ├── __init__.py
│   │   │   ├── kernel.py
│   │   │   ├── __main__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── kernel.cpython-38.pyc
│   │   │   │   ├── __main__.cpython-38.pyc
│   │   │   │   └── start.cpython-38.pyc
│   │   │   └── start.py
│   │   ├── customize
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── spydercustomize.cpython-38.pyc
│   │   │   └── spydercustomize.py
│   │   ├── __init__.py
│   │   ├── py3compat.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── py3compat.cpython-38.pyc
│   │   │   └── _version.cpython-38.pyc
│   │   ├── utils
│   │   │   ├── dochelpers.py
│   │   │   ├── __init__.py
│   │   │   ├── iofuncs.py
│   │   │   ├── misc.py
│   │   │   ├── nsview.py
│   │   │   ├── __pycache__
│   │   │   │   ├── dochelpers.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── iofuncs.cpython-38.pyc
│   │   │   │   ├── misc.cpython-38.pyc
│   │   │   │   └── nsview.cpython-38.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── test_dochelpers.cpython-38.pyc
│   │   │   │   ├── test_iofuncs.cpython-38.pyc
│   │   │   │   └── test_nsview.cpython-38.pyc
│   │   │   ├── test_dochelpers.py
│   │   │   ├── test_iofuncs.py
│   │   │   └── test_nsview.py
│   │   └── _version.py
│   └── spyder_kernels-1.0.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
15 directories, 43 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment