Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cobbler/libcobblersignatures
Library for working with cobbler signatures
https://github.com/cobbler/libcobblersignatures
cobbler hacktoberfest python
Last synced: about 1 month ago
JSON representation
Library for working with cobbler signatures
- Host: GitHub
- URL: https://github.com/cobbler/libcobblersignatures
- Owner: cobbler
- License: gpl-2.0
- Created: 2019-11-13T08:26:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T13:19:19.000Z (8 months ago)
- Last Synced: 2024-10-29T11:41:59.164Z (about 2 months ago)
- Topics: cobbler, hacktoberfest, python
- Language: Python
- Homepage:
- Size: 240 KB
- Stars: 4
- Watchers: 9
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.d/57.added
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/27a33cc9663f400aa0c9ee2686bf12c1)](https://app.codacy.com/gh/cobbler/libcobblersignatures/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/27a33cc9663f400aa0c9ee2686bf12c1)](https://app.codacy.com/gh/cobbler/libcobblersignatures/dashboard?utm_source=gh&utm_medium=referral&utm_content=&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:
## Schema and Examples
The JSON Schema and an example can be found at
* https://cobbler.github.io/libcobblersignatures/data/\/schema.json (
[latest schema](https://cobbler.github.io/libcobblersignatures/data/v2/schema.json) )* https://cobbler.github.io/libcobblersignatures/data/\/distro_signatures.json (
[latest signatures](https://cobbler.github.io/libcobblersignatures/data/v2/distro_signatures.json) )| version | cobbler_version |
|---------|-----------------|
| v1 | v2.x.x |
| v2 | v3.0.0 - latest |