No project description provided
Project description
ansi2html
- Author:
Ralph Bean <rbean@redhat.com>
- Contributor:
Robin Schneider <ypid23@aol.de>
Convert text with ANSI color codes to HTML or to LaTeX.
Inspired by and developed off of the work of pixelbeat and blackjack.
Read the docs for more informations.
Example - Python API
>>> from ansi2html import Ansi2HTMLConverter >>> conv = Ansi2HTMLConverter() >>> ansi = "".join(sys.stdin.readlines()) >>> html = conv.convert(ansi)
Example - Shell Usage
$ ls --color=always | ansi2html > directories.html $ sudo tail /var/log/messages | ccze -A | ansi2html > logs.html $ task rc._forcecolor:yes limit:0 burndown | ansi2html > burndown.html
See the list of full options with:
$ ansi2html --help
Get this project:
$ pip3 install ansi2html
License
ansi2html is licensed LGPLv3+.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ansi2html-1.7.0.tar.gz
(42.2 kB
view details)
Built Distribution
ansi2html-1.7.0-py3-none-any.whl
(15.9 kB
view details)
File details
Details for the file ansi2html-1.7.0.tar.gz
.
File metadata
- Download URL: ansi2html-1.7.0.tar.gz
- Upload date:
- Size: 42.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69316be8c68ac91c5582d397c2890e69c993cc7cda52062ac7e45fcb660d8edc |
|
MD5 | 8490d48b87fb57e22ee1dc5ad668141e |
|
BLAKE2b-256 | 8abe970968cdc65354cd73e12b6088b596bb0785dacc87dc54f4ee27082e0a0c |
File details
Details for the file ansi2html-1.7.0-py3-none-any.whl
.
File metadata
- Download URL: ansi2html-1.7.0-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50517716d2e54f4167dadcec583fc7339e3684e4ff50a5f3d516fc8b54ce5875 |
|
MD5 | 0091220d773fb87d327b3be9001d141c |
|
BLAKE2b-256 | 2a63dcfd9840352bcd37d785c418e9c906af2837739660538ab753e53b088c73 |