Skip to content

QM-Code/ktools-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ktools-python

ktools-python/ is the Python workspace for the broader ktools ecosystem.

It is the root entrypoint for Python implementations of the ktools libraries.

Current Contents

This workspace currently contains:

  • kcli/
  • ktrace/

Build Model

Use the shared kbuild tool from this workspace checkout:

python3 ../kbuild/kbuild.py --batch kcli ktrace --build-latest

If kbuild is already on your PATH, the equivalent command is:

kbuild --batch kcli ktrace --build-latest

Use the relevant child component when testing a specific Python implementation.

Typical child-component test commands:

cd kcli
python3 -B -m unittest discover -s tests
python3 -B -m unittest discover -s demo/tests

cd ../ktrace
python3 -B -m unittest discover -s tests
python3 -B -m unittest discover -s demo/tests

Where To Go Next

For concrete Python API and implementation details, use the docs in the relevant child component.

Current implementation:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors