retui


Nameretui JSON
Version 0.0.1 PyPI version JSON
download
home_page
Summaryretui - simple TUI framework
upload_time2023-06-28 20:41:43
maintainer
docs_urlNone
author
requires_python>=3.6
licenseMIT License Copyright (c) 2023 Bartlomiej Cieszkowski 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 tui console framework
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # retui

reTUI, retUI, retui - simple TUI framework

## Features
- cross-platform
- no dependencies (subject to change)

## Development setup

Install requirements-dev.txt and pre-commit hook

```
pip install -r requirements-dev.txt
pre-commit install --hook-type pre-commit --hook-type commit-msg
```

## Tests

To run whole test suite simply run:

```
python run_test.py --all --auto
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "retui",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "tui,console,framework",
    "author": "",
    "author_email": "Bartlomiej Cieszkowski <bartlomiej.cieszkowski@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ef/02/345838a885adca827b36f5a4fcd7335d3da4e59a253583fd5828be1ef069/retui-0.0.1.tar.gz",
    "platform": null,
    "description": "# retui\r\n\r\nreTUI, retUI, retui - simple TUI framework\r\n\r\n## Features\r\n- cross-platform\r\n- no dependencies (subject to change)\r\n\r\n## Development setup\r\n\r\nInstall requirements-dev.txt and pre-commit hook\r\n\r\n```\r\npip install -r requirements-dev.txt\r\npre-commit install --hook-type pre-commit --hook-type commit-msg\r\n```\r\n\r\n## Tests\r\n\r\nTo run whole test suite simply run:\r\n\r\n```\r\npython run_test.py --all --auto\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Bartlomiej Cieszkowski  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. ",
    "summary": "retui - simple TUI framework",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/bartlomiejcieszkowski/retui/issues",
        "Homepage": "https://github.com/bartlomiejcieszkowski/retui"
    },
    "split_keywords": [
        "tui",
        "console",
        "framework"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62f0d107b595c6d381ac08f592adcb190c69a3f107a0efb8b053f622ff493f8e",
                "md5": "a9677116d7e605c5aa1117d10f323f83",
                "sha256": "1f19b57d4673f4d5e005532819c2e7589be66ff6ef5df00f9c1c5c338696ea2f"
            },
            "downloads": -1,
            "filename": "retui-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a9677116d7e605c5aa1117d10f323f83",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 27862,
            "upload_time": "2023-06-28T20:41:42",
            "upload_time_iso_8601": "2023-06-28T20:41:42.065319Z",
            "url": "https://files.pythonhosted.org/packages/62/f0/d107b595c6d381ac08f592adcb190c69a3f107a0efb8b053f622ff493f8e/retui-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef02345838a885adca827b36f5a4fcd7335d3da4e59a253583fd5828be1ef069",
                "md5": "1c5b055c344181597f4ec3d1e7452a62",
                "sha256": "2d28a2863df70f2f84649a67b8c7c44dbc923b0c9b1aa6c24e6046a422740995"
            },
            "downloads": -1,
            "filename": "retui-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1c5b055c344181597f4ec3d1e7452a62",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 66651,
            "upload_time": "2023-06-28T20:41:43",
            "upload_time_iso_8601": "2023-06-28T20:41:43.779592Z",
            "url": "https://files.pythonhosted.org/packages/ef/02/345838a885adca827b36f5a4fcd7335d3da4e59a253583fd5828be1ef069/retui-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-28 20:41:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bartlomiejcieszkowski",
    "github_project": "retui",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "retui"
}
        
Elapsed time: 0.08009s