Metadata-Version: 2.1
Name: gearpy
Version: 0.3.0
Summary: Python package for mechanical transmission analysis
Home-page: https://github.com/AndreaBlengino/gearpy
Author: Andrea Blengino
Author-email: ing.andrea.blengino@gmail.com
License: GNU GPL3
Project-URL: Source, https://github.com/AndreaBlengino/gearpy
Project-URL: Tracker, https://github.com/AndreaBlengino/gearpy/issues
Project-URL: Documentation, https://gearpy.readthedocs.io/en/latest/index.html
Platform: UNKNOWN
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9, <3.12
Description-Content-Type: text/markdown
Requires-Dist: matplotlib >=3.8.0
Requires-Dist: numpy >=1.26.0
Requires-Dist: pandas >=2.1.1
Requires-Dist: scipy >=1.11.3
Provides-Extra: dev
Requires-Dist: sphinx >=7.2.6 ; extra == 'dev'
Requires-Dist: m2r2 >=0.3.3.post2 ; extra == 'dev'
Requires-Dist: furo >=2023.9.10 ; extra == 'dev'
Requires-Dist: tox >=4.11.3 ; extra == 'dev'
Requires-Dist: hypothesis >=6.87.1 ; extra == 'dev'
Requires-Dist: twine >=4.0.2 ; extra == 'dev'

# Mechanical Transmission Analysis

[![PyPi](https://img.shields.io/pypi/v/gearpy)](https://pypi.org/project/gearpy/)
[![PyPi](https://img.shields.io/pypi/pyversions/gearpy.svg)](https://pypi.org/project/gearpy/)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/AndreaBlengino/gearpy/blob/v0.1.0/LICENSE)

[![Tests](https://github.com/AndreaBlengino/gearpy/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/AndreaBlengino/gearpy/actions/workflows/tests.yml)
[![Documentation Status](https://readthedocs.org/projects/gearpy/badge/?version=latest)](https://gearpy.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/AndreaBlengino/gearpy/graph/badge.svg?token=4JHzii1LrK)](https://codecov.io/gh/AndreaBlengino/gearpy)

**gearpy** is a python package for mechanical transmission analysis.

## References

- [Source code](https://github.com/AndreaBlengino/gearpy/tree/master/gearpy)  
- [Issue tracker](https://github.com/AndreaBlengino/gearpy/issues)  
- [Documentation](https://gearpy.readthedocs.io/en/latest/?badge=latest)  
- [Installation](https://gearpy.readthedocs.io/en/latest/installation.html)
- [Usage examples](https://gearpy.readthedocs.io/en/latest/examples/index.html)  
- [PyPI](https://pypi.org/project/gearpy/)  
- [GNU General Public License v3.0](https://github.com/AndreaBlengino/gearpy/blob/master/LICENSE)


