paramview


Nameparamview JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/PainterQubits/paramview
SummaryGUI for viewing the contents of a ParamDB database.
upload_time2024-06-26 19:53:23
maintainerNone
docs_urlNone
authorAlex Hadley
requires_python<4.0,>=3.9
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ParamView

[![PyPI Latest Release](https://img.shields.io/pypi/v/paramview)](https://pypi.org/project/paramview/)
[![PyPI Python Versions](https://img.shields.io/pypi/pyversions/paramview)](https://pypi.org/project/paramview/)
[![License](https://img.shields.io/github/license/PainterQubits/paramview)](https://github.com/PainterQubits/paramview/blob/main/LICENSE)
[![CI](https://github.com/PainterQubits/paramview/actions/workflows/ci.yml/badge.svg)](https://github.com/PainterQubits/paramview/actions/workflows/ci.yml)

GUI for viewing the contents of a ParamDB database.

## Installation

Install the latest version of ParamView using pip:

```
pip install -U paramview
```

## Usage

To launch the ParamView GUI, run:

```
paramview <path to ParamDB database file>
```

For more options, run `paramview --help`.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PainterQubits/paramview",
    "name": "paramview",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Alex Hadley",
    "author_email": "contact@alexhadley.net",
    "download_url": "https://files.pythonhosted.org/packages/73/86/33fd69371310361a4ad84d30d3f8590b0e4bd8f7d4e61b539789eb5661e2/paramview-0.5.0.tar.gz",
    "platform": null,
    "description": "# ParamView\n\n[![PyPI Latest Release](https://img.shields.io/pypi/v/paramview)](https://pypi.org/project/paramview/)\n[![PyPI Python Versions](https://img.shields.io/pypi/pyversions/paramview)](https://pypi.org/project/paramview/)\n[![License](https://img.shields.io/github/license/PainterQubits/paramview)](https://github.com/PainterQubits/paramview/blob/main/LICENSE)\n[![CI](https://github.com/PainterQubits/paramview/actions/workflows/ci.yml/badge.svg)](https://github.com/PainterQubits/paramview/actions/workflows/ci.yml)\n\nGUI for viewing the contents of a ParamDB database.\n\n## Installation\n\nInstall the latest version of ParamView using pip:\n\n```\npip install -U paramview\n```\n\n## Usage\n\nTo launch the ParamView GUI, run:\n\n```\nparamview <path to ParamDB database file>\n```\n\nFor more options, run `paramview --help`.\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "GUI for viewing the contents of a ParamDB database.",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/PainterQubits/paramview",
        "Repository": "https://github.com/PainterQubits/paramview"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca2b2ff42747e650548a1c1e5950723cecf28b497e36111acfef4c61a03ca5eb",
                "md5": "956d16f973ea81063e46994bab7b5fc6",
                "sha256": "1d8d435349ec3e2c3887cd2fcd2888481a64dbcc83d353ec412ba732818b02dc"
            },
            "downloads": -1,
            "filename": "paramview-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "956d16f973ea81063e46994bab7b5fc6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 209745,
            "upload_time": "2024-06-26T19:53:21",
            "upload_time_iso_8601": "2024-06-26T19:53:21.583882Z",
            "url": "https://files.pythonhosted.org/packages/ca/2b/2ff42747e650548a1c1e5950723cecf28b497e36111acfef4c61a03ca5eb/paramview-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "738633fd69371310361a4ad84d30d3f8590b0e4bd8f7d4e61b539789eb5661e2",
                "md5": "321578409a9ceabe14ac1be0dfe2c7c7",
                "sha256": "5fcf804f680c231a41470aed1ee9c42bd83e98a16a8e699d905632f208bf7842"
            },
            "downloads": -1,
            "filename": "paramview-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "321578409a9ceabe14ac1be0dfe2c7c7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 208747,
            "upload_time": "2024-06-26T19:53:23",
            "upload_time_iso_8601": "2024-06-26T19:53:23.303168Z",
            "url": "https://files.pythonhosted.org/packages/73/86/33fd69371310361a4ad84d30d3f8590b0e4bd8f7d4e61b539789eb5661e2/paramview-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-26 19:53:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PainterQubits",
    "github_project": "paramview",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "paramview"
}
        
Elapsed time: 0.26107s