gallery.accords-library.com/server/szurubooru
rr- fd30675124 server/image-hash: do not depend on image-match
While I hold this library in great esteem for its excellent work on
implementing the original paper, I have several problems with it:

- as of this commit, it (again) has bug fixes unreleased on pip
- its code is badly structured
    - forces OOP and then proceeds @staticmethod everything
    - bad class design, parameters are repeated in several places
    - terrible contract of make_record() and generate_signature()
    - ambiguous parameters: path vs. image path vs. image content
    - doesn't adhere to PEP-8
- depends on cairo just to render svg images almost no one uses this
  library with
2017-02-03 21:20:52 +01:00
..
api server/image-hash: improve exception handling 2017-02-02 19:46:03 +01:00
db server/posts: fix deleting posts with relations 2016-08-31 22:49:45 +02:00
func server/image-hash: do not depend on image-match 2017-02-03 21:20:52 +01:00
middleware server/db: fix closing DB sessions 2017-01-03 21:29:48 +01:00
migrations server/migrations: add default tag category 2017-02-02 20:26:22 +01:00
rest server/rest: rollback session on query exception 2017-02-02 19:46:03 +01:00
search server/search: escape backslashes in search 2017-01-21 00:22:53 +01:00
tests server/image-hash: do not depend on image-match 2017-02-03 21:20:52 +01:00
__init__.py split files into client/ and server/ 2016-04-01 18:48:16 +02:00
config.py server/general: embrace most of PEP8 2016-08-14 16:44:03 +02:00
errors.py server/image-hash: improve exception handling 2017-02-02 19:46:03 +01:00
facade.py server/posts: commit reverse search population 2017-02-02 19:46:35 +01:00