Metadata-Version: 2.3
Name: odooghost
Version: 0.12.4
Summary: Odoo developpement made easy
License: MIT
Author: Remy Zulauff
Author-email: remy.zulauff@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: docker (==7.1.0)
Requires-Dist: dockerpty (>=0.4.1,<0.5.0)
Requires-Dist: gitpython (>=3.1.40,<4.0.0)
Requires-Dist: giturlparse (>=0.12.0,<0.13.0)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: loguru (>=0.7.0,<0.8.0)
Requires-Dist: pydantic[dotenv] (>=2.0.3,<3.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: strawberry-graphql[asgi] (>=0.205.0,<0.206.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Requires-Dist: uvicorn[standard] (>=0.23.2,<0.24.0)
Project-URL: Homepage, https://remyz17.github.io/odooghost/
Project-URL: Repository, https://github.com/remyz17/odooghost
Description-Content-Type: text/markdown

[![Linting](https://github.com/remyz17/odooghost/actions/workflows/lint.yaml/badge.svg)](https://github.com/remyz17/odooghost/actions/workflows/lint.yaml)
[![Testing](https://github.com/remyz17/odooghost/actions/workflows/test.yaml/badge.svg)](https://github.com/remyz17/odooghost/actions/workflows/test.yaml)
[![Deploy Documentation](https://github.com/remyz17/odooghost/actions/workflows/docs.yaml/badge.svg)](https://github.com/remyz17/odooghost/actions/workflows/docs.yaml)
# OdooGhost
*Making Odoo development a breeze.*  

OdooGhost is a powerful tool tailored for streamlining the development and deployment of Odoo instances. It offers an integrated solution that harnesses the power of Docker for orchestrating and managing these instances. With both a Command Line Interface (CLI) and an upcoming web interface, managing Odoo stacks has never been simpler.

## Features

- **Fine-grained Configuration**: Customize each Odoo instance with configuration files, tailoring settings to fit your specific needs.
- **Holistic Instance Management**: With just a few commands, you can create, update, start, stop, and even delete Odoo instances straight from the CLI.

## Installation
To kickstart your OdooGhost journey:
`pipx install odooghost`.

## Usage

### Initial Setup
Before diving deep into OdooGhost, ensure you set it up properly. Use the `setup` command and specify your working directory:
```
odooghost setup /you/working/dir
```
### Crafting a Stack
To bring your Odoo instance to life, you first need to define its blueprint - the stack configuration file. Samples to guide your creation can be found [here](https://github.com/remyz17/odooghost/tree/main/exemples).
```
odooghost stack create you-stack-config.yaml
```

## Contribute
Have ideas or enhancements for OdooGhost? We'd love to see them! Create a Pull Request to join in the journey of making Odoo development smoother for everyone.

## License
Licensed under the [MIT License](LICENSE).

