unity-project-version


Nameunity-project-version JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/Bootloader-Studio/unity-project-version
SummaryUnreal Engine project version utility
upload_time2023-09-26 03:00:03
maintainer
docs_urlNone
authorDaniel CAUNE
requires_python>=3.9,<4.0
licenseMIT
keywords tool utility unity project version
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Unity Project Version Management Command-line Interface (CLI)
Command-line interface utility for manipulating the project version of a Unity project.

```text
% unityprjver --help

usage: unityprjver [-h] [--build-number NUMBER] [--logging-level LEVEL] --path PATH [--replace-patch-version]
                   [--update-version]

Unreal Engine project version utility

options:
  -h, --help            show this help message and exit
  --build-number NUMBER
                        specify the build number of the Unreal Engine project
  --logging-level LEVEL
                        specify the logging level (critical, error, warning, info, debug)
  --path PATH           specify the path to the Unreal Engine project
  --replace-patch-version
                        indicate whether to replace the patch version of the Unreal Engine project with the specified
                        build number. This argument MUST be used with the argument `--build-number`.
  --update-version      indicate whether to update the defined in the Unreal Engine project. This argument MUST be
                        used with the argument `--build-number`.
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Bootloader-Studio/unity-project-version",
    "name": "unity-project-version",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "tool,utility,unity,project,version",
    "author": "Daniel CAUNE",
    "author_email": "daniel@bootloader.studio",
    "download_url": "https://files.pythonhosted.org/packages/a4/e0/8709860c783f94f6b28ce44531c73178bae27563ab3e2bb56029671b1263/unity_project_version-0.0.4.tar.gz",
    "platform": null,
    "description": "# Unity Project Version Management Command-line Interface (CLI)\nCommand-line interface utility for manipulating the project version of a Unity project.\n\n```text\n% unityprjver --help\n\nusage: unityprjver [-h] [--build-number NUMBER] [--logging-level LEVEL] --path PATH [--replace-patch-version]\n                   [--update-version]\n\nUnreal Engine project version utility\n\noptions:\n  -h, --help            show this help message and exit\n  --build-number NUMBER\n                        specify the build number of the Unreal Engine project\n  --logging-level LEVEL\n                        specify the logging level (critical, error, warning, info, debug)\n  --path PATH           specify the path to the Unreal Engine project\n  --replace-patch-version\n                        indicate whether to replace the patch version of the Unreal Engine project with the specified\n                        build number. This argument MUST be used with the argument `--build-number`.\n  --update-version      indicate whether to update the defined in the Unreal Engine project. This argument MUST be\n                        used with the argument `--build-number`.\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Unreal Engine project version utility",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/Bootloader-Studio/unity-project-version",
        "Repository": "https://github.com/Bootloader-Studio/unity-project-version"
    },
    "split_keywords": [
        "tool",
        "utility",
        "unity",
        "project",
        "version"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31ad7ae2da90d4638fd59f01bf0876d277260614ec949fc8083cd54f750c31f7",
                "md5": "f4b36d82933e3d05a84ac640982275da",
                "sha256": "3207db81569603dd5c95a0097eea5ddc76b217ccb6f15cf16de57001e60bdd7a"
            },
            "downloads": -1,
            "filename": "unity_project_version-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f4b36d82933e3d05a84ac640982275da",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 13284,
            "upload_time": "2023-09-26T03:00:01",
            "upload_time_iso_8601": "2023-09-26T03:00:01.583910Z",
            "url": "https://files.pythonhosted.org/packages/31/ad/7ae2da90d4638fd59f01bf0876d277260614ec949fc8083cd54f750c31f7/unity_project_version-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4e08709860c783f94f6b28ce44531c73178bae27563ab3e2bb56029671b1263",
                "md5": "a3b9a41751e09a3e1abcc78933be2ddd",
                "sha256": "b2ad6bbfe26bd31dc4dcb9a944704543ded247c9947a902f7a2eadf39c5506a2"
            },
            "downloads": -1,
            "filename": "unity_project_version-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "a3b9a41751e09a3e1abcc78933be2ddd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 8232,
            "upload_time": "2023-09-26T03:00:03",
            "upload_time_iso_8601": "2023-09-26T03:00:03.819662Z",
            "url": "https://files.pythonhosted.org/packages/a4/e0/8709860c783f94f6b28ce44531c73178bae27563ab3e2bb56029671b1263/unity_project_version-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-26 03:00:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Bootloader-Studio",
    "github_project": "unity-project-version",
    "github_not_found": true,
    "lcname": "unity-project-version"
}
        
Elapsed time: 0.18745s