pkr


Namepkr JSON
Version 1.4.29 PyPI version JSON
download
home_pagehttps://github.com/altairengineering/pkr
SummaryTemplate engine for deploying docker containers.
upload_time2024-02-27 00:12:36
maintainer
docs_urlNone
authorAltair Engineering
requires_python>=3.8, <4,
licenseAGPLv3 (See LICENSE file for terms)
keywords docker template deployment
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PKR

[![Build Status](https://travis-ci.org/altairengineering/pkr.svg?branch=master)](https://travis-ci.org/altairengineering/pkr)

# Introduction
This repository provide a `structured templating` tool, with primary usage to build and deploy container images.

With a modular driver and extensions design, it can be used either only for templating or with docker, docker-compose or k8s.

`pkr` comes from `pocker`, which was the first name of this software.

# Documentation

[Installation](doc/installation.md)

[Quickstart](doc/quickstart.md)

[Examples](doc/examples.md)

[Drivers](doc/drivers.md)

[Reference](doc/reference.md)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/altairengineering/pkr",
    "name": "pkr",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8, <4,",
    "maintainer_email": "",
    "keywords": "docker template deployment",
    "author": "Altair Engineering",
    "author_email": "pclm-team@altair.com",
    "download_url": "",
    "platform": null,
    "description": "# PKR\n\n[![Build Status](https://travis-ci.org/altairengineering/pkr.svg?branch=master)](https://travis-ci.org/altairengineering/pkr)\n\n# Introduction\nThis repository provide a `structured templating` tool, with primary usage to build and deploy container images.\n\nWith a modular driver and extensions design, it can be used either only for templating or with docker, docker-compose or k8s.\n\n`pkr` comes from `pocker`, which was the first name of this software.\n\n# Documentation\n\n[Installation](doc/installation.md)\n\n[Quickstart](doc/quickstart.md)\n\n[Examples](doc/examples.md)\n\n[Drivers](doc/drivers.md)\n\n[Reference](doc/reference.md)\n",
    "bugtrack_url": null,
    "license": "AGPLv3 (See LICENSE file for terms)",
    "summary": "Template engine for deploying docker containers.",
    "version": "1.4.29",
    "project_urls": {
        "Homepage": "https://github.com/altairengineering/pkr"
    },
    "split_keywords": [
        "docker",
        "template",
        "deployment"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e230a330d432cd83ba053ac5c2ae66c80310647483e31054e03e90c0755a724",
                "md5": "ef45e145053a92cdd69ef36f6ef33c8a",
                "sha256": "094536bb267e198b6b6be21ccaa9a93b32c4611010ca56f1c2a873767f6f2749"
            },
            "downloads": -1,
            "filename": "pkr-1.4.29-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ef45e145053a92cdd69ef36f6ef33c8a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8, <4,",
            "size": 47583,
            "upload_time": "2024-02-27T00:12:36",
            "upload_time_iso_8601": "2024-02-27T00:12:36.769411Z",
            "url": "https://files.pythonhosted.org/packages/0e/23/0a330d432cd83ba053ac5c2ae66c80310647483e31054e03e90c0755a724/pkr-1.4.29-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-27 00:12:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "altairengineering",
    "github_project": "pkr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "pkr"
}
        
Elapsed time: 0.20092s