Skip to content

xnd-project/xndpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xndpy

xndpy is intended for packaging the Python bindings for xnd. The authoritative sources for the Python modules are in the xnd repository, where they are built for testing libndtypes, libxnd and libgumath.

usage

To build all packages, execute the following commands:

python3 -m pip install build

cd xndlib
git clone https://github.com/xnd-project/xnd source/xnd
python3 -m build .

cd ../ndtypes
git clone https://github.com/xnd-project/xnd source/xnd
python3 -m build .

cd ../xnd
git clone https://github.com/xnd-project/xnd source/xnd
python3 -m build .

cd ../gumath
git clone https://github.com/xnd-project/xnd source/xnd
python3 -m build .

About

Package the Python wrappers for the xnd libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published