Name | pyselector JSON |
Version |
0.0.41
JSON |
| download |
home_page | None |
Summary | WIP |
upload_time | 2024-10-06 18:09:16 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | MIT License
Copyright (c) 2023-present haaag <git.haaag@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be included in all copies
or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
cli
dmenu
fzf
menu
rofi
utility
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<div align="center">
![Python](https://img.shields.io/badge/python-3670A0?style=Flat&logo=python&logoColor=ffdd54)
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
[![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff)
[![code style - Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy)
[![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/)
</div>
# PySelector (WIP)
## 🌟 About
`pyselector` is a Python wrapper for the `rofi`, `dmenu`, `fzf` application,
which provides a simple and efficient way to display a list of items for user
selection.
## 📦 Installation
To install `pyselector`, you can use pip:
```sh
pip install pyselector
```
## 🔗 References
- [dmenu](https://tools.suckless.org/dmenu/)
- [Rofi](https://github.com/davatorium/rofi)
- [fzf](https://github.com/junegunn/fzf) _(WIP)_
## 📓 TODO
- [ ] Rename main functions in menus.
- [X] Add `select` function.
- [X] Add `input` function.
- [X] Add `confirm` function.
Raw data
{
"_id": null,
"home_page": null,
"name": "pyselector",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "cli, dmenu, fzf, menu, rofi, utility",
"author": null,
"author_email": "haaag <git.haaag@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/b5/6d/7e12ff8318b5f9fd6d4877c0c853c3df29b76989b1172c9f93d2e107368a/pyselector-0.0.41.tar.gz",
"platform": null,
"description": "<div align=\"center\">\n\n![Python](https://img.shields.io/badge/python-3670A0?style=Flat&logo=python&logoColor=ffdd54)\n[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)\n[![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff)\n[![code style - Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy)\n[![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/)\n\n</div>\n\n# PySelector (WIP)\n\n## \ud83c\udf1f About\n\n`pyselector` is a Python wrapper for the `rofi`, `dmenu`, `fzf` application,\nwhich provides a simple and efficient way to display a list of items for user\nselection.\n\n## \ud83d\udce6 Installation\n\nTo install `pyselector`, you can use pip:\n\n```sh\npip install pyselector\n```\n\n## \ud83d\udd17 References\n\n- [dmenu](https://tools.suckless.org/dmenu/)\n- [Rofi](https://github.com/davatorium/rofi)\n- [fzf](https://github.com/junegunn/fzf) _(WIP)_\n\n## \ud83d\udcd3 TODO\n- [ ] Rename main functions in menus.\n- [X] Add `select` function.\n- [X] Add `input` function.\n- [X] Add `confirm` function.\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2023-present haaag <git.haaag@gmail.com>\n \n Permission is hereby granted, free of charge, to any person obtaining a copy of this\n software and associated documentation files (the \"Software\"), to deal in the Software\n without restriction, including without limitation the rights to use, copy, modify,\n merge, publish, distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to the following\n conditions:\n \n The above copyright notice and this permission notice shall be included in all copies\n or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,\n INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR\n PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "WIP",
"version": "0.0.41",
"project_urls": {
"Documentation": "https://github.com/haaag/pyselector#readme",
"Issues": "https://github.com/haaag/pyselector/issues",
"Source": "https://github.com/haaag/pyselector"
},
"split_keywords": [
"cli",
" dmenu",
" fzf",
" menu",
" rofi",
" utility"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "d0abf6ce0300690cd6fe8999184abcb08354834bae635ad6d9dc6a85e7b62ef6",
"md5": "6a5db75a63f0e91f725b8e95248fb7e7",
"sha256": "38345d51e2b9d2d910fba6000d17e76bc2dd4f80851180bf766885330789d39d"
},
"downloads": -1,
"filename": "pyselector-0.0.41-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6a5db75a63f0e91f725b8e95248fb7e7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 24871,
"upload_time": "2024-10-06T18:09:14",
"upload_time_iso_8601": "2024-10-06T18:09:14.355703Z",
"url": "https://files.pythonhosted.org/packages/d0/ab/f6ce0300690cd6fe8999184abcb08354834bae635ad6d9dc6a85e7b62ef6/pyselector-0.0.41-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b56d7e12ff8318b5f9fd6d4877c0c853c3df29b76989b1172c9f93d2e107368a",
"md5": "62e3566db9aa29ac569c3cbd752909a4",
"sha256": "7d5a3c825d41f55a790b5145bc77acd95fcfa904f71edea70d0bc1e6a54a3ab9"
},
"downloads": -1,
"filename": "pyselector-0.0.41.tar.gz",
"has_sig": false,
"md5_digest": "62e3566db9aa29ac569c3cbd752909a4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 19730,
"upload_time": "2024-10-06T18:09:16",
"upload_time_iso_8601": "2024-10-06T18:09:16.293923Z",
"url": "https://files.pythonhosted.org/packages/b5/6d/7e12ff8318b5f9fd6d4877c0c853c3df29b76989b1172c9f93d2e107368a/pyselector-0.0.41.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-06 18:09:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "haaag",
"github_project": "pyselector#readme",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pyselector"
}