Metadata-Version: 2.1
Name: gearpy
Version: 0.7.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: .. image:: https://github.com/AndreaBlengino/gearpy/blob/master/docs/source/_static/logo.png?raw=true
          :alt: Logo
        
        Powertrain Analysis
        -------------------
        
        **gearpy** is a python library for powertrain analysis.
        
        .. list-table::
           :stub-columns: 1
           :widths: auto
           :width: 100%
        
           * - PyPI
             - |pypi_release| |supported_python_versions| |build|
           * - Tests
             - |linux_tests| |macos_tests| |windows_tests| |test_coverage|
           * - Documentation
             - |docs|
           * - Code Quality
             - |codefactor_grade| |codacy_grade| |issues|
           * - License
             - |license|
        
        .. |pypi_release| image:: https://img.shields.io/pypi/v/gearpy?label=release&color=blue
           :target: https://pypi.org/project/gearpy/
           :alt: PyPI - Library Version
        
        .. |supported_python_versions| image:: https://img.shields.io/pypi/pyversions/gearpy?logo=python&logoColor=gold
           :target: https://pypi.org/project/gearpy/
           :alt: PyPI - Supported Python Versions
        
        .. |build| image:: https://img.shields.io/github/actions/workflow/status/AndreaBlengino/gearpy/release.yml.svg?logo=github
           :target: https://github.com/AndreaBlengino/gearpy/actions/workflows/release.yml
           :alt: Package Build
        
        .. |linux_tests| image:: https://img.shields.io/github/actions/workflow/status/AndreaBlengino/gearpy/linux_test.yml.svg?logo=linux&label=Linux
           :target: https://github.com/AndreaBlengino/gearpy/actions/workflows/linux_test.yml
           :alt: Linux Tests
        
        .. |macos_tests| image:: https://img.shields.io/github/actions/workflow/status/AndreaBlengino/gearpy/macos_test.yml.svg?logo=apple&label=macOS
           :target: https://github.com/AndreaBlengino/gearpy/actions/workflows/macos_test.yml
           :alt: macOS Tests
        
        .. |windows_tests| image:: https://img.shields.io/github/actions/workflow/status/AndreaBlengino/gearpy/windows_test.yml.svg?logo=windows&label=Windows
           :target: https://github.com/AndreaBlengino/gearpy/actions/workflows/windows_test.yml
           :alt: Windows Tests
        
        .. |test_coverage| image:: https://img.shields.io/codecov/c/github/AndreaBlengino/gearpy/master?logo=codecov
           :target: https://codecov.io/gh/AndreaBlengino/gearpy
           :alt: Test Coverage
        
        .. |docs| image:: https://img.shields.io/readthedocs/gearpy/latest?logo=read%20the%20docs
           :target: https://gearpy.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Build Status
        
        .. |codefactor_grade| image:: https://img.shields.io/codefactor/grade/github/AndreaBlengino/gearpy?logo=codefactor&label=CodeFactor
           :target: https://www.codefactor.io/repository/github/andreablengino/gearpy
           :alt: CodeFactor Grade
        
        .. |codacy_grade| image:: https://img.shields.io/codacy/grade/132c2f3d93344ae0934ea808bbf17f05?logo=codacy&label=Codacy
           :target: https://app.codacy.com/gh/AndreaBlengino/gearpy/dashboard
           :alt: Codacy Grade
        
        .. |issues| image:: https://img.shields.io/github/issues/AndreaBlengino/gearpy?logo=github
           :target: https://github.com/AndreaBlengino/gearpy/issues
           :alt: Open Issues
        
        .. |license| image:: https://img.shields.io/badge/License-GPLv3-blue.svg
           :target: https://github.com/AndreaBlengino/gearpy/blob/master/LICENSE
           :alt: License
        
        
        References
        ----------
        
        - `Installation <https://gearpy.readthedocs.io/en/latest/get_started.html>`_
        - `PyPI <https://pypi.org/project/gearpy/>`_
        - `Documentation <https://gearpy.readthedocs.io/en/latest/?badge=latest>`_
        - `Usage examples <https://gearpy.readthedocs.io/en/latest/examples/index.html>`_
        - `Issue tracker <https://github.com/AndreaBlengino/gearpy/issues>`_
        - `Source code <https://github.com/AndreaBlengino/gearpy/tree/master/gearpy>`_
        - `GNU General Public License v3.0 <https://github.com/AndreaBlengino/gearpy/blob/master/LICENSE>`_
        
        
        Contributing
        ------------
        
        The gearpy project welcomes your expertise and enthusiasm!
        All contributions, bug reports, bug fixes, documentation improvements,
        enhancements and ideas are welcome.
        Writing code isn't the only way to contribute to gearpy. You can also:
        
        - develop tutorials, presentations and other educational materials,
        - maintain and improve the `documentation <https://gearpy.readthedocs.io/en/latest/?badge=latest>`_,
        - help with outreach and onboard new contributors.
        
        Have a look at the `contributing guide <https://github.com/AndreaBlengino/gearpy/blob/master/.github/CONTRIBUTING.md>`_.
        If you are new to contributing to open source, `this guide <https://opensource.guide/how-to-contribute/>`_ helps explain
        why, what, and how to successfully get involved.
        
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/x-rst
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: tests
