open-bobj


Nameopen-bobj JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/PraxTube/open-bobj
SummaryOpen obj files in Blender from Terminal
upload_time2023-10-14 08:33:11
maintainer
docs_urlNone
authorPrax
requires_python>=3.8, <4
license
keywords blender obj
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Open BOBJ

Simple Python Package to open `.obj` files in Blender
from the command line.
It clears the whole scene from any default objects and
you are left with the `.obj` files you specified.

## Install

You can simply install it using

```
pip install open-bobj
```

or if you have `pipx` use

```
pipx install open-bobj
```

## Usage

To open any number of `.obj` files in the terminal, run

```
open-bobj /path/to/file.obj
```

You can also open multiple at ones. This is going to open all
of the `.obj` objects in the same blender instance.

```
open-bobj /path/to/file.obj /another/file.obj /and/another/one.obj
```

There is also a short handle

```
bobj /path/to/file.obj
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PraxTube/open-bobj",
    "name": "open-bobj",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8, <4",
    "maintainer_email": "",
    "keywords": "blender,obj",
    "author": "Prax",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/22/68/006c94af77169ad02868fab190a1ba7a5b3c2459a6dffe7382ae34b1c4f8/open-bobj-0.1.1.tar.gz",
    "platform": null,
    "description": "# Open BOBJ\n\nSimple Python Package to open `.obj` files in Blender\nfrom the command line.\nIt clears the whole scene from any default objects and\nyou are left with the `.obj` files you specified.\n\n## Install\n\nYou can simply install it using\n\n```\npip install open-bobj\n```\n\nor if you have `pipx` use\n\n```\npipx install open-bobj\n```\n\n## Usage\n\nTo open any number of `.obj` files in the terminal, run\n\n```\nopen-bobj /path/to/file.obj\n```\n\nYou can also open multiple at ones. This is going to open all\nof the `.obj` objects in the same blender instance.\n\n```\nopen-bobj /path/to/file.obj /another/file.obj /and/another/one.obj\n```\n\nThere is also a short handle\n\n```\nbobj /path/to/file.obj\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Open obj files in Blender from Terminal",
    "version": "0.1.1",
    "project_urls": {
        "Bug Reports": "https://github.com/PraxTube/open-bobj/issues",
        "Homepage": "https://github.com/PraxTube/open-bobj",
        "Source": "https://github.com/PraxTube/open-bobj"
    },
    "split_keywords": [
        "blender",
        "obj"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a290bc70fd51ff6173e17019d4010f6db79d8c3980e18bb9d11db545d680bb4",
                "md5": "d27673b81b24b23573d14c2b6e8b9c95",
                "sha256": "e64aaaf2fcce4945df31dfe247fb4768be6e621864c5bf99de1839d46e102d70"
            },
            "downloads": -1,
            "filename": "open_bobj-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d27673b81b24b23573d14c2b6e8b9c95",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8, <4",
            "size": 3884,
            "upload_time": "2023-10-14T08:33:08",
            "upload_time_iso_8601": "2023-10-14T08:33:08.087620Z",
            "url": "https://files.pythonhosted.org/packages/6a/29/0bc70fd51ff6173e17019d4010f6db79d8c3980e18bb9d11db545d680bb4/open_bobj-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2268006c94af77169ad02868fab190a1ba7a5b3c2459a6dffe7382ae34b1c4f8",
                "md5": "c5d066a1b50ae1a0bf3983ff2f373129",
                "sha256": "c57a661f6900beac97c7f1a3a9eef8d81de6cc1505e85212f8e81b24f51a785d"
            },
            "downloads": -1,
            "filename": "open-bobj-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c5d066a1b50ae1a0bf3983ff2f373129",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8, <4",
            "size": 3800,
            "upload_time": "2023-10-14T08:33:11",
            "upload_time_iso_8601": "2023-10-14T08:33:11.831825Z",
            "url": "https://files.pythonhosted.org/packages/22/68/006c94af77169ad02868fab190a1ba7a5b3c2459a6dffe7382ae34b1c4f8/open-bobj-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-14 08:33:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PraxTube",
    "github_project": "open-bobj",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "open-bobj"
}
        
Elapsed time: 0.15415s