LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
versioneer.py
suitesparse_graphblas/__init__.py
suitesparse_graphblas/_version.py
suitesparse_graphblas/build.py
suitesparse_graphblas/create_headers.py
suitesparse_graphblas/exceptions.py
suitesparse_graphblas/matrix.py
suitesparse_graphblas/scalar.py
suitesparse_graphblas/source.c
suitesparse_graphblas/suitesparse_graphblas.h
suitesparse_graphblas/suitesparse_graphblas_no_complex.h
suitesparse_graphblas/utils.c
suitesparse_graphblas/utils.pxd
suitesparse_graphblas/utils.pyx
suitesparse_graphblas/vector.py
suitesparse_graphblas.egg-info/PKG-INFO
suitesparse_graphblas.egg-info/SOURCES.txt
suitesparse_graphblas.egg-info/dependency_links.txt
suitesparse_graphblas.egg-info/not-zip-safe
suitesparse_graphblas.egg-info/requires.txt
suitesparse_graphblas.egg-info/top_level.txt
suitesparse_graphblas/io/__init__.py
suitesparse_graphblas/io/binary.py
suitesparse_graphblas/tests/__init__.py
suitesparse_graphblas/tests/conftest.py
suitesparse_graphblas/tests/test_doctest.py
suitesparse_graphblas/tests/test_exceptions.py
suitesparse_graphblas/tests/test_initialize.py
suitesparse_graphblas/tests/test_io.py
suitesparse_graphblas/tests/test_package.py
suitesparse_graphblas/tests/test_scalar.py