Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1__package_name__ = 'numpy-stl' 

2__import_name__ = 'stl' 

3__version__ = '2.14.2' 

4__author__ = 'Rick van Hattem' 

5__author_email__ = 'Wolph@Wol.ph' 

6__description__ = ' '.join(''' 

7Library to make reading, writing and modifying both binary and ascii STL files 

8easy. 

9'''.split()) 

10__url__ = 'https://github.com/WoLpH/numpy-stl/' 

11