A Velocitas python-based library to enable quick Velocitas CLI package development by providing:
- easy access and a stable API for all the things exposed via Velocitas CLI
- utility classes for
- middleware access
- service access
- container runtime CLIs
Have a look at the API documentation to see what is available!
To install the library:
git clone https://github.com/eclipse-velocitas/velocitas-lib.git
pip install ./velocitas-lib
To update the API documentation (markdown), simply run:
./update-api-docs.sh