diff options
Diffstat (limited to 'dev-python/urwid/metadata.xml')
| -rw-r--r-- | dev-python/urwid/metadata.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/urwid/metadata.xml b/dev-python/urwid/metadata.xml new file mode 100644 index 000000000000..4dea7fb9cfb6 --- /dev/null +++ b/dev-python/urwid/metadata.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription> +Urwid is a curses-based user interface library. It includes many features +useful for text console application developers including: + +- Fluid interface resizing (xterm window resizing / fbset on Linux console) +- Web application display mode using Apache and CGI [Live Demo] +- Support for UTF-8, simple 8-bit and CJK encodings +- Multiple text alignment and wrapping modes built-in +- Ability create user-defined text layout classes +- Simple markup for setting text attributes +- Powerful list box that handles scrolling between different widget types +- List box contents may be managed with a user-defined class +- Flexible edit box for editing many different types of text +- Buttons, check boxes and radio boxes +- Customizable layout for all widgets +- Easy interface for creating HTML screen shots + </longdescription> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
