Metadata-Version: 2.1
Name: pyroglyph
Version: 0.1.0
Summary: A simple library for building real-time text-based UIs
Home-page: https://github.com/ChrisTimperley/pyroglyph
License: Apache-2.0
Keywords: cli,curses,ui,terminal
Author: Chris Timperley
Author-email: ctimperley@cmu.edu
Requires-Python: >=3.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: blessed (>=1.18.0)
Project-URL: Repository, https://github.com/ChrisTimperley/pyroglyph
Description-Content-Type: text/x-rst

.. -*-restructuredtext-*-

pyroglyph
=========

.. image:: https://travis-ci.org/ChrisTimperley/pyroglyph.svg?branch=master
    :target: https://travis-ci.org/ChrisTimperley/pyroglyph

.. image:: https://badge.fury.io/py/pyroglyph.svg
    :target: https://badge.fury.io/py/pyroglyph

.. image:: https://img.shields.io/pypi/pyversions/pyroglyph.svg
    :target: https://pypi.org/project/pyroglyph


An elegant and intuitive library for building text-based UIs in Python.


.. image:: https://www.ancient-egypt-online.com/images/hieroglyphs.jpg

(image credit: `Andrea <https://www.ancient-egypt-online.com/ancient-egyptian-hieroglyphics.html>`_.)


Installation
------------

To install the latest release from `PyPI <https://pypi.python.org/pypi/pyroglyph/>`_:

.. code::

   $ pip install pyroglyph

To install the latest development release:

.. code::

   $ git clone https://github.com/ChrisTimperley/pyroglyph
   $ cd pyroglyph
   $ python setup.py install

