doblib


Namedoblib JSON
Version 0.18.0 PyPI version JSON
download
home_pagehttps://github.com/initos/dob-lib
SummaryManagement tool for Odoo installations
upload_time2024-03-13 13:18:19
maintainer
docs_urlNone
authorinitOS GmbH
requires_python>=3.6
licenseApache License 2.0
keywords odoo environment management
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "odoo environment management",
    "author": "initOS GmbH",
    "author_email": "info@initos.com",
    "download_url": "",
    "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.18.0",
    "project_urls": {
        "Homepage": "https://github.com/initos/dob-lib"
    },
    "split_keywords": [
        "odoo",
        "environment",
        "management"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b79c3cf9390e0cff672c87031e35ea6434f69f1f9e146ddda0a15d42e7d8dc84",
                "md5": "e75d13236ded953bb08d65d70359aaaa",
                "sha256": "5cfc1f5d4e123799098eae5940d04d983051d37440837f56f718bcb5f712cdd6"
            },
            "downloads": -1,
            "filename": "doblib-0.18.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e75d13236ded953bb08d65d70359aaaa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 24328,
            "upload_time": "2024-03-13T13:18:19",
            "upload_time_iso_8601": "2024-03-13T13:18:19.898987Z",
            "url": "https://files.pythonhosted.org/packages/b7/9c/3cf9390e0cff672c87031e35ea6434f69f1f9e146ddda0a15d42e7d8dc84/doblib-0.18.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-13 13:18:19",
    "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"
}
        
Elapsed time: 0.20300s