Metadata-Version: 2.1
Name: doblib
Version: 0.4
Summary: Management tool for Odoo installations
Home-page: https://github.com/initos/dob-lib
Author: initOS GmbH
Author-email: info@initos.com
License: Apache License 2.0
Keywords: odoo environment management
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: PyYAML
Requires-Dist: black
Requires-Dist: coverage
Requires-Dist: flake8
Requires-Dist: git-aggregator
Requires-Dist: ipython
Requires-Dist: isort
Requires-Dist: pylint-odoo
Requires-Dist: pytest-cov

# dob-lib

YAML based Odoo management tool. This tool is used in [dob](https://github.com/initos/dob)
as core component to:

- Setup an Odoo environment
- Freeze the state of the environment
- Handle module installation/update
- Run CI and unittests
- Run specific actions on the Odoo environment

## Installation

```$ pip3 install doblib```

## Usage

```dob --help ```

A possible configuration can be found in the project [dob](https://github.com/initos/dob).


