Metadata-Version: 2.1
Name: ingenialink
Version: 7.3.1
Summary: IngeniaLink Communications Library
Home-page: https://www.ingeniamc.com
Author: Ingenia Motion Control
Author-email: support@ingeniamc.com
Project-URL: Documentation, https://distext.ingeniamc.com/doc/ingenialink-python/7.3.1
Project-URL: Source, https://github.com/ingeniamc/ingenialink-python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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 :: Communications
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
License-File: LICENSE.md
Requires-Dist: canopen ==2.2.0
Requires-Dist: python-can ==4.3.1
Requires-Dist: ingenialogger >=0.2.1
Requires-Dist: ping3 ==4.0.3
Requires-Dist: pysoem <1.2.0,>=1.1.6
Requires-Dist: numpy ==1.26.3
Requires-Dist: scipy ==1.12.0
Requires-Dist: bitarray ==2.9.2
Provides-Extra: dev
Requires-Dist: tox ==4.12.1 ; extra == 'dev'

==================
ingenialink-python
==================

.. image:: https://img.shields.io/pypi/v/ingenialink.svg
    :target: https://pypi.python.org/pypi/ingenialink
    :alt: PyPI Version

.. image:: https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-lightgrey.svg
   :alt: CC by-nc-nd
   :target: https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode

ingenialink-python is a Python library for simple motion control tasks and communication with Ingenia drives.

.. image:: https://github.com/ingeniamc/ingenialink-python/blob/master/docs/_static/images/main_image.png?raw=true
     :target: http://www.ingeniamc.com
     :alt: Ingenia Servodrives

Requirements
------------

* Python 3.9 or higher
* WinPcap_ 4.1.3

.. _WinPcap: https://www.winpcap.org/install/

Development
^^^^^^^^^^^

In case that library will be use from source code the FoE application will be missing.
It must be added to ``ingenialink/bin/FoE/win_64x`` in order to use FOE feature.

Installation
------------

Installation is done by using ``pip``, i.e::

    pip install ingenialink




Documentation
-------------

For further details you can read the documentation_ where you will find
simple usage examples, the API docs, etc.

.. _documentation: https://distext.ingeniamc.com/doc/ingenialink-python/latest/
