Skip to content

KE-chain package tools to create, build and upload your own `kecpkg` to KE-chain

License

Notifications You must be signed in to change notification settings

KE-works/kecpkg-tools

Repository files navigation

kecpkg-tools

PyPI Snap Status PyPI - Status PyPI - Python Version Github Build Join the chat at https://gitter.im/KE-works/pykechain

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 instance for it to work. KE-chain is the flexible engineering platform of KE-works.

See Also

KE-chain packages for SIM are used in combination with pykechain, the open source KE-chain python api.

Installation

Installation with pip

kecpkg-tools is distributed on PyPI as a universal wheel and is available on Linux/macOS and Windows and supports Python 2.7/3.4+ and PyPy.

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

or when pip is not installed on the system

$ 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.

$ 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.