csaf


Namecsaf JSON
Version 2023.11.27 PyPI version JSON
download
home_page
SummaryCommon Security Advisory Framework (CSAF) Verification, Validation, and Application Programming Interface (API).
upload_time2023-11-27 16:43:46
maintainer
docs_urlNone
author
requires_python>=3.9
license
keywords code-generation developer-tools validation verification
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CSAF

Common Security Advisory Framework (CSAF) Verification, Validation, and Application Programming Interface (API).

[![License](https://git.sr.ht/~sthagen/csaf/blob/default/docs/badges/license-spdx-mit.svg)](https://git.sr.ht/~sthagen/csaf/tree/default/item/LICENSE)
[![Country of Origin](https://git.sr.ht/~sthagen/csaf/blob/default/docs/badges/country-of-origin-name-switzerland-neutral.svg)](https://git.sr.ht/~sthagen/csaf/tree/default/item/COUNTRY-OF-ORIGIN)
[![Export Classification Control Number (ECCN)](https://git.sr.ht/~sthagen/csaf/blob/default/docs/badges/export-control-classification-number_eccn-ear99-neutral.svg)](https://git.sr.ht/~sthagen/csaf/tree/default/item/EXPORT-CONTROL-CLASSIFICATION-NUMBER)
[![Configuration](https://git.sr.ht/~sthagen/csaf/blob/default/docs/badges/configuration-sbom.svg)](https://git.sr.ht/~sthagen/csaf/tree/default/item/docs/third-party/README.md)

[![Version](https://git.sr.ht/~sthagen/csaf/blob/default/docs/badges/latest-release.svg)](https://pypi.python.org/pypi/csaf/)
[![Downloads](https://git.sr.ht/~sthagen/csaf/blob/default/docs/badges/downloads-per-month.svg)](https://pepy.tech/project/csaf)
[![Python](https://git.sr.ht/~sthagen/csaf/blob/default/docs/badges/python-versions.svg)](https://pypi.python.org/pypi/csaf/)
[![Maintenance Status](https://git.sr.ht/~sthagen/csaf/blob/default/docs/badges/commits-per-year.svg)](https://git.sr.ht/~sthagen/csaf/log)

In this project the attempt is made, to provide API and tools to support the CSAF communities from a single repository in the easy to prototype python language.

If, and when this endeavor succeeds, other languages can easily derive form the approach (as long as these offer similar capabilties to keep the effort in check).

**Note**: CSAF predecessor CVRF versions 1.1 and 1.2 are out of scope.

## Documentation

User and developer [documentation of csaf](https://codes.dilettant.life/docs/csaf).

## Bug Tracker

Any feature requests or bug reports shall go to the [todos of csaf](https://todo.sr.ht/~sthagen/csaf).

## Primary Source repository

The main source of `csaf` is on a mountain in central Switzerland.
We use distributed version control (git).
There is no central hub.
Every clone can become a new source for the benefit of all.
The preferred public clones of `csaf` are:

* [on codeberg](https://codeberg.org/sthagen/csaf) - a democratic community-driven, non-profit software development platform operated by Codeberg e.V.
* [at sourcehut](https://git.sr.ht/~sthagen/csaf) - a collection of tools useful for software development.

## Contributions

Please do not submit "pull requests" (I found no way to disable that "feature" on GitHub).
If you like to share small changes under the repositories license please kindly do so by sending a patchset.
You can either send such a patchset per email using [git send-email](https://git-send-email.io) or 
if you are a sourcehut user by selecting "Prepare a patchset" on the summary page of your fork at [sourcehut](https://git.sr.ht/).

## Support

Please kindly submit issues at https://todo.sr.ht/~sthagen/csaf or write plain text email to ~sthagen/csaf@lists.sr.ht to submit patches and request support. Thanks.

## Contributors

In alphabetical order:

* Anthony Harrison
* Jacco Ligthart

## Status

Experimental

**Note**: The default branch is `default`.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "csaf",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Stefan Hagen <stefan@hagen.link>",
    "keywords": "code-generation,developer-tools,validation,verification",
    "author": "",
    "author_email": "Stefan Hagen <stefan@hagen.link>",
    "download_url": "https://files.pythonhosted.org/packages/62/3a/b1a887fd8d024ad1e0ee44092c7219dda8ebe00d11850d5c122f9387409c/csaf-2023.11.27.tar.gz",
    "platform": null,
    "description": "# CSAF\n\nCommon Security Advisory Framework (CSAF) Verification, Validation, and Application Programming Interface (API).\n\n[![License](https://git.sr.ht/~sthagen/csaf/blob/default/docs/badges/license-spdx-mit.svg)](https://git.sr.ht/~sthagen/csaf/tree/default/item/LICENSE)\n[![Country of Origin](https://git.sr.ht/~sthagen/csaf/blob/default/docs/badges/country-of-origin-name-switzerland-neutral.svg)](https://git.sr.ht/~sthagen/csaf/tree/default/item/COUNTRY-OF-ORIGIN)\n[![Export Classification Control Number (ECCN)](https://git.sr.ht/~sthagen/csaf/blob/default/docs/badges/export-control-classification-number_eccn-ear99-neutral.svg)](https://git.sr.ht/~sthagen/csaf/tree/default/item/EXPORT-CONTROL-CLASSIFICATION-NUMBER)\n[![Configuration](https://git.sr.ht/~sthagen/csaf/blob/default/docs/badges/configuration-sbom.svg)](https://git.sr.ht/~sthagen/csaf/tree/default/item/docs/third-party/README.md)\n\n[![Version](https://git.sr.ht/~sthagen/csaf/blob/default/docs/badges/latest-release.svg)](https://pypi.python.org/pypi/csaf/)\n[![Downloads](https://git.sr.ht/~sthagen/csaf/blob/default/docs/badges/downloads-per-month.svg)](https://pepy.tech/project/csaf)\n[![Python](https://git.sr.ht/~sthagen/csaf/blob/default/docs/badges/python-versions.svg)](https://pypi.python.org/pypi/csaf/)\n[![Maintenance Status](https://git.sr.ht/~sthagen/csaf/blob/default/docs/badges/commits-per-year.svg)](https://git.sr.ht/~sthagen/csaf/log)\n\nIn this project the attempt is made, to provide API and tools to support the CSAF communities from a single repository in the easy to prototype python language.\n\nIf, and when this endeavor succeeds, other languages can easily derive form the approach (as long as these offer similar capabilties to keep the effort in check).\n\n**Note**: CSAF predecessor CVRF versions 1.1 and 1.2 are out of scope.\n\n## Documentation\n\nUser and developer [documentation of csaf](https://codes.dilettant.life/docs/csaf).\n\n## Bug Tracker\n\nAny feature requests or bug reports shall go to the [todos of csaf](https://todo.sr.ht/~sthagen/csaf).\n\n## Primary Source repository\n\nThe main source of `csaf` is on a mountain in central Switzerland.\nWe use distributed version control (git).\nThere is no central hub.\nEvery clone can become a new source for the benefit of all.\nThe preferred public clones of `csaf` are:\n\n* [on codeberg](https://codeberg.org/sthagen/csaf) - a democratic community-driven, non-profit software development platform operated by Codeberg e.V.\n* [at sourcehut](https://git.sr.ht/~sthagen/csaf) - a collection of tools useful for software development.\n\n## Contributions\n\nPlease do not submit \"pull requests\" (I found no way to disable that \"feature\" on GitHub).\nIf you like to share small changes under the repositories license please kindly do so by sending a patchset.\nYou can either send such a patchset per email using [git send-email](https://git-send-email.io) or \nif you are a sourcehut user by selecting \"Prepare a patchset\" on the summary page of your fork at [sourcehut](https://git.sr.ht/).\n\n## Support\n\nPlease kindly submit issues at https://todo.sr.ht/~sthagen/csaf or write plain text email to ~sthagen/csaf@lists.sr.ht to submit patches and request support. Thanks.\n\n## Contributors\n\nIn alphabetical order:\n\n* Anthony Harrison\n* Jacco Ligthart\n\n## Status\n\nExperimental\n\n**Note**: The default branch is `default`.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Common Security Advisory Framework (CSAF) Verification, Validation, and Application Programming Interface (API).",
    "version": "2023.11.27",
    "project_urls": {
        "Bug-Tracker": "https://todo.sr.ht/~sthagen/csaf",
        "Documentation": "https://codes.dilettant.life/docs/csaf",
        "Homepage": "https://git.sr.ht/~sthagen/csaf",
        "Source-Code": "https://git.sr.ht/~sthagen/csaf",
        "Test-Coverage": "https://codes.dilettant.life/coverage/csaf"
    },
    "split_keywords": [
        "code-generation",
        "developer-tools",
        "validation",
        "verification"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c162ae438731690e53e5ab449f71e25927eb34226a93e4b775b9681f77f8e1fb",
                "md5": "c5f77e7e7fee9323f4f6b5304b069619",
                "sha256": "b8ab03bb2a9ea90a20eb2060651ed3f84ff05a0a392eed5d15b7f9af9de70ba8"
            },
            "downloads": -1,
            "filename": "csaf-2023.11.27-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c5f77e7e7fee9323f4f6b5304b069619",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 39037,
            "upload_time": "2023-11-27T16:43:44",
            "upload_time_iso_8601": "2023-11-27T16:43:44.224970Z",
            "url": "https://files.pythonhosted.org/packages/c1/62/ae438731690e53e5ab449f71e25927eb34226a93e4b775b9681f77f8e1fb/csaf-2023.11.27-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "623ab1a887fd8d024ad1e0ee44092c7219dda8ebe00d11850d5c122f9387409c",
                "md5": "eddc260f93ea7ca2bf4b8d453bb5c5ea",
                "sha256": "60df86a6275a997ab21a757afb42bc6e5991a6573e26c421ad22462c251d2bf6"
            },
            "downloads": -1,
            "filename": "csaf-2023.11.27.tar.gz",
            "has_sig": false,
            "md5_digest": "eddc260f93ea7ca2bf4b8d453bb5c5ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 40687,
            "upload_time": "2023-11-27T16:43:46",
            "upload_time_iso_8601": "2023-11-27T16:43:46.022826Z",
            "url": "https://files.pythonhosted.org/packages/62/3a/b1a887fd8d024ad1e0ee44092c7219dda8ebe00d11850d5c122f9387409c/csaf-2023.11.27.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-27 16:43:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "csaf"
}
        
Elapsed time: 0.14881s