Metadata-Version: 1.2
Name: pyroglyph
Version: 0.0.1
Summary: A simple library for building real-time text-based UIs
Home-page: https://github.com/ChrisTimperley/pyroglyph
Author: Chris Timperley
Author-email: ctimperley@cmu.edu
License: Apache License 2.0
Description: .. -*-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
        
Keywords: cli,blessed,ui,simple
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
