Metadata-Version: 2.1
Name: widdy
Version: 0.2.13
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
Keywords: urwid,prototyping,widgets,ohlc,ui,apps,console
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console :: Curses
Classifier: Topic :: Software Development :: Widget Sets
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: urwid
Requires-Dist: requests
Requires-Dist: typing
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'

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

widdy
=====

Widdy widdy widgets for rapid prototyping of [urwid](http://urwid.org) based console apps.

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

    pip install widdy

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

    widdy chuck     # chuck norris joke reader
    widdy counter   # fun with text tables
    widdy all       # run all available demos

Development
-----------
First clone the repo.

    git clone https://github.com/ubunatic/widdy
    cd widdy

Then install the cloned version and install missing tools.

    make             # clean and run all tests
    make install     # install the checked-out dev version
    make transpiled  # transpile Py3 to Py2

You may need to install some tools and modules, i.e., `flake8`, `pytest-3`, `twine`, `urwid`, and maybe others.

[Pull requests](https://github.com/ubunatic/widdy/pulls) are welcome!
