full-width


Namefull-width JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryHalf-width to full-width character converter.
upload_time2024-08-18 10:46:56
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # full-width

This is a Python package that provides a CLI script `full-width`.

It reads from stdin and converts half-width characters to full-width characters.

The result is printed to stdout.

## Installation

    pip install full-width

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "full-width",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Mizu Hikaru <mizu@hikaru.org>",
    "download_url": "https://files.pythonhosted.org/packages/f6/cc/a7ac9353e74da1f4a65b5c7cb760a0524d37ccfa086f7ef8eb3c25d64da3/full_width-1.0.1.tar.gz",
    "platform": null,
    "description": "# full-width\n\nThis is a Python package that provides a CLI script `full-width`.\n\nIt reads from stdin and converts half-width characters to full-width characters.\n\nThe result is printed to stdout.\n\n## Installation\n\n    pip install full-width\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Half-width to full-width character converter.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/mizu-hikaru/full-width",
        "Issues": "https://github.com/mizu-hikaru/full-width/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d385b2fb09cbabd123db9ac6b7752bb02aeea197eab3ae5c34fb4974d80513f1",
                "md5": "56e0a993219f08407bde57d425b464f6",
                "sha256": "55c3d8ef9bb46d8c941a64057c2860fb02178ab6a60d4183c2e30fe2b38001a7"
            },
            "downloads": -1,
            "filename": "full_width-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "56e0a993219f08407bde57d425b464f6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3151,
            "upload_time": "2024-08-18T10:46:54",
            "upload_time_iso_8601": "2024-08-18T10:46:54.688613Z",
            "url": "https://files.pythonhosted.org/packages/d3/85/b2fb09cbabd123db9ac6b7752bb02aeea197eab3ae5c34fb4974d80513f1/full_width-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6cca7ac9353e74da1f4a65b5c7cb760a0524d37ccfa086f7ef8eb3c25d64da3",
                "md5": "cc46abdcc29af275e7fcd866003330d1",
                "sha256": "37c3cc9654353cd327bba50e8ce8337691e4643f30439fae12aaa48dae23eeb7"
            },
            "downloads": -1,
            "filename": "full_width-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cc46abdcc29af275e7fcd866003330d1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 2233,
            "upload_time": "2024-08-18T10:46:56",
            "upload_time_iso_8601": "2024-08-18T10:46:56.101655Z",
            "url": "https://files.pythonhosted.org/packages/f6/cc/a7ac9353e74da1f4a65b5c7cb760a0524d37ccfa086f7ef8eb3c25d64da3/full_width-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-18 10:46:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mizu-hikaru",
    "github_project": "full-width",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "full-width"
}
        
Elapsed time: 0.32405s