Metadata-Version: 2.1
Name: shoulder
Version: 1.0.0
Summary: patient specific anatomic coordinate system generation for shoulder bones
Home-page: https://github.com/gregspangenberg/shoulder
License: MIT
Author: Gregory W Spangenberg
Author-email: gspangen@westerneng.ca
Requires-Python: >=3.10,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: Rtree (>=1.0.0,<2.0.0)
Requires-Dist: Shapely (>=1.8.4,<2.0.0)
Requires-Dist: circle-fit (>=0.1.3,<0.2.0)
Requires-Dist: networkx (>=2.8.6,<3.0.0)
Requires-Dist: numpy-stl (>=2.17.1,<3.0.0)
Requires-Dist: pandas (>=1.4.4,<2.0.0)
Requires-Dist: plotly (>=5.10.0,<6.0.0)
Requires-Dist: pyglet (==1.5)
Requires-Dist: scikit-learn (>=1.1.2,<2.0.0)
Requires-Dist: scikit-spatial (>=6.5.0,<7.0.0)
Requires-Dist: scipy (>=1.9.1,<2.0.0)
Requires-Dist: trimesh (>=3.14.1,<4.0.0)
Project-URL: Repository, https://github.com/gregspangenberg/shoulder
Description-Content-Type: text/markdown

# Shoulder

[![PyPI Latest Release](https://img.shields.io/pypi/v/shoulder.svg)](https://pypi.org/project/shoulder/)
[![License](https://img.shields.io/pypi/l/shoulder.svg)](https://github.com/gspangenberg/shoulder/blob/main/LICENSE)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Shoulder is a patient specific anatomic coordinate system generator for shoulder bones. Currently it only generates coordinate systems for the humerus.

Install with
```
pip install shoulder
```
And then use the example code in tests/test_all.py

To contribute clone the repo and then install the dependencies from the poetry.lock file.


