{"id":13522987,"url":"https://github.com/blademd/thymus","last_synced_at":"2025-10-06T20:19:33.176Z","repository":{"id":158948158,"uuid":"573116150","full_name":"blademd/thymus","owner":"blademd","description":"A browser \u0026 editor for network configuration files.","archived":false,"fork":false,"pushed_at":"2024-06-04T14:19:56.000Z","size":426,"stargazers_count":23,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-09-25T15:33:27.429Z","etag":null,"topics":["arista","cisco","juniper","network-engineering","networks","python"],"latest_commit_sha":null,"homepage":"https://thymus.dev","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/blademd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-12-01T18:26:08.000Z","updated_at":"2025-07-05T14:19:50.000Z","dependencies_parsed_at":"2023-12-10T12:28:42.730Z","dependency_job_id":"87e6f756-baa4-4d94-9576-6e831cc34973","html_url":"https://github.com/blademd/thymus","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/blademd/thymus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blademd%2Fthymus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blademd%2Fthymus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blademd%2Fthymus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blademd%2Fthymus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blademd","download_url":"https://codeload.github.com/blademd/thymus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blademd%2Fthymus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278672186,"owners_count":26025858,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["arista","cisco","juniper","network-engineering","networks","python"],"created_at":"2024-08-01T06:00:54.357Z","updated_at":"2025-10-06T20:19:33.146Z","avatar_url":"https://github.com/blademd.png","language":"Python","funding_links":[],"categories":["Table of Contents","\u003ca name=\"networking\"\u003e\u003c/a\u003eNetworking"],"sub_categories":[],"readme":"\n![thymus_default_screen](https://github.com/blademd/thymus/assets/1499024/58f19ba5-2a04-410c-8e71-af8b92760cfa)\n\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/thymus.svg)](https://img.shields.io/pypi/pyversions/thymus)\n[![PyPI](https://img.shields.io/pypi/v/thymus.svg)](https://pypi.python.org/pypi/thymus)\n[![Downloads](https://static.pepy.tech/badge/thymus)](https://static.pepy.tech/badge/thymus)\n[![Downloads-per-month](https://img.shields.io/pypi/dm/thymus.svg)](https://img.shields.io/pypi/dm/thymus.svg)\n\n\n# Thymus\n\n[Thymus](https://en.wikipedia.org/wiki/Thymus_(plant)) — is a config browser and editor. Thymus understands the context of a network configuration file compared to popular text editors. It mimics the CLI of a selected platform. That allows you to navigate, display, and edit selected configuration parts based on their paths just like in your favorite network operation system. You can save edited versions many times, creating a history log. Thymus supports the diff among them and can roll back to any saved version.\n\nThymus does not require a connection to any network device but it can fetch a configuration from a remote machine via Telnet or SSH. Also, it can be used over SSH from a remote machine.\n\nThymus supports:\n\n* Juniper JunOS (and probably other JunOS-like systems, e.g. SR-OS **with** MD-CLI)\n* Cisco IOS/IOS-XE/NX-OS/XR-OS (and probably other IOS-like systems)\n* Arista EOS\n\n\u003cdetails\u003e\n\t\u003csummary\u003eScreenshots\u003c/summary\u003e\n\t\u003chr\u003e\n\n JunOS context screen\n\n ![thymus_junos_example](https://github.com/blademd/thymus/assets/1499024/de5709b0-44d4-4490-8a5b-c8f59dfb3ff9)\n\n IOS context screen\n\n ![thymus_ios_example](https://github.com/blademd/thymus/assets/1499024/51375ef1-f912-44eb-8432-13855f5d3920)\n\n Compare/diff between two configs (JunOS is just as an example)\n\n ![thymus_junos_compare_example](https://github.com/blademd/thymus/assets/1499024/a1f1cbbe-f45b-4830-bd58-fcccddcb79ca)\n\n\n\u003c/details\u003e\n\n## Installation\n\nUse `pip` or `pipx` to install the package (e.g., `pip install thymus` or `pipx install thymus`).\n\nRequires Python **3.9**!\n\n## Operations\n\nThymus operates in **TUI-based** mode thanks to the [Textual](https://textual.textualize.io/) library. This mode draws the full-scale user interface in your console with mouse support. From the Textual documentation:\n\n\t\u003e On modern terminal software (installed by default on most systems), Textual apps can use **16.7 million** colors with mouse support and smooth flicker-free animation. A powerful layout engine and re-usable components makes it possible to build apps that rival the desktop and web experience.\n\n\t\u003e Textual runs on Linux, macOS, Windows and probably any OS where Python also runs.\n\n\nTo run Thymus use the command:\n```\npython -m thymus\n```\n\n## Documentation\n\nPlease, refer to [Wiki](https://github.com/blademd/thymus/wiki).\n\n## Feedback\n\n[Telegram](https://t.me/blademd)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblademd%2Fthymus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblademd%2Fthymus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblademd%2Fthymus/lists"}