معرفی شرکت ها


ansi2html-1.9.0rc1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل ansi2html-1.9.0rc1
نام ansi2html
نسخه کتابخانه 1.9.0rc1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ralph Bean
ایمیل نویسنده rbean@redhat.com
آدرس صفحه اصلی https://github.com/pycontribs/ansi2html
آدرس اینترنتی https://pypi.org/project/ansi2html/
مجوز -
.. image:: https://github.com/pycontribs/ansi2html/workflows/tox/badge.svg?branch=main :alt: Build Status - main branch :target: https://github.com/pycontribs/ansi2html/actions?query=workflow%3Atox+branch%3Amain ansi2html ========= :Author: Ralph Bean <rbean@redhat.com> :Contributor: Robin Schneider <ypid23@aol.de> .. comment: split here Convert text with ANSI color codes to HTML or to LaTeX. .. _pixelbeat: https://www.pixelbeat.org/docs/terminal_colours/ .. _blackjack: https://web.archive.org/web/20100911103911/http://www.koders.com/python/fid5D57DD37184B558819D0EE22FCFD67F53078B2A3.aspx Inspired by and developed off of the work of `pixelbeat`_ and `blackjack`_. `Read the docs <https://ansi2html.readthedocs.io/>`_ 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 Source: https://github.com/pycontribs/ansi2html/ pypi: https://pypi.org/project/ansi2html/ License ------- ``ansi2html`` is licensed LGPLv3+.


نیازمندی

مقدار نام
- importlib-metadata
- Sphinx
- setuptools-scm
- sphinx-rtd-theme
- pytest
- pytest-cov


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl ansi2html-1.9.0rc1:

    pip install ansi2html-1.9.0rc1.whl


نصب پکیج tar.gz ansi2html-1.9.0rc1:

    pip install ansi2html-1.9.0rc1.tar.gz