Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 18:06
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/9425644f81ac2281cc464e26daed8fdd to your computer and use it in GitHub Desktop.
Save ryantm/9425644f81ac2281cc464e26daed8fdd to your computer and use it in GitHub Desktop.
/nix/store/4p7i41vpfahllzx5g5ns565i355y6g6a-python3.7-numpy-stl-2.10.0
├── bin
│   ├── stl
│   ├── stl2ascii
│   └── stl2bin
├── lib
│   └── python3.7
│   └── site-packages
│   ├── numpy_stl-2.10.0.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── stl
│   ├── __about__.py
│   ├── base.py
│   ├── __init__.py
│   ├── main.py
│   ├── mesh.py
│   ├── __pycache__
│   │   ├── __about__.cpython-37.pyc
│   │   ├── base.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── main.cpython-37.pyc
│   │   ├── mesh.cpython-37.pyc
│   │   ├── stl.cpython-37.pyc
│   │   └── utils.cpython-37.pyc
│   ├── _speedups.cpython-37m-x86_64-linux-gnu.so
│   ├── stl.py
│   └── utils.py
└── nix-support
└── propagated-build-inputs
8 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment