doblib


Namedoblib JSON
Version 0.19.2 PyPI version JSON
download
home_pagehttps://github.com/initos/dob-lib
SummaryManagement tool for Odoo installations
upload_time2024-11-18 08:18:47
maintainerNone
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": 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.2",
    "project_urls": {
        "Homepage": "https://github.com/initos/dob-lib"
    },
    "split_keywords": [
        "odoo",
        "environment",
        "management"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c106f041bfa3618f471cac0ae7e326ee28c99f7f258eea59fac086450eb08205",
                "md5": "d709aaed5b55c8a3fc56184c218c0762",
                "sha256": "855a37602b88bf121a09b7ade6d2b66ebaa01cd376dc85039823291e7910b591"
            },
            "downloads": -1,
            "filename": "doblib-0.19.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d709aaed5b55c8a3fc56184c218c0762",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 24575,
            "upload_time": "2024-11-18T08:18:47",
            "upload_time_iso_8601": "2024-11-18T08:18:47.998348Z",
            "url": "https://files.pythonhosted.org/packages/c1/06/f041bfa3618f471cac0ae7e326ee28c99f7f258eea59fac086450eb08205/doblib-0.19.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 08:18:47",
    "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.35982s