cuti


Namecuti JSON
Version 0.1.63 PyPI version JSON
download
home_pageNone
SummaryProduction-ready Claude Code utilities with command queuing, prompt aliases, web interface, and monitoring.
upload_time2025-09-10 19:50:15
maintainerNone
docs_urlNone
authorclaude-code, nociza
requires_python>=3.10
licenseNone
keywords ai automation claude cli orchestration queue
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Cuti

<div align="center">

[![PyPI Version](https://img.shields.io/pypi/v/cuti?color=blue&label=PyPI)](https://pypi.org/project/cuti/)
[![Python Versions](https://img.shields.io/pypi/pyversions/cuti)](https://pypi.org/project/cuti/)
[![License](https://img.shields.io/pypi/l/cuti)](https://github.com/nociza/cuti/blob/main/LICENSE)
[![Downloads](https://img.shields.io/pypi/dm/cuti?color=green&label=Downloads%2FMonth)](https://pypi.org/project/cuti/)
[![Downloads Total](https://static.pepy.tech/badge/cuti)](https://pepy.tech/project/cuti)

**Instant AI development environments with Claude Code and multi-agent orchestration**

[PyPI](https://pypi.org/project/cuti/) • [Documentation](#documentation) • [GitHub](https://github.com/nociza/cuti)

</div>

## 📊 Download Trends

<div align="center">

[![Downloads](https://img.shields.io/pypi/dm/cuti?style=for-the-badge&color=blue&label=Monthly)](https://pypi.org/project/cuti/)
[![Downloads](https://img.shields.io/pypi/dw/cuti?style=for-the-badge&color=green&label=Weekly)](https://pypi.org/project/cuti/)

</div>

## 🚀 Quick Start

```bash
# Install
uv tool install cuti

# Launch containerized dev environment
cuti container
```

That's it! You now have a fully configured AI development environment with:
- ✅ Cuti pre-installed and ready
- ✅ Claude CLI with persistent authentication  
- ✅ Python 3.11, Node.js 20, and dev tools
- ✅ Custom prompt showing `cuti:~/path $`
- ✅ Works from any project directory

The container mounts your current directory and preserves Claude authentication between sessions. Perfect for isolated, reproducible AI-assisted development.

## 🌟 Additional Features

Cuti also provides:
- **Multi-agent orchestration** (Claude, Gemini)
- **Command queuing** with priorities
- **Web UI** at `cuti web`
- **Rate limit handling** with smart retry
- **Todo system** for task management

See [documentation](#documentation) for details.

## 📚 Documentation

| Guide | Description |
|-------|-------------|
| [Dev Container](docs/devcontainer.md) | Complete container guide |
| [Claude Auth](docs/claude-container-auth.md) | Container authentication |
| [Todo System](docs/todo-system.md) | Task management |
| [Rate Limits](docs/rate-limit-handling.md) | API limit handling |

## 🤝 Contributing

> **Note:** This project is under active development. Contributions welcome!

```bash
uv install -e .
```

Submit PRs to [GitHub](https://github.com/nociza/cuti) | Report issues in [Issues](https://github.com/nociza/cuti/issues)

## 📄 License

Apache 2.0 - See [LICENSE](LICENSE)

---

<div align="center">

**[PyPI](https://pypi.org/project/cuti/)** • **[Issues](https://github.com/nociza/cuti/issues)** • **[Contribute](https://github.com/nociza/cuti)**

</div>
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cuti",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "ai, automation, claude, cli, orchestration, queue",
    "author": "claude-code, nociza",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f9/65/fc3fdf29e35fbdc99f1c829a944edd87e03b39d3891585a73a1a0e47e5ff/cuti-0.1.63.tar.gz",
    "platform": null,
    "description": "# Cuti\n\n<div align=\"center\">\n\n[![PyPI Version](https://img.shields.io/pypi/v/cuti?color=blue&label=PyPI)](https://pypi.org/project/cuti/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/cuti)](https://pypi.org/project/cuti/)\n[![License](https://img.shields.io/pypi/l/cuti)](https://github.com/nociza/cuti/blob/main/LICENSE)\n[![Downloads](https://img.shields.io/pypi/dm/cuti?color=green&label=Downloads%2FMonth)](https://pypi.org/project/cuti/)\n[![Downloads Total](https://static.pepy.tech/badge/cuti)](https://pepy.tech/project/cuti)\n\n**Instant AI development environments with Claude Code and multi-agent orchestration**\n\n[PyPI](https://pypi.org/project/cuti/) \u2022 [Documentation](#documentation) \u2022 [GitHub](https://github.com/nociza/cuti)\n\n</div>\n\n## \ud83d\udcca Download Trends\n\n<div align=\"center\">\n\n[![Downloads](https://img.shields.io/pypi/dm/cuti?style=for-the-badge&color=blue&label=Monthly)](https://pypi.org/project/cuti/)\n[![Downloads](https://img.shields.io/pypi/dw/cuti?style=for-the-badge&color=green&label=Weekly)](https://pypi.org/project/cuti/)\n\n</div>\n\n## \ud83d\ude80 Quick Start\n\n```bash\n# Install\nuv tool install cuti\n\n# Launch containerized dev environment\ncuti container\n```\n\nThat's it! You now have a fully configured AI development environment with:\n- \u2705 Cuti pre-installed and ready\n- \u2705 Claude CLI with persistent authentication  \n- \u2705 Python 3.11, Node.js 20, and dev tools\n- \u2705 Custom prompt showing `cuti:~/path $`\n- \u2705 Works from any project directory\n\nThe container mounts your current directory and preserves Claude authentication between sessions. Perfect for isolated, reproducible AI-assisted development.\n\n## \ud83c\udf1f Additional Features\n\nCuti also provides:\n- **Multi-agent orchestration** (Claude, Gemini)\n- **Command queuing** with priorities\n- **Web UI** at `cuti web`\n- **Rate limit handling** with smart retry\n- **Todo system** for task management\n\nSee [documentation](#documentation) for details.\n\n## \ud83d\udcda Documentation\n\n| Guide | Description |\n|-------|-------------|\n| [Dev Container](docs/devcontainer.md) | Complete container guide |\n| [Claude Auth](docs/claude-container-auth.md) | Container authentication |\n| [Todo System](docs/todo-system.md) | Task management |\n| [Rate Limits](docs/rate-limit-handling.md) | API limit handling |\n\n## \ud83e\udd1d Contributing\n\n> **Note:** This project is under active development. Contributions welcome!\n\n```bash\nuv install -e .\n```\n\nSubmit PRs to [GitHub](https://github.com/nociza/cuti) | Report issues in [Issues](https://github.com/nociza/cuti/issues)\n\n## \ud83d\udcc4 License\n\nApache 2.0 - See [LICENSE](LICENSE)\n\n---\n\n<div align=\"center\">\n\n**[PyPI](https://pypi.org/project/cuti/)** \u2022 **[Issues](https://github.com/nociza/cuti/issues)** \u2022 **[Contribute](https://github.com/nociza/cuti)**\n\n</div>",
    "bugtrack_url": null,
    "license": null,
    "summary": "Production-ready Claude Code utilities with command queuing, prompt aliases, web interface, and monitoring.",
    "version": "0.1.63",
    "project_urls": {
        "Documentation": "https://github.com/nociza/cuti/blob/main/README.md",
        "Homepage": "https://github.com/nociza/cuti",
        "Issues": "https://github.com/nociza/cuti/issues",
        "Repository": "https://github.com/nociza/cuti"
    },
    "split_keywords": [
        "ai",
        " automation",
        " claude",
        " cli",
        " orchestration",
        " queue"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2fab736147700637ae8bc23e264f0f7410edb9a898816a2a387a39474c9faa97",
                "md5": "4241e5b7a0913f2ddcd21bad4567930a",
                "sha256": "1dca06b30f17ddfb10ff431cc423345ab8fbea8a337b8657aef761383fe59e56"
            },
            "downloads": -1,
            "filename": "cuti-0.1.63-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4241e5b7a0913f2ddcd21bad4567930a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 365553,
            "upload_time": "2025-09-10T19:50:14",
            "upload_time_iso_8601": "2025-09-10T19:50:14.071407Z",
            "url": "https://files.pythonhosted.org/packages/2f/ab/736147700637ae8bc23e264f0f7410edb9a898816a2a387a39474c9faa97/cuti-0.1.63-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f965fc3fdf29e35fbdc99f1c829a944edd87e03b39d3891585a73a1a0e47e5ff",
                "md5": "5c9636b4da2c444770ce1ac4405f9573",
                "sha256": "c1ba96253f6e8109b946c165b78fa8b5446943f829895447ff3619dd598ccf43"
            },
            "downloads": -1,
            "filename": "cuti-0.1.63.tar.gz",
            "has_sig": false,
            "md5_digest": "5c9636b4da2c444770ce1ac4405f9573",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 301775,
            "upload_time": "2025-09-10T19:50:15",
            "upload_time_iso_8601": "2025-09-10T19:50:15.937557Z",
            "url": "https://files.pythonhosted.org/packages/f9/65/fc3fdf29e35fbdc99f1c829a944edd87e03b39d3891585a73a1a0e47e5ff/cuti-0.1.63.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-10 19:50:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nociza",
    "github_project": "cuti",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cuti"
}
        
Elapsed time: 0.49942s