cvasl-gui


Namecvasl-gui JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryA GUI for the cvasl package
upload_time2024-12-03 08:37:39
maintainerNone
docs_urlNone
authorPeter Kok
requires_python<4.0,>=3.9
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CVASL-GUI

This is a GUI for the cvasl package, currently a work-in-progress.


## Install and run

```bash
pip install cvasl-gui
cvasl-gui
```

## Configuration

The application will look for the following environment variables:

```bash
CVASL_DEBUG_MODE  # True for development, False for production. Debug mode will show the Dash debug console on the page. In production mode, the browser will be automatically opened.
CVASL_PORT        # The port the server runs on, default is 8767
```

## Development

```bash
poetry install
poetry run cvasl-gui
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cvasl-gui",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Peter Kok",
    "author_email": "p.kok@esciencecenter.nl",
    "download_url": "https://files.pythonhosted.org/packages/fc/61/882c8e32393e3d0e46eb60e41418e681ea1e4ab7924dc5f75b0855c21382/cvasl_gui-0.1.3.tar.gz",
    "platform": null,
    "description": "# CVASL-GUI\n\nThis is a GUI for the cvasl package, currently a work-in-progress.\n\n\n## Install and run\n\n```bash\npip install cvasl-gui\ncvasl-gui\n```\n\n## Configuration\n\nThe application will look for the following environment variables:\n\n```bash\nCVASL_DEBUG_MODE  # True for development, False for production. Debug mode will show the Dash debug console on the page. In production mode, the browser will be automatically opened.\nCVASL_PORT        # The port the server runs on, default is 8767\n```\n\n## Development\n\n```bash\npoetry install\npoetry run cvasl-gui\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "A GUI for the cvasl package",
    "version": "0.1.3",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a66ca19dc08ee90dd5f4b62dfe9a6d5b0c5e4ed62e3c6e5ed10df3d01114b15",
                "md5": "d647a48c640cb107620054e99ba5b457",
                "sha256": "f3e855a0cd71628adc118774bb5874ea5a10a6d252dfb2b9dda659f3186d9b4e"
            },
            "downloads": -1,
            "filename": "cvasl_gui-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d647a48c640cb107620054e99ba5b457",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 16908,
            "upload_time": "2024-12-03T08:37:37",
            "upload_time_iso_8601": "2024-12-03T08:37:37.370213Z",
            "url": "https://files.pythonhosted.org/packages/5a/66/ca19dc08ee90dd5f4b62dfe9a6d5b0c5e4ed62e3c6e5ed10df3d01114b15/cvasl_gui-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc61882c8e32393e3d0e46eb60e41418e681ea1e4ab7924dc5f75b0855c21382",
                "md5": "70716037b21d8425b0977c16856cf6ae",
                "sha256": "dc6259a4fc546d7142a5ee97194d08ad8762060d8d528f2298db90ae1c4b0450"
            },
            "downloads": -1,
            "filename": "cvasl_gui-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "70716037b21d8425b0977c16856cf6ae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 12287,
            "upload_time": "2024-12-03T08:37:39",
            "upload_time_iso_8601": "2024-12-03T08:37:39.295815Z",
            "url": "https://files.pythonhosted.org/packages/fc/61/882c8e32393e3d0e46eb60e41418e681ea1e4ab7924dc5f75b0855c21382/cvasl_gui-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-03 08:37:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cvasl-gui"
}
        
Elapsed time: 0.43319s