osc_ld_plugin


Nameosc_ld_plugin JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/openSUSE/logdetective-obs
SummaryAn osc plugin to analyze failed build logs using logdetective
upload_time2025-07-30 12:23:21
maintainerNone
docs_urlNone
authorAazam Thakur
requires_python<4.0,>=3.13
licenseMIT
keywords osc build logdetective obs plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # osc-ld-plugin

This is an osc plugin that uses logdetective to analyze failed Open Build Service (OBS) builds or local build logs.

## Usage instructions

### To install the package run
```
pip install osc_ld_plugin
```

### To install the package with logdetective run
```
pip install osc_ld_plugin[logdetective]
```

### After installing this package, users must run
```
osc-ld-install
```
this is to install the osc plugin script in the ~/.osc-plugins directory

### For analyzing local failed build
```bash
osc ld --local-log
```

### For analzying failed builds from OBS
```bash
osc ld --project openSUSE:Factory --package blender
```

### For analyzing using the logdetective api instead
```bash
osc ld --project openSUSE:Factory --package blender --r
```


## Changelog

### version 0.1.0
Initial version

### version 0.2.0
Added remote logdetective api functionality and optional dependency

### version 0.2.2
Fixed typos in README.MD
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/openSUSE/logdetective-obs",
    "name": "osc_ld_plugin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.13",
    "maintainer_email": null,
    "keywords": "osc, build, logdetective, obs, plugin",
    "author": "Aazam Thakur",
    "author_email": "aazamthakur@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0c/59/3f96dc04b26cf536310beee559d73cd25f695199a3bc19f9c6347d237238/osc_ld_plugin-0.2.2.tar.gz",
    "platform": null,
    "description": "# osc-ld-plugin\n\nThis is an osc plugin that uses logdetective to analyze failed Open Build Service (OBS) builds or local build logs.\n\n## Usage instructions\n\n### To install the package run\n```\npip install osc_ld_plugin\n```\n\n### To install the package with logdetective run\n```\npip install osc_ld_plugin[logdetective]\n```\n\n### After installing this package, users must run\n```\nosc-ld-install\n```\nthis is to install the osc plugin script in the ~/.osc-plugins directory\n\n### For analyzing local failed build\n```bash\nosc ld --local-log\n```\n\n### For analzying failed builds from OBS\n```bash\nosc ld --project openSUSE:Factory --package blender\n```\n\n### For analyzing using the logdetective api instead\n```bash\nosc ld --project openSUSE:Factory --package blender --r\n```\n\n\n## Changelog\n\n### version 0.1.0\nInitial version\n\n### version 0.2.0\nAdded remote logdetective api functionality and optional dependency\n\n### version 0.2.2\nFixed typos in README.MD",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An osc plugin to analyze failed build logs using logdetective",
    "version": "0.2.2",
    "project_urls": {
        "Homepage": "https://github.com/openSUSE/logdetective-obs",
        "Repository": "https://github.com/openSUSE/logdetective-obs"
    },
    "split_keywords": [
        "osc",
        " build",
        " logdetective",
        " obs",
        " plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8316a803e584c608bb4f01427e6ebe5b3325f9dd06c23f7a88e6a7a192fea40b",
                "md5": "782cc0ca0888408fdd2ccd8286805138",
                "sha256": "e36714da058957e3f6efe632917fca03062e3ce41eb271ee657050dbc59a8d8f"
            },
            "downloads": -1,
            "filename": "osc_ld_plugin-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "782cc0ca0888408fdd2ccd8286805138",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.13",
            "size": 4706,
            "upload_time": "2025-07-30T12:23:19",
            "upload_time_iso_8601": "2025-07-30T12:23:19.821320Z",
            "url": "https://files.pythonhosted.org/packages/83/16/a803e584c608bb4f01427e6ebe5b3325f9dd06c23f7a88e6a7a192fea40b/osc_ld_plugin-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c593f96dc04b26cf536310beee559d73cd25f695199a3bc19f9c6347d237238",
                "md5": "d60eb68fcfa91150aa6e9191f31d654c",
                "sha256": "4945e99b6a41985378facfeb34c861d6d657d017c1dab43f2b7a47fd2b809dd7"
            },
            "downloads": -1,
            "filename": "osc_ld_plugin-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d60eb68fcfa91150aa6e9191f31d654c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.13",
            "size": 3653,
            "upload_time": "2025-07-30T12:23:21",
            "upload_time_iso_8601": "2025-07-30T12:23:21.011696Z",
            "url": "https://files.pythonhosted.org/packages/0c/59/3f96dc04b26cf536310beee559d73cd25f695199a3bc19f9c6347d237238/osc_ld_plugin-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-30 12:23:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openSUSE",
    "github_project": "logdetective-obs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "osc_ld_plugin"
}
        
Elapsed time: 3.21277s