{ "info": { "author": "Carlos A. Planch\u00f3n", "author_email": "bubbledoloresuruguay2@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "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```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/carlosplanchon/ansistrip/archive/v0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/carlosplanchon/ansistrip", "keywords": "ascii,ansi,strip,VT100", "license": "GPL3", "maintainer": "", "maintainer_email": "", "name": "ansistrip", "package_url": "https://pypi.org/project/ansistrip/", "platform": "", "project_url": "https://pypi.org/project/ansistrip/", "project_urls": { "Download": "https://github.com/carlosplanchon/ansistrip/archive/v0.1.tar.gz", "Homepage": "https://github.com/carlosplanchon/ansistrip" }, "release_url": "https://pypi.org/project/ansistrip/0.1/", "requires_dist": null, "requires_python": "", "summary": "ASCII Screen Splash for SHYCD software.", "version": "0.1" }, "last_serial": 4962053, "releases": { "0.1": [ { "comment_text": "", "digests": { "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", "url": "https://files.pythonhosted.org/packages/1b/fe/b4f6d04c17850ca32bd2b659a93431c193cd06229935c7372a5d341fda78/ansistrip-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "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", "url": "https://files.pythonhosted.org/packages/1b/fe/b4f6d04c17850ca32bd2b659a93431c193cd06229935c7372a5d341fda78/ansistrip-0.1.tar.gz" } ] }