wraptext


Namewraptext JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/phoenixr-codes/wraptext
SummaryImproved text wrapping and filling.
upload_time2025-02-15 14:55:41
maintainerNone
docs_urlNone
authorJonas da Silva
requires_python>=3.7
licenseMIT
keywords ansi text textwrap unicode
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # wraptext: [textwrap][] Improved.

This package is a drop-in replacement for the [textwrap][] module in Python's standard library. Unlike
[textwrap][], `wraptext` correctly handles zero-width and full-wide Unicode characters as well as ANSI
escape sequences. These improvements enhance the usage of [textwrap][] when used in console
applications.

[textwrap]: https://docs.python.org/3/library/textwrap.html

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/phoenixr-codes/wraptext",
    "name": "wraptext",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "ansi, text, textwrap, unicode",
    "author": "Jonas da Silva",
    "author_email": "phoenixr41414141@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9f/cc/6b321e3fcb60e07907ad1a851e1a0badb464974807ca04dc7ea0de07e59f/wraptext-1.0.1.tar.gz",
    "platform": null,
    "description": "# wraptext: [textwrap][] Improved.\n\nThis package is a drop-in replacement for the [textwrap][] module in Python's standard library. Unlike\n[textwrap][], `wraptext` correctly handles zero-width and full-wide Unicode characters as well as ANSI\nescape sequences. These improvements enhance the usage of [textwrap][] when used in console\napplications.\n\n[textwrap]: https://docs.python.org/3/library/textwrap.html\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Improved text wrapping and filling.",
    "version": "1.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/phoenix-codes/wraptext/issues",
        "Homepage": "https://github.com/phoenixr-codes/wraptext",
        "Repository": "https://github.com/phoenixr-codes/wraptext"
    },
    "split_keywords": [
        "ansi",
        " text",
        " textwrap",
        " unicode"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bd43a23900322602df8607af30131719af4592dcd588b2fb364118bd2da619f",
                "md5": "283cafa554ae4fd2b50409f934f483cb",
                "sha256": "ecc5c285f2a07c8f6dd5347f4eb4ce99be48404ea1c97b56355b96054fe52959"
            },
            "downloads": -1,
            "filename": "wraptext-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "283cafa554ae4fd2b50409f934f483cb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 9572,
            "upload_time": "2025-02-15T14:55:39",
            "upload_time_iso_8601": "2025-02-15T14:55:39.619541Z",
            "url": "https://files.pythonhosted.org/packages/9b/d4/3a23900322602df8607af30131719af4592dcd588b2fb364118bd2da619f/wraptext-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9fcc6b321e3fcb60e07907ad1a851e1a0badb464974807ca04dc7ea0de07e59f",
                "md5": "c0bb391e4d770a99bc32af21144c0959",
                "sha256": "bae3ac6dc5c74e6a5de31628122464436c8698893eb6e76b935425251bccf022"
            },
            "downloads": -1,
            "filename": "wraptext-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c0bb391e4d770a99bc32af21144c0959",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8552,
            "upload_time": "2025-02-15T14:55:41",
            "upload_time_iso_8601": "2025-02-15T14:55:41.910783Z",
            "url": "https://files.pythonhosted.org/packages/9f/cc/6b321e3fcb60e07907ad1a851e1a0badb464974807ca04dc7ea0de07e59f/wraptext-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-15 14:55:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "phoenixr-codes",
    "github_project": "wraptext",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wraptext"
}
        
Elapsed time: 1.06524s