urwidgets


Nameurwidgets JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/AnonymouX47/urwidgets
SummaryA collection of widgets for urwid (https://urwid.org)
upload_time2024-02-17 11:59:09
maintainer
docs_urlNone
authorAnonymouX47
requires_python>=3.7
licenseMIT
keywords terminal console xterm library tui urwid curses
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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! 💓

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AnonymouX47/urwidgets",
    "name": "urwidgets",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "terminal,console,xterm,library,tui,urwid,curses",
    "author": "AnonymouX47",
    "author_email": "anonymoux47@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/60/6d/e7847c2a472bf16b87e4ecc3764bb059631fa5453d4148f3bb5cdd81e301/urwidgets-0.2.0.tar.gz",
    "platform": null,
    "description": "# urWIDgets\n\nA collection of widgets for [urwid](https://urwid.org)\n\n## Contents\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contribution](#contribution)\n- [Sponsor This Project](#sponsor-this-project)\n\n\n## Installation\n\n### Requirements\n- [Python](https://www.python.org/) >= 3.7\n- [urwid](https://github.com/urwid/urwid/wiki/Installation-instructions) (will be installed automatically)\n\n### Steps\nThe latest **stable** version can be installed from [PyPI](https://pypi.org/project/urwidgets) with:\n\n```shell\npip install urwidgets\n```\n\nThe **development** version can be installed with:\n\n```shell\npip install git+https://github.com/AnonymouX47/urwidgets.git\n```\n\n\n## Usage\n\n<p align=\"center\"><b>\n   \ud83d\udea7 There might be incompatible changes between minor versions of\n   <a href='https://semver.org/spec/v2.0.0.html#spec-item-4'>version zero</a>!\n</b></p>\n\n**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`.**\n\nSee the [docs](https://urwidgets.readthedocs.io) for the API Reference (with usage examples).\n\n## Contribution\n\nPlease read through the [guidelines](https://github.com/AnonymouX47/urwidgets/blob/main/CONTRIBUTING.md).\n\n## Sponsor This Project\n\n<a href=\"https://www.buymeacoffee.com/anonymoux47\" target=\"_blank\">\n  <img src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" >\n</a>\n\nAny amount will go a long way in aiding the progress and development of this project.\nThank you! \ud83d\udc93\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A collection of widgets for urwid (https://urwid.org)",
    "version": "0.2.0",
    "project_urls": {
        "Changelog": "https://github.com/AnonymouX47/urwidgets/blob/main/CHANGELOG.md",
        "Documentation": "https://urwidgets.readthedocs.io/",
        "Homepage": "https://github.com/AnonymouX47/urwidgets",
        "Source": "https://github.com/AnonymouX47/urwidgets",
        "Tracker": "https://github.com/AnonymouX47/urwidgets/issues"
    },
    "split_keywords": [
        "terminal",
        "console",
        "xterm",
        "library",
        "tui",
        "urwid",
        "curses"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce1724b3a90b7941b61d3a8b388648243b7e5d27128de126648d570b4b9f81f4",
                "md5": "a173ad236dbe8ac9374f1cbed13488a5",
                "sha256": "a2fe6023d8f7f7f9000470bd278564f9d0bcb19021aba3e841c58016bb71a5d0"
            },
            "downloads": -1,
            "filename": "urwidgets-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a173ad236dbe8ac9374f1cbed13488a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 14248,
            "upload_time": "2024-02-17T11:59:07",
            "upload_time_iso_8601": "2024-02-17T11:59:07.941069Z",
            "url": "https://files.pythonhosted.org/packages/ce/17/24b3a90b7941b61d3a8b388648243b7e5d27128de126648d570b4b9f81f4/urwidgets-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "606de7847c2a472bf16b87e4ecc3764bb059631fa5453d4148f3bb5cdd81e301",
                "md5": "c28b8cf8f65c6d2311068431cf305483",
                "sha256": "d41acf9d9f8d576cb580bc042919b209c5aeeb60e1f81052809c63f31c4e7688"
            },
            "downloads": -1,
            "filename": "urwidgets-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c28b8cf8f65c6d2311068431cf305483",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 14424,
            "upload_time": "2024-02-17T11:59:09",
            "upload_time_iso_8601": "2024-02-17T11:59:09.936974Z",
            "url": "https://files.pythonhosted.org/packages/60/6d/e7847c2a472bf16b87e4ecc3764bb059631fa5453d4148f3bb5cdd81e301/urwidgets-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-17 11:59:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AnonymouX47",
    "github_project": "urwidgets",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "urwidgets"
}
        
Elapsed time: 0.19612s