kas


Namekas JSON
Version 4.3.2 PyPI version JSON
download
home_pagehttps://github.com/siemens/kas
SummarySetup tool for bitbake based projects
upload_time2024-04-09 17:28:25
maintainerJan Kiszka
docs_urlNone
authorNone
requires_python>=3.6
licenseMIT
keywords openembedded bitbake development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            Setup tool for bitbake based projects
=====================================

+--------------------+
|    Build Status    |
+====================+
| |workflow-master|_ |
+--------------------+
| |workflow-next|_   |
+--------------------+

.. |workflow-master| image:: https://github.com/siemens/kas/workflows/master/badge.svg
.. _workflow-master: https://github.com/siemens/kas/actions?query=workflow%3Amaster
.. |workflow-next| image:: https://github.com/siemens/kas/workflows/next/badge.svg
.. _workflow-next: https://github.com/siemens/kas/actions?query=workflow%3Anext

This tool provides an easy mechanism to setup bitbake based
projects.

The OpenEmbedded tooling support starts at step 2 with bitbake. The
downloading of sources and then configuration has to be done by
hand. Usually, this is explained in a README. Instead kas is using a
project configuration file and does the download and configuration
phase.

Key features provided by the build tool:

- clone and checkout bitbake layers
- create default bitbake settings (machine, arch, ...)
- launch minimal build environment, reducing risk of host contamination
- initiate bitbake build process

See the `kas documentation <https://kas.readthedocs.io>`_ for further details.

SECURITY NOTICE
---------------

At this stage, kas does not validate the integrity of fetched repositories.
Make sure to only pull from trusted sources to ensure that the selected
revisions are the expected ones, specifically when using mirrors. Later
versions of kas may introduce integrity validation mechanisms such as
cryptographic checksums to strengthen supply chain security.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/siemens/kas",
    "name": "kas",
    "maintainer": "Jan Kiszka",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "jan.kiszka@siemens.com",
    "keywords": "OpenEmbedded bitbake development",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d4/5c/60235e72a130f277a9b07f6708531b9b5158f993035c740d0424005eae01/kas-4.3.2.tar.gz",
    "platform": null,
    "description": "Setup tool for bitbake based projects\n=====================================\n\n+--------------------+\n|    Build Status    |\n+====================+\n| |workflow-master|_ |\n+--------------------+\n| |workflow-next|_   |\n+--------------------+\n\n.. |workflow-master| image:: https://github.com/siemens/kas/workflows/master/badge.svg\n.. _workflow-master: https://github.com/siemens/kas/actions?query=workflow%3Amaster\n.. |workflow-next| image:: https://github.com/siemens/kas/workflows/next/badge.svg\n.. _workflow-next: https://github.com/siemens/kas/actions?query=workflow%3Anext\n\nThis tool provides an easy mechanism to setup bitbake based\nprojects.\n\nThe OpenEmbedded tooling support starts at step 2 with bitbake. The\ndownloading of sources and then configuration has to be done by\nhand. Usually, this is explained in a README. Instead kas is using a\nproject configuration file and does the download and configuration\nphase.\n\nKey features provided by the build tool:\n\n- clone and checkout bitbake layers\n- create default bitbake settings (machine, arch, ...)\n- launch minimal build environment, reducing risk of host contamination\n- initiate bitbake build process\n\nSee the `kas documentation <https://kas.readthedocs.io>`_ for further details.\n\nSECURITY NOTICE\n---------------\n\nAt this stage, kas does not validate the integrity of fetched repositories.\nMake sure to only pull from trusted sources to ensure that the selected\nrevisions are the expected ones, specifically when using mirrors. Later\nversions of kas may introduce integrity validation mechanisms such as\ncryptographic checksums to strengthen supply chain security.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Setup tool for bitbake based projects",
    "version": "4.3.2",
    "project_urls": {
        "Download": "https://github.com/siemens/kas/archive/{__version__}.tar.gz",
        "Homepage": "https://github.com/siemens/kas"
    },
    "split_keywords": [
        "openembedded",
        "bitbake",
        "development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d45c60235e72a130f277a9b07f6708531b9b5158f993035c740d0424005eae01",
                "md5": "bc0161b7f05da325e040e404a8c9d334",
                "sha256": "9b776143e5fbcdd7e00f9052e0f1a2a9923852117d437652551017da61568f30"
            },
            "downloads": -1,
            "filename": "kas-4.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "bc0161b7f05da325e040e404a8c9d334",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 40180,
            "upload_time": "2024-04-09T17:28:25",
            "upload_time_iso_8601": "2024-04-09T17:28:25.690311Z",
            "url": "https://files.pythonhosted.org/packages/d4/5c/60235e72a130f277a9b07f6708531b9b5158f993035c740d0424005eae01/kas-4.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 17:28:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "siemens",
    "github_project": "kas",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "kas"
}
        
Elapsed time: 0.27564s