cursed-editor

View on PyPIReverse Dependencies (0)

0.11.0 cursed_editor-0.11.0-py3-none-any.whl

Wheel Details

Project: cursed-editor
Version: 0.11.0
Filename: cursed_editor-0.11.0-py3-none-any.whl
Download: [link]
Size: 29685
MD5: 167241c21b7861fd0768860003d1d7ff
SHA256: faf73bef007932ea127493cd136cff89cac75fc12b3da0e263c49e721791de31
Uploaded: 2024-02-25 20:53:18 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: cursed-editor
Version: 0.11.0
Summary: A Vim Inspired Text Editor Written in Pure Python
Author: Philip Zerull
Author-Email: cursed_editor[at]philzerull.com
Home-Page: https://philzerull.gitlab.io/cursed_editor/
Project-Url: Repository, https://gitlab.com/philzerull/cursed_editor
License: GPL-3.0-or-later
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Text Editors
Requires-Python: >=3.8,<3.13
Requires-Dist: windows-curses (==2.3.0); sys_platform == "win32"
Description-Content-Type: text/markdown
[Description omitted; length: 124 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.5.2
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
cursed_editor/__init__.py sha256=KDykT32ihmcXWxkxEOMmeg6trVltK4w4QCxqXZyyzSw 763
cursed_editor/application.py sha256=21y7AevqDUYkcteGJmxZi_lQNmo9rGfaDSiCbvABZy4 6062
cursed_editor/backends.py sha256=6MYg3xEQ8Urw2KiT-J9E43mG3pRm10IqrzwQ7IxWhyU 5294
cursed_editor/configuration.py sha256=WotzSQxWCjgyyTeU6KC8uGYLOQAXCtkitMg5XCPH9jc 3931
cursed_editor/coordinate.py sha256=mLMC-PX_5biClIXa0PbL6lohx4JPYqwTLoGkm33ioV4 4896
cursed_editor/editor.py sha256=WrjXf0Qa6VM09QKu2X6qzzVcRWvpIHekS1gfJ_NtwOo 5320
cursed_editor/file_handlers.py sha256=UEg1XOY7yqyHbogA5lQCfbMifWLK3CHSGJO1tIHongo 2326
cursed_editor/immutable.py sha256=zZARjg1-IteCnnhTTJTJiDnIwX_-H8frONTnXJQJpa8 1868
cursed_editor/key_handler/__init__.py sha256=KDykT32ihmcXWxkxEOMmeg6trVltK4w4QCxqXZyyzSw 763
cursed_editor/key_handler/actions.py sha256=jIGxTkFCU7RYAEeXflksmhpbPvDGDSkuyo2GMolprEE 10847
cursed_editor/key_handler/handler.py sha256=XoVQGOwegZ0hyUk9GzZ1xsT02zA1Nvelc_ikr_mi8t8 6434
cursed_editor/key_handler/state.py sha256=MJgwCVLsm8hVzLPUS9iHj9dfM_7cTt4dLqkgtp_WcYs 920
cursed_editor/key_handler/triggers.py sha256=vIC0056WvA_3z5ctaGnMqV-2E-pFg8M5-yE-xFhHQcE 2679
cursed_editor/linear_editor.py sha256=TBIetHUdnTx4yfb73lZ3REziFSu6aQ7nTizkTrJ0GKY 5508
cursed_editor/lined_editor.py sha256=h6JmZzweWEquazbRu_GRpG2ZPh8Y_643jh_faantAfM 4991
cursed_editor/mutable_string.py sha256=7Js8pkkxEZP6zhko7J5Iv5oeOTd15dZhshR6LmcaVCA 10392
cursed_editor/tabbed_editor.py sha256=pEiR5WujUZuqL9E_r9xRBWSIO-IUwdrMURujHrHhF7o 4593
cursed_editor/utils.py sha256=7SQPChb4_F5Q6kooRUNiguEvvxNetiKERK9ZEEg7gxY 985
cursed_editor/window.py sha256=yRHaNllf-cf693j8TWGJYCEUeajFd-_widb9y-KmJ1M 3072
cursed_editor-0.11.0.dist-info/METADATA sha256=rsMP2J35EU4FLTpJalcdn859ojQakN0YJxCiF1waKKY 1052
cursed_editor-0.11.0.dist-info/WHEEL sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU 88
cursed_editor-0.11.0.dist-info/entry_points.txt sha256=ehPHjbOWJXW021WuxdwIdlSbMKWcCjBdgETx8vmrX_o 57
cursed_editor-0.11.0.dist-info/RECORD

entry_points.txt

cursed = cursed_editor.application:main