Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rpdelaney/uncolor
Strips ANSI color sequences from text. That's it.
https://github.com/rpdelaney/uncolor
Last synced: about 1 month ago
JSON representation
Strips ANSI color sequences from text. That's it.
- Host: GitHub
- URL: https://github.com/rpdelaney/uncolor
- Owner: rpdelaney
- License: apache-2.0
- Created: 2020-09-25T15:35:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T11:00:46.000Z (7 months ago)
- Last Synced: 2024-04-16T03:43:25.759Z (7 months ago)
- Language: Python
- Size: 400 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
uncolor
======================
|LANGUAGE| |VERSION| |LICENSE| |MAINTAINED| |CIRCLECI| |STYLE|.. |CIRCLECI| image:: https://img.shields.io/circleci/build/gh/rpdelaney/uncolor
:target: https://circleci.com/gh/rpdelaney/uncolor/tree/master
.. |LICENSE| image:: https://img.shields.io/badge/license-Apache%202.0-informational
:target: https://www.apache.org/licenses/LICENSE-2.0.txt
.. |MAINTAINED| image:: https://img.shields.io/maintenance/yes/2022?logoColor=informational
.. |VERSION| image:: https://img.shields.io/pypi/v/uncolor
:target: https://pypi.org/project/uncolor
.. |STYLE| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
.. |LANGUAGE| image:: https://img.shields.io/pypi/pyversions/uncolorStrips ANSI color sequences from the stream on standard input, printing the result on the standard output.
That's it.