Metadata-Version: 2.0
Name: sixelplot
Version: 0.0.2
Summary: thin-wrapper for pysixel and matplotlib.
Home-page: https://github.com/kktk-KO/sixelplot
Author: kktk
Author-email: kktkko3579@gmail.com
License: CC0
Keywords: sixel terminal image
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Terminals

sixelplot
=========

A thin wrapper for pysixel and matplotlib

Usage
-----

.. code:: python

    import matplotlib.pyplot as plt
    import sixelplot
    plt.plot([1, 2, 3])
    sixelplot.show()

SIXEL is the ancient black magic to render a graphical raster image on a
terminal screen.

``sixelplot.show`` function writes the SIXEL format image into a file
like object, by default stdout. Though you need a terminal which
understands the SIXEL format, modern terminal emulators support the
SIXEL format.

For more information about SIXEL, see
https://github.com/saitoha/libsixel.

License
-------

These codes are licensed under
`CC0 <https://creativecommons.org/publicdomain/zero/1.0/deed>`__.

Tips
----


