Coverage for /Volumes/workspace/numpy-stl/stl/__about__.py: 100%

7 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2022-12-14 03:29 +0100

1__package_name__ = 'numpy-stl' 

2__import_name__ = 'stl' 

3__version__ = '2.17.1' 

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