mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 06:33:06 -03:00
Cover the rest of python bindings from shared library, add tests, add docstrings, add setup.py.
This commit is contained in:
@ -21,8 +21,8 @@ $ python enry.py
|
||||
|
||||
## TODOs
|
||||
- [x] helpers for sending/receiving Go slices to C
|
||||
- [ ] read `libenry.h` and generate `ffibuilder.cdef(...)` content
|
||||
- [ ] cover the rest of enry API
|
||||
- [ ] add `setup.py`
|
||||
- [x] read `libenry.h` and generate `ffibuilder.cdef(...)` content
|
||||
- [x] cover the rest of enry API
|
||||
- [x] add `setup.py`
|
||||
- [ ] build/release automation on CI (publish on pypi)
|
||||
- [ ] try ABI mode, to avoid dependency on C compiler on install (+perf test?)
|
Reference in New Issue
Block a user