geninstaller


Namegeninstaller JSON
Version 1.2.3 PyPI version JSON
download
home_pagehttps://github.com/byoso/geninstaller
SummaryLinux universal app installer and manager, in the user's space only
upload_time2023-03-24 17:23:45
maintainer
docs_urlNone
authorVincent Fabre
requires_python>=3.6
licenseMIT
keywords install installer linux
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Geninstaller (for linux)

_Universal linux installer system_
Installs applications in the user's space.


## For developers and common users

### Common users
The applications installed with __geninstaller__ are registrated in a small database.
The easiest way to list or uninstall them is to install the gui first:
```
$ geninstaller gui
```
Now you have 'Geninstaller gui' in your system's programs (system), use it as any application.

You can still use the CLI if you want

List the installed applications:

```
$ geninstaller list
```
uninstall your geninstaller applications:
```
$ geninstaller uninstall 'application name'
```
And other stuff, see:
```
$ geninstaller --help
```

### Developers

#### Installation
```
$ pip install geninstaller
```

#### Get an 'installer' template
```
$ geninstaller plop installer
```
Geninstaller provides you an 'installer' file in your current working directory, you can join it to your projects. You just have to open it and change a few settings to adapt it to your application (the comments in the file will guide you).

The installer script is in python, but works for any kind of program to install.

And that's all, __no requirements for the final user__, fast and easy.

Behind this, the 'installer' script will take care of the requirements, and install the geninstaller database on the system.

#### Limitation (and gain)
Geninstaller only installs applications in the user's space (no sudo required), the gain is that it makes it compatible with any linux distibution. So, if your application needs to be installed 'system wide', geninstaller is not the tool that you need.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/byoso/geninstaller",
    "name": "geninstaller",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "install installer linux",
    "author": "Vincent Fabre",
    "author_email": "peigne.plume@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6e/40/1957362b36df82193fc70cee68562a1cd5203c5dea26b42c6ef8e04fd8dc/geninstaller-1.2.3.tar.gz",
    "platform": null,
    "description": "# Geninstaller (for linux)\n\n_Universal linux installer system_\nInstalls applications in the user's space.\n\n\n## For developers and common users\n\n### Common users\nThe applications installed with __geninstaller__ are registrated in a small database.\nThe easiest way to list or uninstall them is to install the gui first:\n```\n$ geninstaller gui\n```\nNow you have 'Geninstaller gui' in your system's programs (system), use it as any application.\n\nYou can still use the CLI if you want\n\nList the installed applications:\n\n```\n$ geninstaller list\n```\nuninstall your geninstaller applications:\n```\n$ geninstaller uninstall 'application name'\n```\nAnd other stuff, see:\n```\n$ geninstaller --help\n```\n\n### Developers\n\n#### Installation\n```\n$ pip install geninstaller\n```\n\n#### Get an 'installer' template\n```\n$ geninstaller plop installer\n```\nGeninstaller provides you an 'installer' file in your current working directory, you can join it to your projects. You just have to open it and change a few settings to adapt it to your application (the comments in the file will guide you).\n\nThe installer script is in python, but works for any kind of program to install.\n\nAnd that's all, __no requirements for the final user__, fast and easy.\n\nBehind this, the 'installer' script will take care of the requirements, and install the geninstaller database on the system.\n\n#### Limitation (and gain)\nGeninstaller only installs applications in the user's space (no sudo required), the gain is that it makes it compatible with any linux distibution. So, if your application needs to be installed 'system wide', geninstaller is not the tool that you need.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Linux universal app installer and manager, in the user's space only",
    "version": "1.2.3",
    "split_keywords": [
        "install",
        "installer",
        "linux"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd826290e26297b4094f47d0e34a3e29f06b029e6a4db326b0598606f29c93b9",
                "md5": "da612860b1792de95f70bcdb02499ef7",
                "sha256": "4a23f43054a4e5d323107723d87b9b9e7f60cb8525e79218717661313c3c174d"
            },
            "downloads": -1,
            "filename": "geninstaller-1.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "da612860b1792de95f70bcdb02499ef7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 27804,
            "upload_time": "2023-03-24T17:23:43",
            "upload_time_iso_8601": "2023-03-24T17:23:43.940006Z",
            "url": "https://files.pythonhosted.org/packages/fd/82/6290e26297b4094f47d0e34a3e29f06b029e6a4db326b0598606f29c93b9/geninstaller-1.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e401957362b36df82193fc70cee68562a1cd5203c5dea26b42c6ef8e04fd8dc",
                "md5": "1ccb8d6b344be2c8b9082a063c77cd6b",
                "sha256": "7ecbe6691bf59c028c9833a5ae69f53dc2924a6473b902444934ea4a441fe437"
            },
            "downloads": -1,
            "filename": "geninstaller-1.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1ccb8d6b344be2c8b9082a063c77cd6b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 27149,
            "upload_time": "2023-03-24T17:23:45",
            "upload_time_iso_8601": "2023-03-24T17:23:45.775076Z",
            "url": "https://files.pythonhosted.org/packages/6e/40/1957362b36df82193fc70cee68562a1cd5203c5dea26b42c6ef8e04fd8dc/geninstaller-1.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-24 17:23:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "byoso",
    "github_project": "geninstaller",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "geninstaller"
}
        
Elapsed time: 0.04814s