Skip to content

Commit 00524f0

Browse files
committed
[Project] Update readme info
1 parent 47c959f commit 00524f0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)