ansible/ansiconv

Name: ansiconv

Owner: Ansible

Description: null

Created: 2016-11-10 14:23:32.0

Updated: 2017-12-19 15:44:28.0

Pushed: 2015-08-07 17:36:53.0

Homepage: null

Size: 124

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ANSIConv

Version: 1.0.0

A Python module for converting ANSI coded text and converts it to either plain text or HTML.

Documentation: http://pythonhosted.org/ansiconv/

Test Coverage: 100%

Installing
From PyPI
$ pip install ansiconv
From Git
$ git clone https://bitbucket.org/dhrrgn/ansiconv.git
$ cd ansiconv
$ python setup.py install
Testing

You can run the unit tests by running the following command:

$ python setup.py test
Coverage Report

The coverage report requires pytest-cov (pip install pytest-cov).

In the ansicov directory run the following command:

$ py.test --cov=ansiconv.py --cov-report=term

The tests are written using pytest.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.