gsem


Namegsem JSON
Version 0.2.3 PyPI version JSON
download
home_pagehttps://github.com/andriykohut/gsem
SummaryCommand line extension manager for Gnome-Shell
upload_time2023-05-07 08:44:20
maintainer
docs_urlNone
authorAndrii Kohut
requires_python>=3.7
licenseMIT
keywords gnome-shell gnome cli command-line-tool gnome-shell-extension
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # gsem

[![PyPI version](https://badge.fury.io/py/gsem.svg)](https://pypi.org/project/gsem/)

*gsem* - Command line extension manager for Gnome-Shell

```
usage: gsem [-h]
            {ls,enabled,disabled,outdated,info,install,reinstall,uninstall,update,search,enable,disable}
            ...

Gnome-Shell extension manager

positional arguments:
  {ls,enabled,disabled,outdated,info,install,reinstall,uninstall,update,search,enable,disable}
    ls                  list installed extensions
    enabled             list enabled extensions
    disabled            list disabled extensions
    outdated            list outdated extensions
    info                show extension information
    install             install extension
    reinstall           reinstall extension
    uninstall           uninstall extension
    update              update extensions
    search              search extensions
    enable              enable extension
    disable             disable extension

optional arguments:
  -h, --help            show this help message and exit
```

## Installation

### User installation (recommended)
Run `pip install --user gsem`

Make sure you have `"$HOME/.local/bin"` in your `$PATH`.

### Global installation
Run `sudo pip install gsem`

### Updating the package

Run `pip install -U --user gsem` for user installation or `sudo pip install -U gsem` for global installation.

## Features:
* list installed
* list enabled/disabled
* list outdated
* extension info
* search
* enable/disable
* install/uninstall/reinstall
* update

## Contributing

Development on latest python version is preferred, as of now it's 3.9.
To start you'll need the following setup:

Example uses pyenv to install latest python and manage virtualenv. Run the following commands from the root of the repository.

```sh
pyenv install 3.9.2           # install latest python version
pyenv virtualenv 3.9.2 gsem   # create gsem virtual environment
pyenv activate gsem           # activate the venv
pyenv local gsem              # set local python version for the repo
poetry install                # install all dependencies inside the virtual environment
pre-commit install            # install pre-commit hooks
```

Run all the linters:
```sh
pre-commit run -a
```

## TODO:
* pin

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/andriykohut/gsem",
    "name": "gsem",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "gnome-shell,gnome,cli,command-line-tool,gnome-shell-extension",
    "author": "Andrii Kohut",
    "author_email": "kogut.andriy@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/79/8d/614cd7ca58582a3c73018b8af42eeb0cd36663cff9586532a1f5715bd14c/gsem-0.2.3.tar.gz",
    "platform": null,
    "description": "# gsem\n\n[![PyPI version](https://badge.fury.io/py/gsem.svg)](https://pypi.org/project/gsem/)\n\n*gsem* - Command line extension manager for Gnome-Shell\n\n```\nusage: gsem [-h]\n            {ls,enabled,disabled,outdated,info,install,reinstall,uninstall,update,search,enable,disable}\n            ...\n\nGnome-Shell extension manager\n\npositional arguments:\n  {ls,enabled,disabled,outdated,info,install,reinstall,uninstall,update,search,enable,disable}\n    ls                  list installed extensions\n    enabled             list enabled extensions\n    disabled            list disabled extensions\n    outdated            list outdated extensions\n    info                show extension information\n    install             install extension\n    reinstall           reinstall extension\n    uninstall           uninstall extension\n    update              update extensions\n    search              search extensions\n    enable              enable extension\n    disable             disable extension\n\noptional arguments:\n  -h, --help            show this help message and exit\n```\n\n## Installation\n\n### User installation (recommended)\nRun `pip install --user gsem`\n\nMake sure you have `\"$HOME/.local/bin\"` in your `$PATH`.\n\n### Global installation\nRun `sudo pip install gsem`\n\n### Updating the package\n\nRun `pip install -U --user gsem` for user installation or `sudo pip install -U gsem` for global installation.\n\n## Features:\n* list installed\n* list enabled/disabled\n* list outdated\n* extension info\n* search\n* enable/disable\n* install/uninstall/reinstall\n* update\n\n## Contributing\n\nDevelopment on latest python version is preferred, as of now it's 3.9.\nTo start you'll need the following setup:\n\nExample uses pyenv to install latest python and manage virtualenv. Run the following commands from the root of the repository.\n\n```sh\npyenv install 3.9.2           # install latest python version\npyenv virtualenv 3.9.2 gsem   # create gsem virtual environment\npyenv activate gsem           # activate the venv\npyenv local gsem              # set local python version for the repo\npoetry install                # install all dependencies inside the virtual environment\npre-commit install            # install pre-commit hooks\n```\n\nRun all the linters:\n```sh\npre-commit run -a\n```\n\n## TODO:\n* pin\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Command line extension manager for Gnome-Shell",
    "version": "0.2.3",
    "project_urls": {
        "Homepage": "https://github.com/andriykohut/gsem",
        "Repository": "https://github.com/andriykohut/gsem"
    },
    "split_keywords": [
        "gnome-shell",
        "gnome",
        "cli",
        "command-line-tool",
        "gnome-shell-extension"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ede2e6a5144229a6da7e5c21c36e0224a02d39e389a51c942e68b55f6b66095a",
                "md5": "0a64b8cafa60db2e9083f0c442fc4036",
                "sha256": "006b3962ec6599bbb4498a5acabe05b563798a8002f1e6fbf4bb0c6a3a041261"
            },
            "downloads": -1,
            "filename": "gsem-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0a64b8cafa60db2e9083f0c442fc4036",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7868,
            "upload_time": "2023-05-07T08:44:18",
            "upload_time_iso_8601": "2023-05-07T08:44:18.569895Z",
            "url": "https://files.pythonhosted.org/packages/ed/e2/e6a5144229a6da7e5c21c36e0224a02d39e389a51c942e68b55f6b66095a/gsem-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "798d614cd7ca58582a3c73018b8af42eeb0cd36663cff9586532a1f5715bd14c",
                "md5": "db36ec06d339791c5ebbe20c748a58ed",
                "sha256": "9ed4c2b0a7ce78fb2e0024b5e36aa7990f634394cc7b6ceaeb94b93235bb1ab3"
            },
            "downloads": -1,
            "filename": "gsem-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "db36ec06d339791c5ebbe20c748a58ed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6480,
            "upload_time": "2023-05-07T08:44:20",
            "upload_time_iso_8601": "2023-05-07T08:44:20.965225Z",
            "url": "https://files.pythonhosted.org/packages/79/8d/614cd7ca58582a3c73018b8af42eeb0cd36663cff9586532a1f5715bd14c/gsem-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-07 08:44:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "andriykohut",
    "github_project": "gsem",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "gsem"
}
        
Elapsed time: 0.06048s