Metadata-Version: 2.4
Name: caen_libs
Version: 3.0.2
Summary: Official Python binding for CAEN VMELib, CAEN Comm, CAEN Digitizer, CAEN PLU, CAEN HV Wrapper and CAEN DPP Library.
Author: Giovanni Cerretani
Project-URL: Homepage, https://www.caen.it
Project-URL: Support, https://www.caen.it/mycaen/support/
Project-URL: Source, https://github.com/caenspa/py-caen-libs
Project-URL: Changelog, https://github.com/caenspa/py-caen-libs/blob/main/PYCHANGELOG
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
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: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: COPYING
License-File: COPYING.LESSER
Requires-Dist: numpy>=2.0
Dynamic: license-file

# caen-libs
Official Python binding for:
- CAEN VMELib
- CAEN Comm
- CAEN Digitizer
- CAEN PLU
- CAEN HV Wrapper
- CAEN DPP Library

## Install
You need to install the latest version of the libraries from [the CAEN website](https://www.caen.it/subfamilies/software-libraries/).

Then, install this module and have fun:

    pip install caen-libs

## Examples
Few examples may be found on the [`examples`](https://github.com/caenspa/py-caen-libs/tree/main/examples) folder of the project repository.

## Copyright notice
Copyright &copy; 2024 CAEN SpA

The caen-libs module is free software; you can redistribute it and/or
modify it under the terms of the **GNU Lesser General Public
License** as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.

The caen-libs module is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along
with the caen-libs module; if not, see https://www.gnu.org/licenses/.

The license applies to the caen-libs module source as a whole, though
individual source files can have a different license which is required to be
compatible with the GNU Lesser General Public Library, version 3.

## References
Requirements and documentation can be found at https://www.caen.it/subfamilies/software-libraries/.

## Support
For technical support, go to https://www.caen.it/mycaen/support/ (login and
MyCAEN+ account required).
