vera-core


Namevera-core JSON
Version 1.3.1 PyPI version JSON
download
home_page
SummaryVERACore let you visualize and interpret the output data from VERA codes
upload_time2023-10-24 22:59:49
maintainer
docs_urlNone
authorKitware Inc.
requires_python
licenseApache Software License
keywords python interactive web application framework
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            VERACore
========================================

VERACore is a Python application for visualization and engineering analyses of output data from VERA (Virtual Environment for Reactor Applications).
Implemented in Python, it provides instantaneous 2D and 3D images, 1D plots, and alphanumeric data from VERA multi-physics simulations.

For an interactive online example, see `here <https://pvw.kitware.com/vera/>`_.

Installing
----------------------------------------

VERACore can be installed via pip and can run locally or deployed as a service.
To use it locally within a virtual environment, you can run the following commands:

.. code-block:: console

    python3 -m venv ./vera-env
    source ./vera-env/bin/activate
    pip install -U pip
    pip install vera-core

    vera-core --data <path-to-vera-out-file>


Development
----------------------------------------

Setup a virtual environment with a modern Python 3.

.. code-block:: console

    python3 -m venv ./vera-env
    source ./vera-env/bin/activate
    pip install -U pip

Get the code base and build its widgets

.. code-block:: console

    git clone git@github.com:Kitware/VERACore.git
    cd VERACore

    # Build the custom UI widgets
    cd vue-components
    npm i
    npm run build
    cd ..

    # Install local repository into your venv
    pip install -e .

Run the application to test out your changes


.. code-block:: console

    vera-core --server

Licensing
----------------------------------------

VERACore is provided as an open source solution and follows the `Apache Software License <https://github.com/Kitware/VERACore/blob/master/LICENSE>`_

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "vera-core",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Python,Interactive,Web,Application,Framework",
    "author": "Kitware Inc.",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/30/12/2ad6b051e947d9cd20d462397c742573ff0f2aab581bcb111ca62a5e6bfb/vera-core-1.3.1.tar.gz",
    "platform": null,
    "description": "VERACore\n========================================\n\nVERACore is a Python application for visualization and engineering analyses of output data from VERA (Virtual Environment for Reactor Applications).\nImplemented in Python, it provides instantaneous 2D and 3D images, 1D plots, and alphanumeric data from VERA multi-physics simulations.\n\nFor an interactive online example, see `here <https://pvw.kitware.com/vera/>`_.\n\nInstalling\n----------------------------------------\n\nVERACore can be installed via pip and can run locally or deployed as a service.\nTo use it locally within a virtual environment, you can run the following commands:\n\n.. code-block:: console\n\n    python3 -m venv ./vera-env\n    source ./vera-env/bin/activate\n    pip install -U pip\n    pip install vera-core\n\n    vera-core --data <path-to-vera-out-file>\n\n\nDevelopment\n----------------------------------------\n\nSetup a virtual environment with a modern Python 3.\n\n.. code-block:: console\n\n    python3 -m venv ./vera-env\n    source ./vera-env/bin/activate\n    pip install -U pip\n\nGet the code base and build its widgets\n\n.. code-block:: console\n\n    git clone git@github.com:Kitware/VERACore.git\n    cd VERACore\n\n    # Build the custom UI widgets\n    cd vue-components\n    npm i\n    npm run build\n    cd ..\n\n    # Install local repository into your venv\n    pip install -e .\n\nRun the application to test out your changes\n\n\n.. code-block:: console\n\n    vera-core --server\n\nLicensing\n----------------------------------------\n\nVERACore is provided as an open source solution and follows the `Apache Software License <https://github.com/Kitware/VERACore/blob/master/LICENSE>`_\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "VERACore let you visualize and interpret the output data from VERA codes",
    "version": "1.3.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        "interactive",
        "web",
        "application",
        "framework"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10b668d5f1a61f0312b4a074f3c2a0f9b0d7d559fcb4562536ac0f5cd7d902d4",
                "md5": "8c468f4d5c2b9b6ba243f146987d0a38",
                "sha256": "9e7259bf5e841444f3ad7c16bee94f30e98c3cd1b5ec5b632f25fd281bfb0f18"
            },
            "downloads": -1,
            "filename": "vera_core-1.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8c468f4d5c2b9b6ba243f146987d0a38",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 98120,
            "upload_time": "2023-10-24T22:59:48",
            "upload_time_iso_8601": "2023-10-24T22:59:48.147672Z",
            "url": "https://files.pythonhosted.org/packages/10/b6/68d5f1a61f0312b4a074f3c2a0f9b0d7d559fcb4562536ac0f5cd7d902d4/vera_core-1.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30122ad6b051e947d9cd20d462397c742573ff0f2aab581bcb111ca62a5e6bfb",
                "md5": "3cb02eb4beae28b15ec65632f4102534",
                "sha256": "ac42f8e7ea9657c41b48146f6f97c550d36213705b70705686ed8e69cd154df9"
            },
            "downloads": -1,
            "filename": "vera-core-1.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3cb02eb4beae28b15ec65632f4102534",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 90967,
            "upload_time": "2023-10-24T22:59:49",
            "upload_time_iso_8601": "2023-10-24T22:59:49.863468Z",
            "url": "https://files.pythonhosted.org/packages/30/12/2ad6b051e947d9cd20d462397c742573ff0f2aab581bcb111ca62a5e6bfb/vera-core-1.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-24 22:59:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "vera-core"
}
        
Elapsed time: 0.12703s