Metadata-Version: 2.0
Name: hexes
Version: 0.4.0
Summary: Curses for humans.
Home-page: https://github.com/wlonk/hexes
Author: Kit La Touche
Author-email: kit@transneptune.net
License: BSD
Keywords: hexes
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Requires-Dist: wheel (==0.24.0)

===============================
Hexes
===============================

+---------------+------------------+
| Service       | Status           |
+===============+==================+
| PyPI          | |pypi|           |
+---------------+------------------+
| Downloads     | |pypi-downloads| |
+---------------+------------------+
| Waffle.io     | |waffleio|       |
+---------------+------------------+
| CircleCI      | |circleci|       |
+---------------+------------------+
| Read the Docs | |readthedocs|    |
+---------------+------------------+

Curses for humans.

This is free software, under a BSD license.

This is very very alpha! I'm working on it, though, and would love your
feedback, pull requests, and enthusiasm.

Thanks!

Features
--------

* It can draw boxes, lay them out, and resize them. FANCY!
* It can put text in boxes and only reveal the appropriate bits of it. SHINY!
* It has an event loop, and allows you to bind to startup and keypresses. SPOOKY!
* It can accept text input and process it. HEAVY!

.. |pypi| image:: https://img.shields.io/pypi/v/hexes.svg?style=plastic
                :target: https://pypi.python.org/pypi/hexes
                :alt: 'Latest PyPI version'

.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/hexes.svg?style=plastic
                :target: https://pypi.python.org/pypi/hexes
                :alt: 'Monthly PyPI downloads'

.. |waffleio| image:: https://badge.waffle.io/wlonk/hexes.png?label=ready&title=Ready
                :target: https://waffle.io/wlonk/hexes
                :alt: 'Stories in Ready'

.. |circleci| image:: https://img.shields.io/circleci/project/wlonk/hexes.svg?style=plastic
                :target: https://circleci.com/gh/wlonk/hexes
                :alt: 'Latest build status'

.. |readthedocs| image:: https://readthedocs.org/projects/pip/badge/?style=plastic
                :target: https://hexes.readthedocs.org/
                :alt: 'Latest documentation'




History
-------

0.4.0 (2015-08-08)
---------------------

* Added support for text input areas.

0.3.1 (2015-05-08)
---------------------

* Slight unifications to the way you register behaviors.

0.3.0 (2015-05-08)
---------------------

* Event loop and binding listeners.

0.2.0 (2015-04-26)
---------------------

* Rendering text into boxes.

0.1.0 (2015-04-25)
---------------------

* First release on PyPI.


