quakesrrtdisplay-tspspi


Namequakesrrtdisplay-tspspi JSON
Version 0.0.12a0 PyPI version JSON
download
home_pagehttps://github.com/tspspi/quakesrrtdisplay
SummaryA simple realtime display for QUAK/ESR data in a specific experimental setup
upload_time2024-07-08 16:13:39
maintainerNone
docs_urlNone
authorThomas Spielauer
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # QUAK/ESR realtime data display

Quick and dirty visualization of data published by a specific experimental
setup via MQTT

## Installation

```
pip install quakesrrtdisplay-tspspi
```

_Note_: On our experimental systems this is deployed automatically by
Jenkins also on updates.

## Default configuration

The connection dialog can be filled with default credentials. This
is done by a ```~/.config/quakesrdisplay/connection.conf``` that contains
a simple JSON structure supplying the values (password also not encrypted):

```
{
        "broker" : '127.0.0.1',
        "port" : '1883',
        "user" : 'someMQTTusername',
        "password" : 'anyPassword',
        "basetopic" : 'quakesr/experiment'
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tspspi/quakesrrtdisplay",
    "name": "quakesrrtdisplay-tspspi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Thomas Spielauer",
    "author_email": "pypipackages01@tspi.at",
    "download_url": "https://files.pythonhosted.org/packages/38/f6/2c9699ddf93235c171edfcab9360d6dbc34ff0735ed42cb698c4ed6b29da/quakesrrtdisplay_tspspi-0.0.12a0.tar.gz",
    "platform": null,
    "description": "# QUAK/ESR realtime data display\n\nQuick and dirty visualization of data published by a specific experimental\nsetup via MQTT\n\n## Installation\n\n```\npip install quakesrrtdisplay-tspspi\n```\n\n_Note_: On our experimental systems this is deployed automatically by\nJenkins also on updates.\n\n## Default configuration\n\nThe connection dialog can be filled with default credentials. This\nis done by a ```~/.config/quakesrdisplay/connection.conf``` that contains\na simple JSON structure supplying the values (password also not encrypted):\n\n```\n{\n        \"broker\" : '127.0.0.1',\n        \"port\" : '1883',\n        \"user\" : 'someMQTTusername',\n        \"password\" : 'anyPassword',\n        \"basetopic\" : 'quakesr/experiment'\n}\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple realtime display for QUAK/ESR data in a specific experimental setup",
    "version": "0.0.12a0",
    "project_urls": {
        "Homepage": "https://github.com/tspspi/quakesrrtdisplay"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "485649b6f832b924054da85e5f940b73500619007c045b63303dd4c8bf4a1f9c",
                "md5": "c07681affdd391e3e9d20b4c5409996d",
                "sha256": "a3f962ed23da1dac53751004307c71d8c017d8cfa196c36b3c207d0b5ce86d2e"
            },
            "downloads": -1,
            "filename": "quakesrrtdisplay_tspspi-0.0.12a0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c07681affdd391e3e9d20b4c5409996d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 13469,
            "upload_time": "2024-07-08T16:13:36",
            "upload_time_iso_8601": "2024-07-08T16:13:36.435633Z",
            "url": "https://files.pythonhosted.org/packages/48/56/49b6f832b924054da85e5f940b73500619007c045b63303dd4c8bf4a1f9c/quakesrrtdisplay_tspspi-0.0.12a0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38f62c9699ddf93235c171edfcab9360d6dbc34ff0735ed42cb698c4ed6b29da",
                "md5": "afc5a8ed3d448e716f2425eb09efdb64",
                "sha256": "cb02423dfebd9b327a107c0bb2fbe7bcfa3d308f424cc02d039297c77c550c96"
            },
            "downloads": -1,
            "filename": "quakesrrtdisplay_tspspi-0.0.12a0.tar.gz",
            "has_sig": false,
            "md5_digest": "afc5a8ed3d448e716f2425eb09efdb64",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 13657,
            "upload_time": "2024-07-08T16:13:39",
            "upload_time_iso_8601": "2024-07-08T16:13:39.007685Z",
            "url": "https://files.pythonhosted.org/packages/38/f6/2c9699ddf93235c171edfcab9360d6dbc34ff0735ed42cb698c4ed6b29da/quakesrrtdisplay_tspspi-0.0.12a0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-08 16:13:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tspspi",
    "github_project": "quakesrrtdisplay",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "quakesrrtdisplay-tspspi"
}
        
Elapsed time: 0.32801s