kecpkg-tools


Namekecpkg-tools JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/jberends/kecpkg-tools
SummaryNone
upload_time2024-07-03 08:28:26
maintainerJochem Berends
docs_urlNone
authorJochem Berends
requires_pythonNone
licenseApache-2.0
keywords python package tools pykechain ke-chain services integration module sim kecpkg gpg
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # kecpkg-tools

[![PyPI](https://img.shields.io/pypi/v/kecpkg-tools.svg)](https://pypi.python.org/pypi/kecpkg-tools)
[![Snap Status](https://build.snapcraft.io/badge/KE-works/kecpkg-tools.svg)](https://build.snapcraft.io/user/KE-works/kecpkg-tools)
[![PyPI - Status](https://img.shields.io/pypi/status/kecpkg-tools.svg)](https://pypi.python.org/pypi/kecpkg-tools)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kecpkg-tools.svg)
[![Github Build](https://github.com/KE-works/kecpkg-tools/workflows/Test%20kecpkg-tools/badge.svg?branch=master)](https://github.com/KE-works/kecpkg-tools/actions?query=branch%3Amaster+workflow%3A%22Test+kecpkg-tools%22)
[![Join the chat at https://gitter.im/KE-works/pykechain](https://badges.gitter.im/KE-works/pykechain.svg)](https://gitter.im/KE-works/pykechain?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)


## Usage

kecpkg-tools provide a set of tools to easily create KE-chain packages.
These are executable python scripts aimed for execution on the KE-chain
SIM platform.

It requires normal user access to a [KE-chain](http://www.ke-chain.com)
instance for it to work. KE-chain is the flexible engineering platform
of [KE-works](http://www.ke-works.com).

## See Also

KE-chain packages for SIM are used in combination with
[pykechain](https://github.com/KE-works/pykechain), the open source
KE-chain python api.

## Installation

### Installation with pip
kecpkg-tools is distributed on [PyPI](https://pypi.org) as a universal
wheel and is available on Linux/macOS and Windows and supports Python
2.7/3.4+ and PyPy.

```bash
$ pip install --user --upgrade kecpkg-tools
```

or when pip is not installed on the system

```bash
$ python3 -m pip install --user --upgrade kecpkg-tools
```

### Installation using snap (beta)

When on a linux platform, you may use the snapstore to install kecpkg automatically and
keep it up to date to the latest and greated.

```bash
$ sudo snap install kecpkg --edge
```

Any feedback is appreciated as we are in beta mode for publishing `kecpkg` on the snapstore.

## License

kecpkg-tools is distributed under the terms of the [Apache License,
Version 2.0](https://choosealicense.com/licenses/apache-2.0).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jberends/kecpkg-tools",
    "name": "kecpkg-tools",
    "maintainer": "Jochem Berends",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "jochem.berends@ke-works.com",
    "keywords": "python, package tools, pykechain, KE-chain, Services Integration Module, SIM, KECPKG, GPG",
    "author": "Jochem Berends",
    "author_email": "jochem.berends@ke-works.com",
    "download_url": "https://files.pythonhosted.org/packages/85/35/dd8b3dd91c5fa1f1c5a08f732adfef6d194f5ef3143c18ff0edb1e33fdc7/kecpkg_tools-1.1.0.tar.gz",
    "platform": null,
    "description": "# kecpkg-tools\n\n[![PyPI](https://img.shields.io/pypi/v/kecpkg-tools.svg)](https://pypi.python.org/pypi/kecpkg-tools)\n[![Snap Status](https://build.snapcraft.io/badge/KE-works/kecpkg-tools.svg)](https://build.snapcraft.io/user/KE-works/kecpkg-tools)\n[![PyPI - Status](https://img.shields.io/pypi/status/kecpkg-tools.svg)](https://pypi.python.org/pypi/kecpkg-tools)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kecpkg-tools.svg)\n[![Github Build](https://github.com/KE-works/kecpkg-tools/workflows/Test%20kecpkg-tools/badge.svg?branch=master)](https://github.com/KE-works/kecpkg-tools/actions?query=branch%3Amaster+workflow%3A%22Test+kecpkg-tools%22)\n[![Join the chat at https://gitter.im/KE-works/pykechain](https://badges.gitter.im/KE-works/pykechain.svg)](https://gitter.im/KE-works/pykechain?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\n\n## Usage\n\nkecpkg-tools provide a set of tools to easily create KE-chain packages.\nThese are executable python scripts aimed for execution on the KE-chain\nSIM platform.\n\nIt requires normal user access to a [KE-chain](http://www.ke-chain.com)\ninstance for it to work. KE-chain is the flexible engineering platform\nof [KE-works](http://www.ke-works.com).\n\n## See Also\n\nKE-chain packages for SIM are used in combination with\n[pykechain](https://github.com/KE-works/pykechain), the open source\nKE-chain python api.\n\n## Installation\n\n### Installation with pip\nkecpkg-tools is distributed on [PyPI](https://pypi.org) as a universal\nwheel and is available on Linux/macOS and Windows and supports Python\n2.7/3.4+ and PyPy.\n\n```bash\n$ pip install --user --upgrade kecpkg-tools\n```\n\nor when pip is not installed on the system\n\n```bash\n$ python3 -m pip install --user --upgrade kecpkg-tools\n```\n\n### Installation using snap (beta)\n\nWhen on a linux platform, you may use the snapstore to install kecpkg automatically and\nkeep it up to date to the latest and greated.\n\n```bash\n$ sudo snap install kecpkg --edge\n```\n\nAny feedback is appreciated as we are in beta mode for publishing `kecpkg` on the snapstore.\n\n## License\n\nkecpkg-tools is distributed under the terms of the [Apache License,\nVersion 2.0](https://choosealicense.com/licenses/apache-2.0).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": null,
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/jberends/kecpkg-tools"
    },
    "split_keywords": [
        "python",
        " package tools",
        " pykechain",
        " ke-chain",
        " services integration module",
        " sim",
        " kecpkg",
        " gpg"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc9389692f587ab9e6ec88d4a1bd647ebfed4dbe45f7f353c2a86ecb9d53cc0b",
                "md5": "d5be4d6f5b703f08ad8eabbad9176171",
                "sha256": "33a8d55815d82d02e10898f878e8b94de6f2bd64291998c48126f733d629f900"
            },
            "downloads": -1,
            "filename": "kecpkg_tools-1.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d5be4d6f5b703f08ad8eabbad9176171",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 43222,
            "upload_time": "2024-07-03T08:28:25",
            "upload_time_iso_8601": "2024-07-03T08:28:25.053599Z",
            "url": "https://files.pythonhosted.org/packages/bc/93/89692f587ab9e6ec88d4a1bd647ebfed4dbe45f7f353c2a86ecb9d53cc0b/kecpkg_tools-1.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8535dd8b3dd91c5fa1f1c5a08f732adfef6d194f5ef3143c18ff0edb1e33fdc7",
                "md5": "7538fe48a0377ff0011e18634d2665b6",
                "sha256": "4c5fca6cdf8a28060ff68ab67e74d65227e2cd011a6cc6b793fccfeecc1f6060"
            },
            "downloads": -1,
            "filename": "kecpkg_tools-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7538fe48a0377ff0011e18634d2665b6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 38731,
            "upload_time": "2024-07-03T08:28:26",
            "upload_time_iso_8601": "2024-07-03T08:28:26.305067Z",
            "url": "https://files.pythonhosted.org/packages/85/35/dd8b3dd91c5fa1f1c5a08f732adfef6d194f5ef3143c18ff0edb1e33fdc7/kecpkg_tools-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-03 08:28:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jberends",
    "github_project": "kecpkg-tools",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "kecpkg-tools"
}
        
Elapsed time: 0.26288s