# 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).
            
         
        Raw data
        
            {
    "_id": null,
    "home_page": "https://github.com/initos/dob-lib",
    "name": "doblib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "odoo environment management",
    "author": "initOS GmbH",
    "author_email": "info@initos.com",
    "download_url": null,
    "platform": null,
    "description": "# dob-lib\n\nYAML based Odoo management tool. This tool is used in [dob](https://github.com/initos/dob)\nas core component to:\n\n- Setup an Odoo environment\n- Freeze the state of the environment\n- Handle module installation/update\n- Run CI and unittests\n- Run specific actions on the Odoo environment\n\n## Installation\n\n```$ pip3 install doblib```\n\n## Usage\n\n```dob --help ```\n\nA possible configuration can be found in the project [dob](https://github.com/initos/dob).\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Management tool for Odoo installations",
    "version": "0.19.8",
    "project_urls": {
        "Homepage": "https://github.com/initos/dob-lib"
    },
    "split_keywords": [
        "odoo",
        "environment",
        "management"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3f85a585937fdae69b5dc1f24a78299e2eb71e6f3000e343ce437bcb1957d49d",
                "md5": "25c9ffdeb0a54e27271b7cf90d36b31a",
                "sha256": "f118a75a01849c6e19bde014a35181bf071381ab82a19e363b1a849dbc449c5a"
            },
            "downloads": -1,
            "filename": "doblib-0.19.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "25c9ffdeb0a54e27271b7cf90d36b31a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 25478,
            "upload_time": "2025-10-09T10:43:23",
            "upload_time_iso_8601": "2025-10-09T10:43:23.473653Z",
            "url": "https://files.pythonhosted.org/packages/3f/85/a585937fdae69b5dc1f24a78299e2eb71e6f3000e343ce437bcb1957d49d/doblib-0.19.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-09 10:43:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "initos",
    "github_project": "dob-lib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "doblib"
}