Metadata-Version: 2.1
Name: caen_felib
Version: 1.3.0
Summary: Official Python binding for the CAEN FELib.
Author: Giovanni Cerretani, Daniele Ninci
Project-URL: Homepage, https://www.caen.it
Project-URL: Documentation, https://www.caen.it/products/caen-felib-library/
Project-URL: Support, https://www.caen.it/mycaen/support/
Project-URL: Source, https://github.com/caenspa/py-caen-felib
Project-URL: Changelog, https://github.com/caenspa/py-caen-felib/blob/master/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 :: 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: 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>=1.20
Requires-Dist: typing-extensions>=4.0.0

# caen-felib
The official Python binding for the CAEN FELib.

## Install
You need to install both the latest version of CAEN FELib and an implementation like the CAEN Dig2 from [the CAEN website](https://www.caen.it/products/caen-felib-library/).

Then, install this module and have fun:

    pip install caen-felib

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

## Copyright notice
Copyright &copy; 2024 CAEN SpA

The caen-felib 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-felib 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-felib module; if not, see https://www.gnu.org/licenses/.

The license applies to the caen-felib 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.

## Documentation
Python API is described on the CAEN FELib library documentation, starting from CAEN FELib v1.2.3.

## References
Requirements and documentation can be found at https://www.caen.it/products/caen-felib-library/.

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