Metadata-Version: 2.1
Name: ppioner
Version: 0.0.3
Summary: Basic software to operate PIONER device (former Nanocal)
Author-email: awesome author <awesome@author.edu>
License: MIT
Keywords: nanocalorimetry,DAQ
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib (==3.5.2)
Requires-Dist: numpy (==1.22.4)
Requires-Dist: pandas (==1.4.2)
Requires-Dist: scipy (==1.8.1)
Requires-Dist: h5py (==3.7.0)
Requires-Dist: pytango (==9.3.3)
Requires-Dist: requests (==2.23.0)
Requires-Dist: sortedcontainers (==2.4.0)
Requires-Dist: importlib-metadata ; python_version < "3.8"
Provides-Extra: dynamic
Requires-Dist: version ; extra == 'dynamic'
Provides-Extra: gui
Requires-Dist: silx (==1.0.0) ; extra == 'gui'
Requires-Dist: pyqt5 (==5.15.6) ; extra == 'gui'
Provides-Extra: server
Requires-Dist: uldaq (==1.2.3) ; extra == 'server'

# Nanocal


## 1. Install MCC Universal Library for Linux (uldaq)

**Author:** Measurement Computing
The **uldaq** package contains programming libraries and components for developing applications using C/C++ on Linux and macOS Operating Systems. For more information please refer to [mccdaq github](https://github.com/mccdaq/uldaq)

## 2. Install the Python interface

Install the uldaq Python API with:  
 ```
   $ pip install uldaq
 ```
Refer to https://pypi.org/project/uldaq/ for more detailes.  
**Note:** sometimes one needs to change date on raspberry pi:
 ```
   $ sudo date -s "YYYY-MM-DD HH:MM:SS"
 ```

## 3. For developers
Refer to the UL documentation:
https://www.mccdaq.com/PDFs/Manuals/UL-Linux/python/index.html




python -m build
pip install -e .
