Metadata-Version: 2.1
Name: additional-urwid-widgets
Version: 0.1
Summary: Some (in my opinion useful) widgets that extend the python library 'urwid'.
Home-page: https://github.com/AFoeee/additional_urwid_widgets
Author: Adrian Föhling
Author-email: a.foehling@web.de
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Widget Sets
Description-Content-Type: text/markdown

# additional_urwid_widgets
Some (in my opinion useful) widgets that extend the python library [urwid](http://urwid.org/index.html).

See the corresponding wiki entries of the widgets for more information.

## Widgets
* [DatePicker](https://github.com/AFoeee/additional_urwid_widgets/wiki/DatePicker)
* [IndicativeListBox](https://github.com/AFoeee/additional_urwid_widgets/wiki/IndicativeListBox)
* [IntegerPicker](https://github.com/AFoeee/additional_urwid_widgets/wiki/IntegerPicker)
* [SelectableRow](https://github.com/AFoeee/additional_urwid_widgets/wiki/SelectableRow)


