Metadata-Version: 2.1
Name: get-inertia
Version: 0.0.1
Summary: A simple tool to get the inertia matrix from a stl file.
Home-page: https://github.com/bocchio/get_inertia
Author: Guido Bocchio
Author-email: guido@bocch.io
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/bocchio/get_inertia/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: numpy-stl
Requires-Dist: pint

# get_inertia

This package just includes a simple tool to get the inertia matrix of a STL model.

This might be particularly useful when scripting.

The tool can be called as:
```
get_inertia my_model.stl
```


