Metadata-Version: 2.4
Name: urwidgets
Version: 0.2.1
Summary: A collection of widgets for urwid (https://urwid.org)
Home-page: https://github.com/AnonymouX47/urwidgets
Author: AnonymouX47
Author-email: anonymoux47@gmail.com
License: MIT
Project-URL: Changelog, https://github.com/AnonymouX47/urwidgets/blob/main/CHANGELOG.md
Project-URL: Documentation, https://urwidgets.readthedocs.io/
Project-URL: Source, https://github.com/AnonymouX47/urwidgets
Project-URL: Tracker, https://github.com/AnonymouX47/urwidgets/issues
Keywords: terminal,console,xterm,library,tui,urwid,curses
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Android
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: urwid<3.0,>=2.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# urWIDgets

A collection of widgets for [urwid](https://urwid.org)

## Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contribution](#contribution)
- [Sponsor This Project](#sponsor-this-project)


## Installation

### Requirements
- [Python](https://www.python.org/) >= 3.7
- [urwid](https://github.com/urwid/urwid/wiki/Installation-instructions) (will be installed automatically)

### Steps
The latest **stable** version can be installed from [PyPI](https://pypi.org/project/urwidgets) with:

```shell
pip install urwidgets
```

The **development** version can be installed with:

```shell
pip install git+https://github.com/AnonymouX47/urwidgets.git
```


## Usage

<p align="center"><b>
   🚧 There might be incompatible changes between minor versions of
   <a href='https://semver.org/spec/v2.0.0.html#spec-item-4'>version zero</a>!
</b></p>

**If you want to use this library in a project while it's still on version zero, ensure you pin the dependency to a specific minor version e.g `>=0.1,<0.2`.**

See the [docs](https://urwidgets.readthedocs.io) for the API Reference (with usage examples).

## Contribution

Please read through the [guidelines](https://github.com/AnonymouX47/urwidgets/blob/main/CONTRIBUTING.md).

## Sponsor This Project

<a href="https://www.buymeacoffee.com/anonymoux47" target="_blank">
  <img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" >
</a>

Any amount will go a long way in aiding the progress and development of this project.
Thank you! 💓
