Metadata-Version: 2.4
Name: pylint-odoo-manifest-checker
Version: 0.1.1
Summary: Pylint plugin that enforces cloc_exclude in Odoo __manifest__.py for third-party modules
Project-URL: Homepage, https://github.com/kga-odoo/pylint-odoo-manifest-checker
Project-URL: Repository, https://github.com/kga-odoo/pylint-odoo-manifest-checker
Author-email: Odoo Development Services <kga@odoo.com>
License: MIT
Keywords: cloc,linter,manifest,odoo,pylint
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.10
Requires-Dist: pylint>=2.14
Provides-Extra: dev
Requires-Dist: hatch; extra == 'dev'
Requires-Dist: pytest>=7; extra == 'dev'
Description-Content-Type: text/markdown

# pylint-odoo-manifest-checker

A pylint plugin to check Odoo manifest files for common issues and best practices.

## Installation

Install via pip:

```bash
pip install pylint-odoo-manifest-checker
```

## Usage

Run pylint with the plugin enabled:

```bash
pylint --load-plugins=pylint_odoo_manifest_checker.checker your_module
```

## Features

- Validates manifest file structure
- Checks for required fields
- Ensures compliance with Odoo standards

## Contributing

Contributions are welcome! Please submit a pull request.

## License

MIT License