Skip to content

Instantly share code, notes, and snippets.

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/e7b66904b3fb1af091b20b84786de101 to your computer and use it in GitHub Desktop.
Save r-ryantm/e7b66904b3fb1af091b20b84786de101 to your computer and use it in GitHub Desktop.
/nix/store/5nbkjpzkv9pafik7dx4p3m005zs5qlz9-python2.7-numpy-stl-2.11.2
├── bin
│   ├── stl
│   ├── stl2ascii
│   └── stl2bin
├── lib
│   └── python2.7
│   └── site-packages
│   ├── numpy_stl-2.11.2.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── stl
│   ├── __about__.py
│   ├── __about__.pyc
│   ├── base.py
│   ├── base.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── main.py
│   ├── main.pyc
│   ├── mesh.py
│   ├── mesh.pyc
│   ├── _speedups.so
│   ├── stl.py
│   ├── stl.pyc
│   ├── utils.py
│   └── utils.pyc
└── nix-support
└── propagated-build-inputs
7 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment