rtcvis


Namertcvis JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryTool for visualizing Real Time Calculus (RTC) operations
upload_time2025-08-20 14:41:24
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License Copyright (c) [2025] [Richard Müller] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords math visualization education
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rtcvis

rtcvis is an educational tool that can create interactive visualizations for convolution operations in the min-plus algebra, such as needed for real time calculus (RTC). RTC is a method for performance analysis of real time systems. Note that rtcvis cannot be used for performance analysis however, since it only supports finite curves - for this purpose, you can use the [RTC toolbox from ETH Zurich](https://www.mpa.ethz.ch/). Please note that I'm in no way affiliated with and that this project is in no way endorsed by ETH Zurich.

## Installation

```shell
pip install rtcvis\[plot\]
```

## Usage

```python
from rtcvis import plot_conv

plot_conv()
```

### Curve Syntax

Curves can be specified using a syntax similar to the one from [RTC toolbox](https://www.mpa.ethz.ch/):

```python
[(x, y, m), ...], l
```

- The first argument is a list of points: `x` and `y` are the coordinates of this points and `m` is the slope of the line section starting at this point
- `l` is the length of the curve, or, in other words, the x coordinate at which the curve ends

Note that Curves are allowed to have discontinuities


## Development

```shell
pip install -e .\[dev,plot\]
pre-commit install
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rtcvis",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "math, visualization, education",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/85/dd/1b192ddd3e1e2f0a35e33a42c00cd2c2a58d90530d4ee5a624368afb65c0/rtcvis-0.2.0.tar.gz",
    "platform": null,
    "description": "# rtcvis\n\nrtcvis is an educational tool that can create interactive visualizations for convolution operations in the min-plus algebra, such as needed for real time calculus (RTC). RTC is a method for performance analysis of real time systems. Note that rtcvis cannot be used for performance analysis however, since it only supports finite curves - for this purpose, you can use the [RTC toolbox from ETH Zurich](https://www.mpa.ethz.ch/). Please note that I'm in no way affiliated with and that this project is in no way endorsed by ETH Zurich.\n\n## Installation\n\n```shell\npip install rtcvis\\[plot\\]\n```\n\n## Usage\n\n```python\nfrom rtcvis import plot_conv\n\nplot_conv()\n```\n\n### Curve Syntax\n\nCurves can be specified using a syntax similar to the one from [RTC toolbox](https://www.mpa.ethz.ch/):\n\n```python\n[(x, y, m), ...], l\n```\n\n- The first argument is a list of points: `x` and `y` are the coordinates of this points and `m` is the slope of the line section starting at this point\n- `l` is the length of the curve, or, in other words, the x coordinate at which the curve ends\n\nNote that Curves are allowed to have discontinuities\n\n\n## Development\n\n```shell\npip install -e .\\[dev,plot\\]\npre-commit install\n```\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) [2025] [Richard M\u00fcller]\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.\n        ",
    "summary": "Tool for visualizing Real Time Calculus (RTC) operations",
    "version": "0.2.0",
    "project_urls": {
        "Repository": "https://github.com/epkRichi/rtcvis"
    },
    "split_keywords": [
        "math",
        " visualization",
        " education"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d6af7bf6abceb67f0785fa88668314bc08783d5afef082c7da14b8f04b07c88d",
                "md5": "5ac6799817b13771afbde057cef4f2aa",
                "sha256": "4971fa59990895bd8fcc1bd8fd1684d7bc15e8011ecc2a4b6d52caa87511a172"
            },
            "downloads": -1,
            "filename": "rtcvis-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ac6799817b13771afbde057cef4f2aa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 17893,
            "upload_time": "2025-08-20T14:41:23",
            "upload_time_iso_8601": "2025-08-20T14:41:23.041544Z",
            "url": "https://files.pythonhosted.org/packages/d6/af/7bf6abceb67f0785fa88668314bc08783d5afef082c7da14b8f04b07c88d/rtcvis-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "85dd1b192ddd3e1e2f0a35e33a42c00cd2c2a58d90530d4ee5a624368afb65c0",
                "md5": "adb475e597fc3ebdbafc862d77deee32",
                "sha256": "e007fa9a01f9c3a8e4548f297f6db0e5ca6f789b9d735ff5d6f4cc15b9d5432d"
            },
            "downloads": -1,
            "filename": "rtcvis-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "adb475e597fc3ebdbafc862d77deee32",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 22056,
            "upload_time": "2025-08-20T14:41:24",
            "upload_time_iso_8601": "2025-08-20T14:41:24.274742Z",
            "url": "https://files.pythonhosted.org/packages/85/dd/1b192ddd3e1e2f0a35e33a42c00cd2c2a58d90530d4ee5a624368afb65c0/rtcvis-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-20 14:41:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "epkRichi",
    "github_project": "rtcvis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "rtcvis"
}
        
Elapsed time: 0.60295s