Metadata-Version: 2.4
Name: qualidoo
Version: 0.1.2
Summary: AI-powered Odoo addon quality analyzer
Project-URL: Homepage, https://qualidoo.aidooit.com
Project-URL: Repository, https://github.com/aidooit/qualidoo
Author: Qualidoo Team
License-Expression: MIT
License-File: LICENSE
Keywords: addon,analyzer,module,odoo,quality
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: typer>=0.12.0
Description-Content-Type: text/markdown

<p align="center">
  <img src="qualidoo.png" alt="Qualidoo Logo" width="400">
</p>

<p align="center">
  <strong>AI-powered quality analysis tool for Odoo addons.</strong>
</p>

## Installation

```bash
pip install qualidoo
```

## Usage

```bash
qualidoo check
```

## Coming Soon

Full addon analysis with:
- Manifest validation
- Python code quality
- Security checks
- Performance analysis
- And more...
