python-caterva
python-caterva copied to clipboard
Python wrapper for Caterva. Still preliminary.
Important: All the features of Python-Caterva have been included in the Python-Blosc2 NDArray object. As a result, this project is now obsolete.
python-caterva
Python wrapper for Caterva.
Install
pip install caterva
Development Workflow
Clone repo and submodules
git clone --recurse-submodules https://github.com/Blosc/python-caterva
Install requirements
python -m pip install -r requirements-build.txt
python -m pip install -r requirements.txt
python -m pip install -r requirements-tests.txt
Compile
python setup.py build_ext --build-type=RelWithDebInfo
Run tests
PYTHONPATH=. pytest
Installing
python -m pip install .