Metadata-Version: 2.1
Name: gearpy
Version: 0.6.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
Description: ![](https://github.com/AndreaBlengino/gearpy/blob/master/docs/source/_static/logo.png?raw=true)
        
        # Powertrain 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 powertrain 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/get_started.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)
        
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: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9, <3.13
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: tests
