backend.ai-install


Namebackend.ai-install JSON
Version 24.3.3 PyPI version JSON
download
home_pagehttps://github.com/lablup/backend.ai
SummaryBackend.AI Installer
upload_time2024-04-30 16:58:26
maintainerNone
docs_urlNone
authorLablup Inc. and contributors
requires_python<3.13,>=3.12
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Backend.AI Installer
====================

Package Structure
-----------------

* `ai.backend.install`: The installer package

Development
-----------

### Using the textual debug mode

First, install the textual-dev package in the `python-default` venv.
```shell
./py -m pip install textual-dev
```

Open two terminal sessions.
In the first one, run:
```shell
dist/export/python/virtualenvs/python-default/3.12.2/bin/textual console
```

> **Warning**
> You should use the `textual` executable created *inside the venv's `bin` directory*.
> `./py -m textual` only shows the demo instead of executing the devtool command.

In the second one, run:
```shell
TEXTUAL=devtools,debug ./backend.ai install
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lablup/backend.ai",
    "name": "backend.ai-install",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "Lablup Inc. and contributors",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b7/90/2f0c013aa93ae534893fbbde34c02983f76be03fd7ab0f461b97be5bf507/backend.ai-install-24.3.3.tar.gz",
    "platform": null,
    "description": "Backend.AI Installer\n====================\n\nPackage Structure\n-----------------\n\n* `ai.backend.install`: The installer package\n\nDevelopment\n-----------\n\n### Using the textual debug mode\n\nFirst, install the textual-dev package in the `python-default` venv.\n```shell\n./py -m pip install textual-dev\n```\n\nOpen two terminal sessions.\nIn the first one, run:\n```shell\ndist/export/python/virtualenvs/python-default/3.12.2/bin/textual console\n```\n\n> **Warning**\n> You should use the `textual` executable created *inside the venv's `bin` directory*.\n> `./py -m textual` only shows the demo instead of executing the devtool command.\n\nIn the second one, run:\n```shell\nTEXTUAL=devtools,debug ./backend.ai install\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Backend.AI Installer",
    "version": "24.3.3",
    "project_urls": {
        "Documentation": "https://docs.backend.ai/",
        "Homepage": "https://github.com/lablup/backend.ai",
        "Source": "https://github.com/lablup/backend.ai"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "319cfaab76edaedd00154728224ef87da28c8625b5dea84862d139501bb25c4e",
                "md5": "30ece6bff0ed0f0ff16b765c98d1de85",
                "sha256": "b8b4bee585e012adebe1f78c8576cee88363b87eea6a7bf2024326d5df81f4d5"
            },
            "downloads": -1,
            "filename": "backend.ai_install-24.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "30ece6bff0ed0f0ff16b765c98d1de85",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.12",
            "size": 40593,
            "upload_time": "2024-04-30T16:57:49",
            "upload_time_iso_8601": "2024-04-30T16:57:49.353581Z",
            "url": "https://files.pythonhosted.org/packages/31/9c/faab76edaedd00154728224ef87da28c8625b5dea84862d139501bb25c4e/backend.ai_install-24.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7902f0c013aa93ae534893fbbde34c02983f76be03fd7ab0f461b97be5bf507",
                "md5": "dcd21e66058e0bdd8bea7e3fe2bbefef",
                "sha256": "568ff76d23b42a165152f9106457c8681272964bce35cf7759cf001415301597"
            },
            "downloads": -1,
            "filename": "backend.ai-install-24.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "dcd21e66058e0bdd8bea7e3fe2bbefef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.12",
            "size": 33708,
            "upload_time": "2024-04-30T16:58:26",
            "upload_time_iso_8601": "2024-04-30T16:58:26.366886Z",
            "url": "https://files.pythonhosted.org/packages/b7/90/2f0c013aa93ae534893fbbde34c02983f76be03fd7ab0f461b97be5bf507/backend.ai-install-24.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 16:58:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lablup",
    "github_project": "backend.ai",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "backend.ai-install"
}
        
Elapsed time: 0.27981s