pelyx


Namepelyx JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryPelyx plans to be a toy terminal editor
upload_time2025-08-09 12:49:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords editor
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pelyx

Pelyx is a terminal editor written in Python. It plans to be a modal editor just like vi/vim/neovim/helix. This is a personal project just for learning and enjoyment.

Pelyx is built on [Textual](https://textual.textualize.io/), so it can run on different platforms including Linux, MacOS, Windows 10/11.

This project is open-sourced under MulanPSL-2.0.

## RoadMap

Pelyx is still under developing. Here is the roadmap towards version 0.1.0.

- [x] v0.0.1: Packaging.
- [x] v0.0.2: Run a textual application.
- [ ] v0.0.3: Change to a customized text-area widget, simply display text.
- [ ] v0.0.4: Support moving around files.
- [ ] v0.0.5: Support multiple windows.
- [ ] v0.0.6: Build a framework for user configuration.
- [ ] v0.0.7: Add normal mode, insert mode, support saving modification.
- [ ] v0.0.8: Add undo and redo.
- [ ] v0.1.0: Add documentation, test for stability.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pelyx",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Obvodny <obvodny@yeah.net>",
    "keywords": "editor",
    "author": null,
    "author_email": "Obvodny <obvodny@yeah.net>",
    "download_url": "https://files.pythonhosted.org/packages/88/61/a28d92d7d20f3b1a96547ca31f2db7621f8a4437de5ffd739128f1a3ffbd/pelyx-0.0.3.tar.gz",
    "platform": null,
    "description": "# Pelyx\r\n\r\nPelyx is a terminal editor written in Python. It plans to be a modal editor just like vi/vim/neovim/helix. This is a personal project just for learning and enjoyment.\r\n\r\nPelyx is built on [Textual](https://textual.textualize.io/), so it can run on different platforms including Linux, MacOS, Windows 10/11.\r\n\r\nThis project is open-sourced under MulanPSL-2.0.\r\n\r\n## RoadMap\r\n\r\nPelyx is still under developing. Here is the roadmap towards version 0.1.0.\r\n\r\n- [x] v0.0.1: Packaging.\r\n- [x] v0.0.2: Run a textual application.\r\n- [ ] v0.0.3: Change to a customized text-area widget, simply display text.\r\n- [ ] v0.0.4: Support moving around files.\r\n- [ ] v0.0.5: Support multiple windows.\r\n- [ ] v0.0.6: Build a framework for user configuration.\r\n- [ ] v0.0.7: Add normal mode, insert mode, support saving modification.\r\n- [ ] v0.0.8: Add undo and redo.\r\n- [ ] v0.1.0: Add documentation, test for stability.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pelyx plans to be a toy terminal editor",
    "version": "0.0.3",
    "project_urls": null,
    "split_keywords": [
        "editor"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1bc8830b51be54ab7495b38327bb46036578d5a29abc54ec6ad20b360c432e06",
                "md5": "680fd2fac913eec390e3045e7d5ec34b",
                "sha256": "03de1a7cc51a9b6f4cdbc364e1748f8122614a0d71fe790baf5ca4a3354beac9"
            },
            "downloads": -1,
            "filename": "pelyx-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "680fd2fac913eec390e3045e7d5ec34b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 8107,
            "upload_time": "2025-08-09T12:49:53",
            "upload_time_iso_8601": "2025-08-09T12:49:53.914473Z",
            "url": "https://files.pythonhosted.org/packages/1b/c8/830b51be54ab7495b38327bb46036578d5a29abc54ec6ad20b360c432e06/pelyx-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8861a28d92d7d20f3b1a96547ca31f2db7621f8a4437de5ffd739128f1a3ffbd",
                "md5": "29669f65bde50edc0f80e6f55bbe9468",
                "sha256": "f9997de526a0e96a1bc254a3acaf0e4867f6773a3527a834ee20d4527b23edff"
            },
            "downloads": -1,
            "filename": "pelyx-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "29669f65bde50edc0f80e6f55bbe9468",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 9137,
            "upload_time": "2025-08-09T12:49:54",
            "upload_time_iso_8601": "2025-08-09T12:49:54.838115Z",
            "url": "https://files.pythonhosted.org/packages/88/61/a28d92d7d20f3b1a96547ca31f2db7621f8a4437de5ffd739128f1a3ffbd/pelyx-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-09 12:49:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pelyx"
}
        
Elapsed time: 1.22845s