Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.02 KB

XND Tools

Travis CI Build Status AppVeyor Build status

XND Tools provides development tools for the XND project. Currently, the following tools are provided:

  • xndtools.kernel_generator - a Python package supporting automatic XND kernel generation using C header files as input.

XND Tools Documentation

Development instructions

Checkout, prepare conda environment, develop, and test

git clone https://github.com/xnd-project/xndtools.git
cd xndtools
conda env create --file=conda-envs/xndtools-devel.yaml -n xndtools-dev
python setup.py develop
pytest .

Usage

See xndlib/README.txt and xnd_tools -h.

For example,

  cd xndlib
  python setup.py develop
  py.test -sv xndlib/