ppioner


Nameppioner JSON
Version 0.0.7 PyPI version JSON
download
home_page
SummaryBasic software to operate PIONER device (former Nanocal)
upload_time2023-06-23 10:02:16
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT
keywords nanocalorimetry daq
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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 .

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ppioner",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "nanocalorimetry,DAQ",
    "author": "",
    "author_email": "awesome author <awesome@author.edu>",
    "download_url": "https://files.pythonhosted.org/packages/3c/28/7fea6914669fa34c711e360cb13bc499f0f6040ea58809e69327d740ba84/ppioner-0.0.7.tar.gz",
    "platform": null,
    "description": "# Nanocal\r\n\r\n\r\n## 1. Install MCC Universal Library for Linux (uldaq)\r\n\r\n**Author:** Measurement Computing\r\nThe **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)\r\n\r\n## 2. Install the Python interface\r\n\r\nInstall the uldaq Python API with:  \r\n ```\r\n   $ pip install uldaq\r\n ```\r\nRefer to https://pypi.org/project/uldaq/ for more detailes.  \r\n**Note:** sometimes one needs to change date on raspberry pi:\r\n ```\r\n   $ sudo date -s \"YYYY-MM-DD HH:MM:SS\"\r\n ```\r\n\r\n## 3. For developers\r\nRefer to the UL documentation:\r\nhttps://www.mccdaq.com/PDFs/Manuals/UL-Linux/python/index.html\r\n\r\n\r\n\r\n\r\npython -m build\r\npip install -e .\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Basic software to operate PIONER device (former Nanocal)",
    "version": "0.0.7",
    "project_urls": null,
    "split_keywords": [
        "nanocalorimetry",
        "daq"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61715fbe601e375fbb35784152bb0802c9e5044d33a67517ef47f8d75286d886",
                "md5": "597bb2f7040f1936f01d5400c6b00553",
                "sha256": "bd8b1e2491699b259d32f59d56a2ae1a063f056e403ce5e4799fdcf4e0fe0b46"
            },
            "downloads": -1,
            "filename": "ppioner-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "597bb2f7040f1936f01d5400c6b00553",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 55335,
            "upload_time": "2023-06-23T10:02:14",
            "upload_time_iso_8601": "2023-06-23T10:02:14.490784Z",
            "url": "https://files.pythonhosted.org/packages/61/71/5fbe601e375fbb35784152bb0802c9e5044d33a67517ef47f8d75286d886/ppioner-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c287fea6914669fa34c711e360cb13bc499f0f6040ea58809e69327d740ba84",
                "md5": "7e52c7a5531eb568b33e2c0221b32b32",
                "sha256": "38a8fee7e2ad4b4b57150450189b65ba252d98b475bbf1155bf0208090f13f58"
            },
            "downloads": -1,
            "filename": "ppioner-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "7e52c7a5531eb568b33e2c0221b32b32",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 45493,
            "upload_time": "2023-06-23T10:02:16",
            "upload_time_iso_8601": "2023-06-23T10:02:16.206709Z",
            "url": "https://files.pythonhosted.org/packages/3c/28/7fea6914669fa34c711e360cb13bc499f0f6040ea58809e69327d740ba84/ppioner-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-23 10:02:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ppioner"
}
        
Elapsed time: 0.07832s