Metadata-Version: 2.0
Name: widdy
Version: 0.2.2
Summary: urwid wrapper for rapid shell-ui prototyping
Home-page: https://github.com/ubunatic/widdy
Author: Uwe Jugel
Author-email: uwe.jugel@gmail.com
License: MIT
Project-URL: Documentation, https://github.com/ubunatic/widdy
Project-URL: Bug Reports, https://github.com/ubunatic/widdy/issues
Project-URL: Funding, https://github.com/ubunatic/widdy
Project-URL: Say Thanks!, https://saythanks.io/to/ubunatic
Project-URL: Source, https://github.com/ubunatic/widdy
Description-Content-Type: UNKNOWN
Keywords: urwid prototyping widgets ohlc ui apps console
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console :: Curses
Classifier: Topic :: Software Development :: Widget Sets
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: asyncio
Requires-Dist: requests
Requires-Dist: urwid
Provides-Extra: dev
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'

[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/ubunatic)

widdy
=======

Widgets for rapid prototyping of urwid based console apps.

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

    pip3 install widdy

	 # then try the demos:
	 widdy chuck     # chuck norris joke reader
	 widdy counter   # fun with text tables
	 widdy all       # run all available demos

Usage
-----
Read the [examples](https://github.com/ubunatic/widdy/widdy/examples)
or try the demo apps:




Development
-----------

    pip3 install widdy[dev]


