Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 2, 2019 20:22
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/c373ac8ccfd6760d49d4ff5acb15a06d to your computer and use it in GitHub Desktop.
Save ryantm/c373ac8ccfd6760d49d4ff5acb15a06d to your computer and use it in GitHub Desktop.
/nix/store/v5ra2w8ss810zm1rkgx9yz82xpqf2scf-python3.7-sparse-0.7.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── sparse
│   │   ├── coo
│   │   │   ├── common.py
│   │   │   ├── core.py
│   │   │   ├── indexing.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── indexing.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── umath.cpython-37.pyc
│   │   │   └── umath.py
│   │   ├── dok.py
│   │   ├── __init__.py
│   │   ├── io.py
│   │   ├── __pycache__
│   │   │   ├── dok.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── io.cpython-37.pyc
│   │   │   ├── slicing.cpython-37.pyc
│   │   │   ├── sparse_array.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── slicing.py
│   │   ├── sparse_array.py
│   │   ├── utils.py
│   │   └── _version.py
│   └── sparse-0.7.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 31 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment