Metadata-Version: 2.4
Name: dv-launcher
Version: 2.2.6
Summary: Odoo deploy command line tool
Project-URL: homepage, https://doovate.com
Project-URL: repository, https://github.com/doovate/dv-launcher
Author: Doovate
Requires-Python: >=3.10.12
Requires-Dist: httpx>=0.28.1
Requires-Dist: psutil==7.2.2
Requires-Dist: python-dotenv==1.2.2
Requires-Dist: requests>=2.32.5
Requires-Dist: typer==0.21.1
Provides-Extra: dev
Requires-Dist: ruff>=0.15.8; extra == 'dev'
Description-Content-Type: text/markdown

# dv-launcher

This is a launcher made for automating the deployment of odoo docker containers.

## Usage
See help:
```
dv-launcher --help
```
Config Odoo to use all available cpus and ram:
```
dv-launcher config auto-config
```
Launch Odoo. (You need to be in a valid odoo directory):
```
dv-launcher
```
