mugideploy


Namemugideploy JSON
Version 0.0.24 PyPI version JSON
download
home_pagehttps://github.com/mugiseyebrows/mugideploy
SummaryC++ deploy utility
upload_time2024-08-13 21:20:38
maintainerNone
docs_urlNone
authorDoronin Stanislav
requires_python>=3.5
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mugideploy

mugideploy is C++ deploy utility. 

Bashwise speaking it can be expressed as (pseudocode):

```bash
mkdir dist
cp $target dist
for dep in `ldd $target`; do 
    cp $dep dist
done
```

# Usage by example

```cmd
mugideploy collect --bin path\to\myapp.exe
```

Creates directory `myapp-0.0.1` and stores `myapp.exe` and all its dependent dlls there (make sure that dependencies directories in %PATH% environment variable). If it's qt app, adds `myapp-0.0.1\qt.conf` and necessary plugins.

```cmd
mugideploy collect --bin path\to\myapp.exe --plugins qsqlmysql
```

Also pulls `qsqlmysql.dll` (and it's dependencies) and stores it in `myapp-0.0.1\plugins`

To specify name and version use `--app` and `--version`

```cmd
mugideploy collect --app app --version 1.0.0 --bin path\to\myapp.exe
```

To store data in `mugideploy.json` and use it later, run `mugideploy init` and `mugideploy update`.

```cmd
mugideploy init --bin path\to\myapp.exe --plugins qsqlmysql
mugideploy update --version 1.1.0 --changelog "fixed random bug"
make
mugideploy collect
```

To create innosetup script and compile it into `setup.exe` distribution run

```cmd
mugideploy inno-script --bin path\to\myapp.exe
mugideploy inno-compile
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mugiseyebrows/mugideploy",
    "name": "mugideploy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": null,
    "keywords": null,
    "author": "Doronin Stanislav",
    "author_email": "mugisbrows@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/59/3f/a065711a6f1ac7595b10214d541cffb7728420540d6d6cbe6195e055c538/mugideploy-0.0.24.tar.gz",
    "platform": null,
    "description": "# mugideploy\r\n\r\nmugideploy is C++ deploy utility. \r\n\r\nBashwise speaking it can be expressed as (pseudocode):\r\n\r\n```bash\r\nmkdir dist\r\ncp $target dist\r\nfor dep in `ldd $target`; do \r\n    cp $dep dist\r\ndone\r\n```\r\n\r\n# Usage by example\r\n\r\n```cmd\r\nmugideploy collect --bin path\\to\\myapp.exe\r\n```\r\n\r\nCreates directory `myapp-0.0.1` and stores `myapp.exe` and all its dependent dlls there (make sure that dependencies directories in %PATH% environment variable). If it's qt app, adds `myapp-0.0.1\\qt.conf` and necessary plugins.\r\n\r\n```cmd\r\nmugideploy collect --bin path\\to\\myapp.exe --plugins qsqlmysql\r\n```\r\n\r\nAlso pulls `qsqlmysql.dll` (and it's dependencies) and stores it in `myapp-0.0.1\\plugins`\r\n\r\nTo specify name and version use `--app` and `--version`\r\n\r\n```cmd\r\nmugideploy collect --app app --version 1.0.0 --bin path\\to\\myapp.exe\r\n```\r\n\r\nTo store data in `mugideploy.json` and use it later, run `mugideploy init` and `mugideploy update`.\r\n\r\n```cmd\r\nmugideploy init --bin path\\to\\myapp.exe --plugins qsqlmysql\r\nmugideploy update --version 1.1.0 --changelog \"fixed random bug\"\r\nmake\r\nmugideploy collect\r\n```\r\n\r\nTo create innosetup script and compile it into `setup.exe` distribution run\r\n\r\n```cmd\r\nmugideploy inno-script --bin path\\to\\myapp.exe\r\nmugideploy inno-compile\r\n```\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "C++ deploy utility",
    "version": "0.0.24",
    "project_urls": {
        "Homepage": "https://github.com/mugiseyebrows/mugideploy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d41326649d5e671a8bc28795b5fa9f21dee7fd9dfc43b7d4d7bfc00ac2b2b22",
                "md5": "86492caad7892d3c91053b296acc6e07",
                "sha256": "2439ace1714f6918668442fc41930c3890c6d8c6311fc3ad3af9480d9c849af4"
            },
            "downloads": -1,
            "filename": "mugideploy-0.0.24-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86492caad7892d3c91053b296acc6e07",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 17116,
            "upload_time": "2024-08-13T21:20:36",
            "upload_time_iso_8601": "2024-08-13T21:20:36.690103Z",
            "url": "https://files.pythonhosted.org/packages/1d/41/326649d5e671a8bc28795b5fa9f21dee7fd9dfc43b7d4d7bfc00ac2b2b22/mugideploy-0.0.24-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "593fa065711a6f1ac7595b10214d541cffb7728420540d6d6cbe6195e055c538",
                "md5": "7ad4f2aef68233449baf7b10a7f1a1af",
                "sha256": "c88cd682592b4979c224d1beb447677d0baec886012f5cc0c7b5aa626a9e6df3"
            },
            "downloads": -1,
            "filename": "mugideploy-0.0.24.tar.gz",
            "has_sig": false,
            "md5_digest": "7ad4f2aef68233449baf7b10a7f1a1af",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 17290,
            "upload_time": "2024-08-13T21:20:38",
            "upload_time_iso_8601": "2024-08-13T21:20:38.000732Z",
            "url": "https://files.pythonhosted.org/packages/59/3f/a065711a6f1ac7595b10214d541cffb7728420540d6d6cbe6195e055c538/mugideploy-0.0.24.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-13 21:20:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mugiseyebrows",
    "github_project": "mugideploy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mugideploy"
}
        
Elapsed time: 0.65305s