Skip to content

hperrey/pyxar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyXar

Python wrapper to run single ROC and module tests using a DTB.

dependencies:

usage:

To compile the library run:

python setup.py build_ext

To start pyxar, run:

./pyXar

pyXar also provides a way to run with the API (currently as beta version)

Get the python version of the API and build it

mkdir build
cmake -DBUILD_python=ON ..
make install

Export the path to the library:

export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:PATH/TO/API/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:PATH/TO/API/lib
export PYTHONPATH=$PYTHONPATH:PATH/TO/API/lib

To start pyxar using the API, run:

./pyXar --api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.9%
  • C++ 43.7%
  • C 10.4%