Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 1, 2020 07:56
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/5226650b34ed24c19eb44cc770baef48 to your computer and use it in GitHub Desktop.
Save r-ryantm/5226650b34ed24c19eb44cc770baef48 to your computer and use it in GitHub Desktop.
/nix/store/2plzcl4gjr8jayq1n0fy4k0j7x90ggsf-python3.7-sparse-0.11.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── sparse
│   │   ├── _common.py
│   │   ├── _compressed
│   │   │   ├── common.py
│   │   │   ├── compressed.py
│   │   │   ├── convert.py
│   │   │   ├── indexing.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── compressed.cpython-37.pyc
│   │   │   ├── convert.cpython-37.pyc
│   │   │   ├── indexing.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── _coo
│   │   │   ├── common.py
│   │   │   ├── core.py
│   │   │   ├── indexing.py
│   │   │   ├── __init__.py
│   │   │   ├── numba_extension.py
│   │   │   ├── __pycache__
│   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── indexing.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── numba_extension.cpython-37.pyc
│   │   │   │   └── umath.cpython-37.pyc
│   │   │   └── umath.py
│   │   ├── _dok.py
│   │   ├── __init__.py
│   │   ├── _io.py
│   │   ├── _numba_extension.py
│   │   ├── __pycache__
│   │   │   ├── _common.cpython-37.pyc
│   │   │   ├── _dok.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _io.cpython-37.pyc
│   │   │   ├── _numba_extension.cpython-37.pyc
│   │   │   ├── _settings.cpython-37.pyc
│   │   │   ├── _slicing.cpython-37.pyc
│   │   │   ├── _sparse_array.cpython-37.pyc
│   │   │   ├── _utils.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── _settings.py
│   │   ├── _slicing.py
│   │   ├── _sparse_array.py
│   │   ├── _utils.py
│   │   └── _version.py
│   └── sparse-0.11.2.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 51 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment