cli-uasset-dump


Namecli-uasset-dump JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/bootloader-studio/cli-uasset-dump
SummaryCommand-line Interface (CLI) responsible for returning the list of the assets of an Unreal Engine project into a JSON structure
upload_time2023-04-06 04:00:21
maintainer
docs_urlNone
authorDaniel CAUNE
requires_python>=3.9,<4.0
licenseSEE LICENSE IN <LICENSE.md>
keywords cli tool utility unreal engine asset inventory dump json
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Unreal Engine Assets Dump

Command-line Interface (CLI) responsible for returning the list of the assets of an Unreal Engine project into a JSON structure.

## Installation

### Poetry

Unreal Engine Assets Dump used Poetry to declare all its dependencies.  [Poetry](https://python-poetry.org/) is a python dependency management tool to manage dependencies, packages, and libraries in your python project.

We need to install Poetry with Unreal Engine Python:

```shell
curl -sSL https://install.python-poetry.org | python3 -
```

Then, we need to create the Python virtual environment using Poetry:

```shell
poetry env use /Users/Shared/Epic\ Games/UE_5.1/Engine/Binaries/ThirdParty/Python3/Mac/bin/python3
```

We can enter this virtual environment and install all the required dependencies:

```shell
poetry shell
poetry update
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bootloader-studio/cli-uasset-dump",
    "name": "cli-uasset-dump",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "cli,tool,utility,unreal,engine,asset,inventory,dump,json",
    "author": "Daniel CAUNE",
    "author_email": "daniel@bootloader.studio",
    "download_url": "https://files.pythonhosted.org/packages/dd/0a/1485078e7da8b2005252caf730aae4b4ff4005af46d8eac5633f7e4009bf/cli_uasset_dump-0.0.1.tar.gz",
    "platform": null,
    "description": "# Unreal Engine Assets Dump\n\nCommand-line Interface (CLI) responsible for returning the list of the assets of an Unreal Engine project into a JSON structure.\n\n## Installation\n\n### Poetry\n\nUnreal Engine Assets Dump used Poetry to declare all its dependencies.  [Poetry](https://python-poetry.org/) is a python dependency management tool to manage dependencies, packages, and libraries in your python project.\n\nWe need to install Poetry with Unreal Engine Python:\n\n```shell\ncurl -sSL https://install.python-poetry.org | python3 -\n```\n\nThen, we need to create the Python virtual environment using Poetry:\n\n```shell\npoetry env use /Users/Shared/Epic\\ Games/UE_5.1/Engine/Binaries/ThirdParty/Python3/Mac/bin/python3\n```\n\nWe can enter this virtual environment and install all the required dependencies:\n\n```shell\npoetry shell\npoetry update\n```\n",
    "bugtrack_url": null,
    "license": "SEE LICENSE IN <LICENSE.md>",
    "summary": "Command-line Interface (CLI) responsible for returning the list of the assets of an Unreal Engine project into a JSON structure",
    "version": "0.0.1",
    "split_keywords": [
        "cli",
        "tool",
        "utility",
        "unreal",
        "engine",
        "asset",
        "inventory",
        "dump",
        "json"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b53a21b22fdb8beea28323385865e7819bdf68d0a5b6c1f57a3aae3783a3bc3",
                "md5": "7109a96f1634fb91d542c5b8e448340c",
                "sha256": "5a34c7a566ad39b523fa9736b6c7fe3522ddb5b431c4a0b3d4d2bf3bdb9f19c9"
            },
            "downloads": -1,
            "filename": "cli_uasset_dump-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7109a96f1634fb91d542c5b8e448340c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 12951,
            "upload_time": "2023-04-06T04:00:19",
            "upload_time_iso_8601": "2023-04-06T04:00:19.172869Z",
            "url": "https://files.pythonhosted.org/packages/8b/53/a21b22fdb8beea28323385865e7819bdf68d0a5b6c1f57a3aae3783a3bc3/cli_uasset_dump-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd0a1485078e7da8b2005252caf730aae4b4ff4005af46d8eac5633f7e4009bf",
                "md5": "8a8e28cc382308be643820f92894f074",
                "sha256": "0d235ad4c56fed5c01f62344c67f144762d24991cbfeaf8a8e6ef69856f89ac6"
            },
            "downloads": -1,
            "filename": "cli_uasset_dump-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8a8e28cc382308be643820f92894f074",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 6841,
            "upload_time": "2023-04-06T04:00:21",
            "upload_time_iso_8601": "2023-04-06T04:00:21.134624Z",
            "url": "https://files.pythonhosted.org/packages/dd/0a/1485078e7da8b2005252caf730aae4b4ff4005af46d8eac5633f7e4009bf/cli_uasset_dump-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-06 04:00:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "bootloader-studio",
    "github_project": "cli-uasset-dump",
    "lcname": "cli-uasset-dump"
}
        
Elapsed time: 0.05125s