@@ -29,7 +29,8 @@ the programming language *COBOL*.
2929- [ ] Block CSR multiplication
3030- [ ] Block CSR kronecker
3131- [ ] Sparse matrix wrapper ?
32- - [ ] Wrapper for Python API
32+ - [X] Wrapper for Python API
33+ - [ ] Wrapper test in Python
3334- [ ] User guide
3435- [ ] Unit Tests collection
3536- [X] Dummy library implementation for testing
@@ -127,6 +128,9 @@ cuBool
127128├── docs - documents, text files and various helpful stuff
128129├── tests - gtest-based unit-tests collection
129130├── scripts - short utility programs
131+ ├── python - project python sources
132+ │ ├── pycubool - cubool library wrapper for python (similar to pygraphblas)
133+ │ └── tests - tests for python wrapper
130134├── thirdparty - project dependencies
131135│ ├── cub - cuda utility, required for nsparse
132136│ ├── gtest - google test framework for unit testing
@@ -144,4 +148,4 @@ This project is licensed under MIT License. License text can be found in the
144148## Contributors
145149
146150- Semyon Grigorev (Github: [ gsvgit] ( https://github.com/gsvgit ) )
147- - Egor Orachyov (Github: [ EgorOrachyov] ( https://github.com/EgorOrachyov ) )
151+ - Egor Orachyov (Github: [ EgorOrachyov] ( https://github.com/EgorOrachyov ) )
0 commit comments