Metadata-Version: 2.4
Name: backend.ai-install
Version: 25.11.4
Summary: Backend.AI Installer
Home-page: https://github.com/lablup/backend.ai
Author: Lablup Inc. and contributors
License: MIT
Project-URL: Documentation, https://docs.backend.ai/
Project-URL: Source, https://github.com/lablup/backend.ai
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.13,<3.14
Description-Content-Type: text/markdown
Requires-Dist: aiofiles~=24.1.0
Requires-Dist: aiohttp~=3.11.16
Requires-Dist: aiotools~=1.9.0
Requires-Dist: asyncpg>=0.29.0
Requires-Dist: backend.ai-common==25.11.4
Requires-Dist: backend.ai-logging==25.11.4
Requires-Dist: backend.ai-plugin==25.11.4
Requires-Dist: click~=8.1.7
Requires-Dist: pydantic[email]~=2.11.3
Requires-Dist: python-dateutil>=2.9
Requires-Dist: rich~=13.6
Requires-Dist: textual~=0.79.1
Requires-Dist: tomlkit~=0.13.2
Requires-Dist: types-aiofiles
Requires-Dist: types-python-dateutil
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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.13.3/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
```
