Metadata-Version: 2.4
Name: SAMPIClyser
Version: 0.0.8
Summary: Python library to help decoding and analysing data from a SAMPIC system
Project-URL: Homepage, https://github.com/cbeiraod/SAMPIClyser
Project-URL: Documentation, https://sampiclyser.readthedocs.io/
Project-URL: Bug Tracker, https://github.com/cbeiraod/SAMPIClyser/issues
Author-email: Cristóvão Beirão da Cruz e Silva <cbeiraod@cern.ch>
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: Awesome,ROOT,SAMPIC
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Requires-Dist: click
Requires-Dist: matplotlib
Requires-Dist: mplhep
Requires-Dist: natsort
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyarrow
Requires-Dist: scipy
Requires-Dist: termcolor
Requires-Dist: uproot
Description-Content-Type: text/markdown

# SAMPIClyser
Python library to help decoding and analysing data from a SAMPIC system

You can install the SAMPIClyser libraries with: `python -m pip install SAMPIClyser`

After installation, you can run the individual tools with their dedicated commands:
 * ``sampiclyser-version`` - To print the version of the SAMPIClyser library in use
 * ``sampic-convert`` - To read the binary files and save them in a standard format
