Read stl from file and work with it in Python (both Python 2 and 3 are supported) Currently supported format: ASCII STL
Usage from command line (read stl and output number of triangles):
stl_reader.py -i test\data\cone_and_sphere.stl
2430
Run unit tests:
python -m unittest discover