add first version of python wrapper
- depends on python, cython, mpi4py and numpy - currently only dependency check on python - should be done optionally - converts wrapper.pyx to wrapper.c using cython, then compiles this to a python extension - installs the files such that they can be imported with `import pyelpa` in python
Showing
python/__init__.py
0 → 100644
python/distributedmatrix.py
0 → 100644
python/wrapper.pyx
0 → 100644