vericold-plotter


Namevericold-plotter JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryVeriCold logfiles plotter
upload_time2023-11-13 16:27:23
maintainer
docs_urlNone
author
requires_python>=3.8
licenseLGPLv3
keywords
VCS
bugtrack_url
requirements PySide6-Essentials pyqtgraph numpy pyexcelerate
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # VeriCold Log Plotter

VeriCold logfiles are created by Oxford Instruments plc. VeriCold Log Plotter is a viewer for them.

VeriCold Log Plotter is licensed under the [GNU LGPL version 3](https://www.gnu.org/copyleft/lesser.html).

### Requirements

- Python 3.8 or newer; the newer the better;
- `pyqtgraph` to plot the data;
- (optionally) `pyexcelerate` to export the data into Office Open XML (aka XLSX) files.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "vericold-plotter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "StSav012 <stsav012@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f0/dc/f7a15eba9642bb7e6d1cce648b683f8c2c8d28f8b5f33eb6d9f189c38626/vericold_plotter-1.0.0.tar.gz",
    "platform": null,
    "description": "# VeriCold Log Plotter\n\nVeriCold logfiles are created by Oxford Instruments plc. VeriCold Log Plotter is a viewer for them.\n\nVeriCold Log Plotter is licensed under the [GNU LGPL version 3](https://www.gnu.org/copyleft/lesser.html).\n\n### Requirements\n\n- Python 3.8 or newer; the newer the better;\n- `pyqtgraph` to plot the data;\n- (optionally) `pyexcelerate` to export the data into Office Open XML (aka XLSX) files.\n",
    "bugtrack_url": null,
    "license": "LGPLv3",
    "summary": "VeriCold logfiles plotter",
    "version": "1.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/StSav012/VeriCold_Log_Plotter/issues",
        "Source Code": "https://github.com/StSav012/VeriCold_Log_Plotter"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5195749fa0c958e0ddbc1673692a241aa213e9d065bfe13f0997ce395d5085de",
                "md5": "abc51a9e3a5d91e81eb510779c231042",
                "sha256": "241b92b8c4f65a52bc9180d4b151d4e395dbf5e780befa13dac87d851ec46121"
            },
            "downloads": -1,
            "filename": "vericold_plotter-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "abc51a9e3a5d91e81eb510779c231042",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 28140,
            "upload_time": "2023-11-13T16:27:22",
            "upload_time_iso_8601": "2023-11-13T16:27:22.102556Z",
            "url": "https://files.pythonhosted.org/packages/51/95/749fa0c958e0ddbc1673692a241aa213e9d065bfe13f0997ce395d5085de/vericold_plotter-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0dcf7a15eba9642bb7e6d1cce648b683f8c2c8d28f8b5f33eb6d9f189c38626",
                "md5": "5f6fb5c3b892ca29625fa0affe342871",
                "sha256": "287a36e206e44eedcd9fce51bd270d5bd21348f8a201578adbe96d3e026195d1"
            },
            "downloads": -1,
            "filename": "vericold_plotter-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5f6fb5c3b892ca29625fa0affe342871",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 23473,
            "upload_time": "2023-11-13T16:27:23",
            "upload_time_iso_8601": "2023-11-13T16:27:23.769741Z",
            "url": "https://files.pythonhosted.org/packages/f0/dc/f7a15eba9642bb7e6d1cce648b683f8c2c8d28f8b5f33eb6d9f189c38626/vericold_plotter-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-13 16:27:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "StSav012",
    "github_project": "VeriCold_Log_Plotter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "PySide6-Essentials",
            "specs": []
        },
        {
            "name": "pyqtgraph",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "pyexcelerate",
            "specs": []
        }
    ],
    "lcname": "vericold-plotter"
}
        
Elapsed time: 0.44015s