Metadata-Version: 2.1
Name: uncolor
Version: 0.1.3
Summary: strips ANSI colors from a data stream
Home-page: https://pypi.org/project/uncolor
License: Apache 2.0
Author: Ryan Delaney
Author-email: ryan.patrick.delaney+git@protonmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: pytest-datadir (>=1.3.1,<2.0.0)
Project-URL: Repository, https://github.com/rpdelaney/uncolor
Description-Content-Type: text/x-rst

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/uncolor

Strips ANSI color sequences from the stream on standard input, printing the result on the standard output.

That's it.

