Review: a few fixes
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Fri, 1 Apr 2022 14:41:42 +0000 (16:41 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 5 Apr 2022 07:19:13 +0000 (09:19 +0200)
commitd5d2c1d703914e04f3dfde983edffebc15c3d523
tree039c5bc923844ec7c2186dbc4e0a464a68bc937f
parentd7cdea2c2b101e4621f4995630d814bd33a38ac8
Review: a few fixes

functional changes:
* get to run on python < 3.8
* add missing args for shadowed functions startswith/endswith
* some more

non-functional changes:
* add some doc strings (mostly arnied_api)
* wrap very long lines
* add some whitespace to make linter happier
* fix a few typos
* remove unnecessary "object" super class
* fix api documentation
* add diagram that Samir had created to api doc
.gitignore
doc/cnfvar-api-ascii-art.rst [new file with mode: 0644]
doc/conf.py
doc/index.rst
src/arnied_api.py
src/cnfvar/__init__.py
src/cnfvar/binary.py
src/cnfvar/model.py
src/cnfvar/store.py
src/text_helpers.py
test/cnfvar/test_store.py