wraptext


Namewraptext JSON
Version 0.1.0b1 PyPI version JSON
download
home_pageNone
SummaryPython wrapper of Rust's 'textwrap' version
upload_time2022-12-30 21:18:08
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords text wrapping
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            wraptext
========

`wraptext` is an alternative version of Python's built-in
[textwrap](https://docs.python.org/3/library/textwrap.html) library.
`wraptext` is ported from [Rust](https://www.rust-lang.org/) implementation.
You can view the original project [here](https://github.com/mgeisler/textwrap).

Features
========

- [x] `fill()`
- [ ] `wrap()`

Links
=====

- [Repository](https://github.com/phoenixr-codes/wraptext)
- [PyPI](https://pypi.org/project/wraptext)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "wraptext",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "text,wrapping",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/1c/3c/59abe1306aa15503588d8b2748fbd2ae35b07a599d70a9f2a51947a1ab38/wraptext-0.1.0b1.tar.gz",
    "platform": null,
    "description": "wraptext\n========\n\n`wraptext` is an alternative version of Python's built-in\n[textwrap](https://docs.python.org/3/library/textwrap.html) library.\n`wraptext` is ported from [Rust](https://www.rust-lang.org/) implementation.\nYou can view the original project [here](https://github.com/mgeisler/textwrap).\n\nFeatures\n========\n\n- [x] `fill()`\n- [ ] `wrap()`\n\nLinks\n=====\n\n- [Repository](https://github.com/phoenixr-codes/wraptext)\n- [PyPI](https://pypi.org/project/wraptext)\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python wrapper of Rust's 'textwrap' version",
    "version": "0.1.0b1",
    "split_keywords": [
        "text",
        "wrapping"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "md5": "dc3cadf6b22ea73e0d0313e8a1bdfa15",
                "sha256": "bf031cee620d41ea7e4f0232d1ce25c13ffc1bd1a22d3db24937e39d5c4843c1"
            },
            "downloads": -1,
            "filename": "wraptext-0.1.0b1-cp38-cp38-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dc3cadf6b22ea73e0d0313e8a1bdfa15",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 209096,
            "upload_time": "2022-12-30T21:18:06",
            "upload_time_iso_8601": "2022-12-30T21:18:06.128792Z",
            "url": "https://files.pythonhosted.org/packages/57/79/135a106e39c162bec17591856e5eb6d24cc10fb8e5f08aa305ed7777e53f/wraptext-0.1.0b1-cp38-cp38-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "md5": "5c487e432b919e28dac0842f290258f8",
                "sha256": "8e152cd4525ef77183074043f743d1b369267998f1c6f897b359c678dd5a5d50"
            },
            "downloads": -1,
            "filename": "wraptext-0.1.0b1.tar.gz",
            "has_sig": false,
            "md5_digest": "5c487e432b919e28dac0842f290258f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5288,
            "upload_time": "2022-12-30T21:18:08",
            "upload_time_iso_8601": "2022-12-30T21:18:08.345497Z",
            "url": "https://files.pythonhosted.org/packages/1c/3c/59abe1306aa15503588d8b2748fbd2ae35b07a599d70a9f2a51947a1ab38/wraptext-0.1.0b1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-30 21:18:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "wraptext"
}
        
Elapsed time: 0.02277s