Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 5, 2020 09:10
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/63c6af88659e8eb2af0659b32525ecff to your computer and use it in GitHub Desktop.
Save r-ryantm/63c6af88659e8eb2af0659b32525ecff to your computer and use it in GitHub Desktop.
/nix/store/8gjsl37i5g9vmd4nw2pydic8lnyphsx6-python2.7-numpy-stl-2.12.0
├── bin
│   ├── stl
│   ├── stl2ascii
│   └── stl2bin
├── lib
│   └── python2.7
│   └── site-packages
│   ├── numpy_stl-2.12.0.dist-info
│   │   ├── direct_url.json
│   │   ├── 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, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment