jlorieau / mollib

A simple python module for reading, writing, fetching and manipulating biomolecules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ANSI terminal coloring

jlorieau opened this issue · comments

Add ANSI terminal to output

  • Should strip color for pipes, unless a command line option or environment variable is passed. Partial color support is already integrated in the documentation conf.py.
  • Should use colorama for windows terminal support. This precludes Blessings.
  • Should produce clean code.

The best solution so far is to use a custom color system for sphinx.

Implemented FormattedStr