aidex


Nameaidex JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA terminal UI application built with Textual
upload_time2025-11-06 22:23:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords textual tui terminal cli
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Aidex

A terminal UI application built with [Textual](https://github.com/Textualize/textual).

## Development Setup

This project uses [uv](https://github.com/astral-sh/uv) for dependency management.

```bash
# Clone and setup
git clone <your-repo>
cd aidex
uv sync

# Run the app
uv run aidex

# Check version
uv run aidex --version
```

## Project Structure

```
aidex/
├── __init__.py      # Package initialization
└── app.py           # Textual app + CLI entry point
```

## Adding Dependencies

```bash
uv add package-name
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aidex",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "textual, tui, terminal, cli",
    "author": null,
    "author_email": "Yuxiang Wu <yuxiang.cs@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/2d/74/632262c4688e60cc93057c58b8864d2685ce4d9111020519e60f902aeebf/aidex-0.1.1.tar.gz",
    "platform": null,
    "description": "# Aidex\n\nA terminal UI application built with [Textual](https://github.com/Textualize/textual).\n\n## Development Setup\n\nThis project uses [uv](https://github.com/astral-sh/uv) for dependency management.\n\n```bash\n# Clone and setup\ngit clone <your-repo>\ncd aidex\nuv sync\n\n# Run the app\nuv run aidex\n\n# Check version\nuv run aidex --version\n```\n\n## Project Structure\n\n```\naidex/\n\u251c\u2500\u2500 __init__.py      # Package initialization\n\u2514\u2500\u2500 app.py           # Textual app + CLI entry point\n```\n\n## Adding Dependencies\n\n```bash\nuv add package-name\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A terminal UI application built with Textual",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/yuxiang-wu/aidex",
        "Issues": "https://github.com/yuxiang-wu/aidex/issues",
        "Repository": "https://github.com/yuxiang-wu/aidex"
    },
    "split_keywords": [
        "textual",
        " tui",
        " terminal",
        " cli"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c56c7e815c7c489bae9c3fdbdd3867c324cff250b9c9e7a08a203fdaf79ff348",
                "md5": "b89f9db88d4d44d097c6bf15a8edfb75",
                "sha256": "d9670a34f9d42cd47e6b81e56776d9efbcda2fb2be78faacf05b826bd5792a69"
            },
            "downloads": -1,
            "filename": "aidex-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b89f9db88d4d44d097c6bf15a8edfb75",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2643,
            "upload_time": "2025-11-06T22:22:59",
            "upload_time_iso_8601": "2025-11-06T22:22:59.987906Z",
            "url": "https://files.pythonhosted.org/packages/c5/6c/7e815c7c489bae9c3fdbdd3867c324cff250b9c9e7a08a203fdaf79ff348/aidex-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d74632262c4688e60cc93057c58b8864d2685ce4d9111020519e60f902aeebf",
                "md5": "e7403352d5d4ca526668972da73e74b8",
                "sha256": "d3d0b28a5802818e7b61f8627fe90f8da9f544b36435f32a629418a58b68d41f"
            },
            "downloads": -1,
            "filename": "aidex-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e7403352d5d4ca526668972da73e74b8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2336,
            "upload_time": "2025-11-06T22:23:01",
            "upload_time_iso_8601": "2025-11-06T22:23:01.175531Z",
            "url": "https://files.pythonhosted.org/packages/2d/74/632262c4688e60cc93057c58b8864d2685ce4d9111020519e60f902aeebf/aidex-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-11-06 22:23:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yuxiang-wu",
    "github_project": "aidex",
    "github_not_found": true,
    "lcname": "aidex"
}
        
Elapsed time: 3.88047s