libcobblersignatures


Namelibcobblersignatures JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://cobbler.github.io/
SummaryThis library manages the operating system distribution signatures to enable cobbler to detect it correctly.
upload_time2023-04-01 14:40:35
maintainer
docs_urlNone
authorCobbler
requires_python>=3
license
keywords cobbler
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # libcobblersignatures

[![Gitter](https://badges.gitter.im/cobbler/libcobblersignatures.svg)](https://gitter.im/cobbler/libcobblersignatures?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Build Status](https://github.com/cobbler/libcobblersignatures/workflows/Testing%20libcobblersignatures/badge.svg)](https://github.com/cobbler/libcobblersignatures)
[![Documentation Status](https://readthedocs.org/projects/libcobblersignatures/badge/?version=latest)](https://libcobblersignatures.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/cobbler/libcobblersignatures/branch/master/graph/badge.svg)](https://codecov.io/gh/cobbler/libcobblersignatures)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/022b08877130419a9273d6a3618e0c38)](https://www.codacy.com/gh/cobbler/libcobblersignatures/dashboard?utm_source=github.com&utm_medium=referral&utm_content=cobbler/libcobblersignatures&utm_campaign=Badge_Grade)

This library should be the interface for all applications using cobbler signatures.

[![asciicast](https://asciinema.org/a/363956.svg)](https://asciinema.org/a/363956)

## Features

* Create a cobbler signatures document from scratch
* Modify existing cobbler signature documents
* Read cobbler signatures document
* Hand over structured data to other applications

## Signatures-JSON Specification

Can be found in our Docs: <https://libcobblersignatures.readthedocs.io>


            

Raw data

            {
    "_id": null,
    "home_page": "https://cobbler.github.io/",
    "name": "libcobblersignatures",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "cobbler",
    "author": "Cobbler",
    "author_email": "cobbler.project@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b0/9f/12adf3e70df00b1249dce70434b3fc1fb61d453870ee04a9b356a1940e6d/libcobblersignatures-0.0.1.tar.gz",
    "platform": null,
    "description": "# libcobblersignatures\n\n[![Gitter](https://badges.gitter.im/cobbler/libcobblersignatures.svg)](https://gitter.im/cobbler/libcobblersignatures?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)\n[![Build Status](https://github.com/cobbler/libcobblersignatures/workflows/Testing%20libcobblersignatures/badge.svg)](https://github.com/cobbler/libcobblersignatures)\n[![Documentation Status](https://readthedocs.org/projects/libcobblersignatures/badge/?version=latest)](https://libcobblersignatures.readthedocs.io/en/latest/?badge=latest)\n[![codecov](https://codecov.io/gh/cobbler/libcobblersignatures/branch/master/graph/badge.svg)](https://codecov.io/gh/cobbler/libcobblersignatures)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/022b08877130419a9273d6a3618e0c38)](https://www.codacy.com/gh/cobbler/libcobblersignatures/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=cobbler/libcobblersignatures&amp;utm_campaign=Badge_Grade)\n\nThis library should be the interface for all applications using cobbler signatures.\n\n[![asciicast](https://asciinema.org/a/363956.svg)](https://asciinema.org/a/363956)\n\n## Features\n\n* Create a cobbler signatures document from scratch\n* Modify existing cobbler signature documents\n* Read cobbler signatures document\n* Hand over structured data to other applications\n\n## Signatures-JSON Specification\n\nCan be found in our Docs: <https://libcobblersignatures.readthedocs.io>\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This library manages the operating system distribution signatures to enable cobbler to detect it correctly.",
    "version": "0.0.1",
    "split_keywords": [
        "cobbler"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b09f12adf3e70df00b1249dce70434b3fc1fb61d453870ee04a9b356a1940e6d",
                "md5": "cffb3beda28cda98921666a2f0b19abf",
                "sha256": "1064a4beb79514ef093972e33d9b78a326b7a3df928ef3ef96f1e955b7e501cf"
            },
            "downloads": -1,
            "filename": "libcobblersignatures-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cffb3beda28cda98921666a2f0b19abf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 25805,
            "upload_time": "2023-04-01T14:40:35",
            "upload_time_iso_8601": "2023-04-01T14:40:35.807605Z",
            "url": "https://files.pythonhosted.org/packages/b0/9f/12adf3e70df00b1249dce70434b3fc1fb61d453870ee04a9b356a1940e6d/libcobblersignatures-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-01 14:40:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "libcobblersignatures"
}
        
Elapsed time: 0.05767s