ansistrip


Nameansistrip JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/carlosplanchon/ansistrip
SummaryASCII Screen Splash for SHYCD software.
upload_time2019-03-20 05:25:39
maintainer
docs_urlNone
authorCarlos A. Planchón
requires_python
licenseGPL3
keywords ascii ansi strip vt100
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Ansistrip
*Module to strip ANSI Escape codes from a string.*

## Installation
### Install with pip
```
pip3 install -U ansistrip
```

## Usage
```
In [1]: import ansistrip

In [2]: text =  "\x1b[1m\x1b[38;5;10mtest\x1b0m"

In [3]: ansistrip.ansi_strip(text)

Out[3]: 'test'
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/carlosplanchon/ansistrip",
    "name": "ansistrip",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ascii,ansi,strip,VT100",
    "author": "Carlos A. Planch\u00f3n",
    "author_email": "bubbledoloresuruguay2@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1b/fe/b4f6d04c17850ca32bd2b659a93431c193cd06229935c7372a5d341fda78/ansistrip-0.1.tar.gz",
    "platform": "",
    "description": "# Ansistrip\n*Module to strip ANSI Escape codes from a string.*\n\n## Installation\n### Install with pip\n```\npip3 install -U ansistrip\n```\n\n## Usage\n```\nIn [1]: import ansistrip\n\nIn [2]: text =  \"\\x1b[1m\\x1b[38;5;10mtest\\x1b0m\"\n\nIn [3]: ansistrip.ansi_strip(text)\n\nOut[3]: 'test'\n```",
    "bugtrack_url": null,
    "license": "GPL3",
    "summary": "ASCII Screen Splash for SHYCD software.",
    "version": "0.1",
    "project_urls": {
        "Download": "https://github.com/carlosplanchon/ansistrip/archive/v0.1.tar.gz",
        "Homepage": "https://github.com/carlosplanchon/ansistrip"
    },
    "split_keywords": [
        "ascii",
        "ansi",
        "strip",
        "vt100"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1bfeb4f6d04c17850ca32bd2b659a93431c193cd06229935c7372a5d341fda78",
                "md5": "f151de64a536423e3cd7d9a57f5b44df",
                "sha256": "e2d47b24679527af752989acd0ecd20c9b1453907b4122784bdcf6c7e937162c"
            },
            "downloads": -1,
            "filename": "ansistrip-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f151de64a536423e3cd7d9a57f5b44df",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1612,
            "upload_time": "2019-03-20T05:25:39",
            "upload_time_iso_8601": "2019-03-20T05:25:39.350124Z",
            "url": "https://files.pythonhosted.org/packages/1b/fe/b4f6d04c17850ca32bd2b659a93431c193cd06229935c7372a5d341fda78/ansistrip-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-03-20 05:25:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "carlosplanchon",
    "github_project": "ansistrip",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ansistrip"
}
        
Elapsed time: 0.32844s