Metadata-Version: 2.4
Name: pyGigEVision
Version: 0.2.2
Summary: Pure-Python implementation of the GigE Vision protocol (GVCP + GVSP).
Project-URL: Homepage, https://github.com/ladisk/pyGigEVision
Project-URL: Documentation, https://pygigevision.readthedocs.io
Project-URL: Repository, https://github.com/ladisk/pyGigEVision
Project-URL: Issues, https://github.com/ladisk/pyGigEVision/issues
Author-email: Jaša Šonc <jasa.sonc@fs.uni-lj.si>, Janko Slavič <janko.slavic@fs.uni-lj.si>
Maintainer: Jaša Šonc, Lorenzo Capponi, Janko Slavič
License-Expression: MIT
License-File: LICENSE
Keywords: GVCP,GVSP,camera,gige,gigevision,industrial,machine vision
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Requires-Python: >=3.10
Requires-Dist: numpy>=1.20
Requires-Dist: psutil>=5.9
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: sphinx-book-theme; extra == 'dev'
Requires-Dist: sphinx-copybutton>=0.5.2; extra == 'dev'
Requires-Dist: sphinx-llms-txt; extra == 'dev'
Requires-Dist: sphinx-markdown-builder; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Requires-Dist: wheel; extra == 'dev'
Description-Content-Type: text/x-rst

pyGigEVision
============

Pure-Python implementation of the GigE Vision protocol (GVCP + GVSP)
for machine vision cameras. The foundation for vendor-specific GigE
Vision camera drivers. No vendor SDKs, no GenTL producers.

See the full README and documentation:

* GitHub: https://github.com/ladisk/pyGigEVision
* Documentation: https://pygigevision.readthedocs.io

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

.. code-block:: bash

    pip install pyGigEVision

License: MIT.

``pyGigEVision`` is an independent project and is not affiliated with,
endorsed by, or sponsored by the AIA (Association for Advancing
Automation) or any camera manufacturer. "GigE Vision" is a registered
trademark of the AIA.
