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.
KE-chain packages for SIM are used in combination with pykechain, the open source KE-chain python api.
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
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.
kecpkg-tools is distributed under the terms of the Apache License, Version 2.0.