Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.22 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.22 KB

Velocitas Python Library

CI workflow License: Apache

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!

Installation

To install the library:

git clone https://github.com/eclipse-velocitas/velocitas-lib.git
pip install ./velocitas-lib

Update API documentation

To update the API documentation (markdown), simply run:

./update-api-docs.sh

Contribution