limbo/bindings/python
Pekka Enberg f2ecebc357 Rename RowResult to StepResult
The name "row result" is confusing because it really *is* a result from
a step() call. The only difference is how a row is represented as we
return from VDBE or from a statement.

Therefore, rename RowResult to StepResult.
2024-12-27 10:20:41 +02:00
..
limbo Format Python bindings code using Ruff 2024-09-01 16:10:59 +03:00
src Rename RowResult to StepResult 2024-12-27 10:20:41 +02:00
tests Format Python bindings code using Ruff 2024-09-01 16:10:59 +03:00
build.rs feat: impl python binding 2024-08-11 08:58:18 +02:00
Cargo.toml Bump PyO3 dependency 2024-11-15 16:14:34 +02:00
example.py bindings/python: Add Python example 2024-11-20 19:10:02 +02:00
Makefile Add Makefile for Python bindings 2024-09-01 16:11:00 +03:00
pyproject.toml add maturin as dev dependency. 2024-12-18 21:14:58 +00:00
requirements-dev.txt add maturin as dev dependency. 2024-12-18 21:14:58 +00:00
requirements.txt fix project name in txt files. 2024-12-17 01:33:54 +00:00