This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
from a3a7468 ES backend fixes
new a1d7f73 Python 3 compatibility updates
new a3304ba update constants.hexdigest to accept other digest methods
new e6866a7 Add sqlite db backend
new e2b7b1a always pickle strings with the JSON marker, since those are
fakes
new 9ea0150 fix .gitignore so it doesn't ignore pysteve/lib
new ebea9ba Add poetry dep list
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 2 +-
pysteve/lib/backends/__init__.py | 2 +-
pysteve/lib/backends/sqlite.py | 296 ++++++++++++++++++++++++++++++++++++++
pysteve/lib/constants.py | 6 +-
pysteve/lib/election.py | 20 +--
pysteve/lib/form.py | 3 +-
pysteve/lib/plugins/stv.py | 15 +-
pysteve/lib/voter.py | 6 +-
pysteve/pyproject.toml | 14 ++
pysteve/www/cgi-bin/rest_voter.py | 7 +-
10 files changed, 344 insertions(+), 27 deletions(-)
create mode 100644 pysteve/lib/backends/sqlite.py
create mode 100644 pysteve/pyproject.toml