search-helper


Namesearch-helper JSON
Version 1.2.3 PyPI version JSON
download
home_page
SummaryCross-platform (Tk) GUI for opening predefined search URLs in a web browser
upload_time2023-10-19 07:41:06
maintainer
docs_urlNone
author
requires_python>=3.8
licenseCopyright (c) 2020-2023 Rainer Schwarzbach 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 gui search web
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Search Helper

_User-configurable, cross-platform Tk GUI
for opening predefined search URLs in a web browser._


## Installation


You can install the [package from PyPI](https://pypi.org/project/search-helper/):

```bash
pip install --upgrade search-helper
```

> Using a [virtual environment](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment)
> is strongly recommended.


## Running from the source repository

If you decide to run from the checked out sources instead,
you have to install the requirements using

```bash
pip install --upgrade search-helper
```

and then set the environment variable `PYTHONPATH` to `src`:

### Linux / Unix

```bash
export PYTHONPATH=src
```

### Windows

```cmd
SET PYTHONPATH=src
```


## Usage

Choose the configuration file via a dialog:

```
python -m search_helper
```

Specify a configuration file on the command line:

```
python -m search_helper configfile.yaml
```


## Further reading

[→ Full documentation](https://blackstream-x.gitlab.io/search-helper/)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "search-helper",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "gui,search,web",
    "author": "",
    "author_email": "Rainer Schwarzbach <undisclosed@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/7f/c7/3f86bad557e1c212e5d49a554f2540719823e8f4262376aa3439d1a1cc32/search-helper-1.2.3.tar.gz",
    "platform": null,
    "description": "# Search Helper\n\n_User-configurable, cross-platform Tk GUI\nfor opening predefined search URLs in a web browser._\n\n\n## Installation\n\n\nYou can install the [package from PyPI](https://pypi.org/project/search-helper/):\n\n```bash\npip install --upgrade search-helper\n```\n\n> Using a [virtual environment](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment)\n> is strongly recommended.\n\n\n## Running from the source repository\n\nIf you decide to run from the checked out sources instead,\nyou have to install the requirements using\n\n```bash\npip install --upgrade search-helper\n```\n\nand then set the environment variable `PYTHONPATH` to `src`:\n\n### Linux / Unix\n\n```bash\nexport PYTHONPATH=src\n```\n\n### Windows\n\n```cmd\nSET PYTHONPATH=src\n```\n\n\n## Usage\n\nChoose the configuration file via a dialog:\n\n```\npython -m search_helper\n```\n\nSpecify a configuration file on the command line:\n\n```\npython -m search_helper configfile.yaml\n```\n\n\n## Further reading\n\n[\u2192 Full documentation](https://blackstream-x.gitlab.io/search-helper/)\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2020-2023 Rainer Schwarzbach  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. ",
    "summary": "Cross-platform (Tk) GUI for opening predefined search URLs in a web browser",
    "version": "1.2.3",
    "project_urls": {
        "Bug Tracker": "https://gitlab.com/blackstream-x/search-helper/-/issues",
        "CI": "https://gitlab.com/blackstream-x/search-helper/-/pipelines",
        "Changelog": "https://gitlab.com/blackstream-x/search-helper/-/blob/main/CHANGELOG.md",
        "Documentation": "https://blackstream-x.gitlab.io/search-helper",
        "Homepage": "https://gitlab.com/blackstream-x/search-helper",
        "Readme": "https://gitlab.com/blackstream-x/search-helper/-/blob/main/README.md",
        "Repository": "https://gitlab.com/blackstream-x/search-helper.git"
    },
    "split_keywords": [
        "gui",
        "search",
        "web"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d8d344b5d349a96711d634e31d3fc25a4bf77e4ab2f0d7bce3922e4676f7439",
                "md5": "982b396b917ee5780a905d96b6f410c8",
                "sha256": "9ac7d5936142037da46fb46b68d6c0753c04be71a2538897da2586299ee25df5"
            },
            "downloads": -1,
            "filename": "search_helper-1.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "982b396b917ee5780a905d96b6f410c8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 18816,
            "upload_time": "2023-10-19T07:41:05",
            "upload_time_iso_8601": "2023-10-19T07:41:05.665102Z",
            "url": "https://files.pythonhosted.org/packages/9d/8d/344b5d349a96711d634e31d3fc25a4bf77e4ab2f0d7bce3922e4676f7439/search_helper-1.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7fc73f86bad557e1c212e5d49a554f2540719823e8f4262376aa3439d1a1cc32",
                "md5": "e7380d3f3a85d40420e8a459ce55cab4",
                "sha256": "7c9da0c217dc7cca590ed8030ac80d2013611dc808cae909e25dbcaf01c8194d"
            },
            "downloads": -1,
            "filename": "search-helper-1.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e7380d3f3a85d40420e8a459ce55cab4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15840,
            "upload_time": "2023-10-19T07:41:06",
            "upload_time_iso_8601": "2023-10-19T07:41:06.761723Z",
            "url": "https://files.pythonhosted.org/packages/7f/c7/3f86bad557e1c212e5d49a554f2540719823e8f4262376aa3439d1a1cc32/search-helper-1.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-19 07:41:06",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "blackstream-x",
    "gitlab_project": "search-helper",
    "lcname": "search-helper"
}
        
Elapsed time: 0.80703s