{"id":25374048,"url":"https://github.com/zaloog/rye-tui","last_synced_at":"2025-04-09T09:27:45.001Z","repository":{"id":238537183,"uuid":"788659677","full_name":"Zaloog/rye-tui","owner":"Zaloog","description":"A Text-based User Interface (Tui) for rye powered by Textual","archived":false,"fork":false,"pushed_at":"2024-05-22T19:43:24.000Z","size":269,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-22T20:47:49.094Z","etag":null,"topics":["python","rye","textual","tui"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zaloog.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-18T20:53:25.000Z","updated_at":"2024-05-29T23:44:55.347Z","dependencies_parsed_at":"2024-05-29T23:44:50.932Z","dependency_job_id":"b4673032-46dc-4cd7-805a-47bce49cd941","html_url":"https://github.com/Zaloog/rye-tui","commit_stats":null,"previous_names":["zaloog/rye-tui"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaloog%2Frye-tui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaloog%2Frye-tui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaloog%2Frye-tui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaloog%2Frye-tui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zaloog","download_url":"https://codeload.github.com/Zaloog/rye-tui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248011145,"owners_count":21033013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","rye","textual","tui"],"created_at":"2025-02-15T03:35:42.222Z","updated_at":"2025-04-09T09:27:44.967Z","avatar_url":"https://github.com/Zaloog.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json)](https://rye-up.com)\n[![PyPI-Server](https://img.shields.io/pypi/v/rye-tui.svg)](https://pypi.org/project/rye-tui/)\n[![Pyversions](https://img.shields.io/pypi/pyversions/rye-tui.svg)](https://pypi.python.org/pypi/rye-tui)\n[![Licence](https://img.shields.io/pypi/l/rye-tui.svg)](https://github.com/astral-sh/rye-tui/blob/main/LICENSE)\n[![Downloads](https://static.pepy.tech/badge/rye-tui)](https://pepy.tech/project/rye-tui)\n\n\u003e Archived. Please consider switching to uv, which is the successor of rye by the same maintainers.\n# rye-tui\n\n\u003e Rye meets Textual. Manage your python projects with a Tui\n\nrye-tui is a CLI tool to manage your [rye] projects. It offers a UI to interact with your projects.\n\n![header_image](https://raw.githubusercontent.com/Zaloog/rye-tui/main/images/image_rye_demo_preview.png)\n\n## Currently still under development\nFor a list of missing features check the [Open Points](#open-points) below\n\n## Installation\n\nYou can already install a first release with one of the three options:\n\n```bash\npip install rye-tui\n```\n\n```bash\npipx install rye-tui\n```\n\n```bash\nrye install rye-tui\n```\nI recommend using [pipx] or [rye] to install CLI Tools into an isolated environment.\n\n## Usage\n\nOnce installed, you can open the tui with\n```bash\ntrye\n```\n\nOn first execution a configuration file is created. Afterwards you can run `trye` again to get into the tui view.\n\nThe configuration file contains a list of the paths of your rye-managed pojects.\nAlso a project home directory is defined (default: `HOMEPATH`), which helps initializing new projects under a certain location.\n\nRye-Tui is following the [XDG] basedir-spec. Therefore the configuration file is located under your OS specific `config_user_dir`.\n\n\n## Features\n\nRye-Tui is divided into 3 Tabs:\n1. Projects\n2. General\n3. Config\n\n### Projects Tab\nThe Projects Tab holds all your rye projects and gives you an overview to each project based on the `pyproject.toml` and installed packages.\nThe `Edit`- Button can be used to open and edit the pyproject.toml from within the TUI. \n![project_image](https://raw.githubusercontent.com/Zaloog/rye-tui/main/images/image_rye_project.png)\n\n`rye add` and  `rye add --dev` is already supported, flags are still missing currently.\n![add_image](https://raw.githubusercontent.com/Zaloog/rye-tui/main/images/image_rye_add.png)\n\n### General Tab\nThe General Tab has an input field to define your project-home path, which acts as an default location, to easily create a new project there.\nFurthermore you get an overview over your globally installed tools including version and available scripts.\nThe final section lists all installed toolchain.\n![general_image](https://raw.githubusercontent.com/Zaloog/rye-tui/main/images/image_rye_general.png)\n\n### Config Tab\nThe Config Tab can be used to change rye's underlying config and add or delete additional sources.\n![config_image](https://raw.githubusercontent.com/Zaloog/rye-tui/main/images/image_rye_config.png)\n\n## Feedback and Issues\nFeel free to reach out and share your feedback, or open an Issue, if something doesnt work as expected.\nAlso check the [Changelog](https://github.com/Zaloog/rye-tui/blob/main/CHANGELOG.md) for new updates.\n\n## Open Points:\n- [ ] Support Flags for Rye Init and Rye add\n- [ ] Support publishing\n- [ ] Enable Rye Tool Management, like rye add\n- [ ] Folder Scanner for rye projects\n\n[XDG]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html\n[platformdirs]: https://platformdirs.readthedocs.io/en/latest/\n[textual]: https://textual.textualize.io\n[pipx]: https://github.com/pypa/pipx\n[rye]: https://rye-up.com\n[PyPi]: https://pypi.org/project/rye-tui/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaloog%2Frye-tui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaloog%2Frye-tui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaloog%2Frye-tui/lists"}