Metadata-Version: 2.4
Name: dockerbrain
Version: 1.2.1
Summary: Dockerfile and container monitoring, analysis, and optimization CLI.
License: Apache-2.0
Project-URL: Homepage, https://github.com/iamPulakesh/DockerBrain
Project-URL: Repository, https://github.com/iamPulakesh/DockerBrain
Project-URL: Issues, https://github.com/iamPulakesh/DockerBrain/issues
Keywords: docker,containers,monitoring,optimization,gemini,ai,devops,cli
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: anthropic>=0.30
Requires-Dist: click>=8.0
Requires-Dist: docker>=6.0
Requires-Dist: google-genai>=1.0
Requires-Dist: openai>=1.0
Requires-Dist: rich>=13.0
Requires-Dist: textual>=0.85
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Dynamic: license-file

# Project Info

[![pipeline](https://github.com/iamPulakesh/DockerBrain/actions/workflows/dockerbrain.yml/badge.svg)](https://github.com/iamPulakesh/DockerBrain/actions/workflows/dockerbrain.yml) [![github project](https://img.shields.io/badge/github-project-blue.svg?logo=github)](https://github.com/iamPulakesh/DockerBrain) [![PyPI Downloads](https://static.pepy.tech/personalized-badge/dockerbrain?period=total&units=INTERNATIONAL_SYSTEM&left_color=GRAY&right_color=RED&left_text=Downloads)](https://pepy.tech/projects/dockerbrain)

## Core components of DockerBrain

This package contains the command-line based program that allows you to monitor your Docker containers in real time, detect resource issues, and use LLMs to generate actionable optimizations for running containers and Dockerfiles right from your terminal.

## Installation

Complete DockerBrain's setup by installing the package via pip. To install this package, run:

**Recommended**:

```bash
uv tool install dockerbrain
```

**Or with pip:**

```bash
pip install dockerbrain
```

## Contact

For bug reports or feature requests, please open an issue on [GitHub](https://github.com/iamPulakesh/DockerBrain/issues)
