gallery.accords-library.com/server/szurubooru/func
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
..
__init__.py server/general: rename 'util' to 'func' 2016-04-20 11:58:17 +02:00
auth.py server/general: embrace most of PEP8 2016-08-14 16:44:03 +02:00
cache.py server: drop old style class declarations 2016-10-22 14:43:52 +02:00
comments.py server/general: embrace most of PEP8 2016-08-14 16:44:03 +02:00
diff.py server/snapshots: rewrite 2016-08-16 21:51:25 +02:00
favorites.py server: postpone circular dependency evaluation 2016-11-07 19:28:54 +01:00
file_uploads.py server/uploads: add file upload api 2017-01-08 10:25:29 +01:00
files.py server/uploads: add file upload api 2017-01-08 10:25:29 +01:00
image_hash.py server/image-hash: do not depend on image-match 2017-02-03 21:20:52 +01:00
images.py server/images: support webm with multiple streams 2017-01-25 17:13:39 +01:00
mailer.py server/general: embrace most of PEP8 2016-08-14 16:44:03 +02:00
mime.py server/mime: fix GIF animation heuristics 2016-09-29 12:59:40 +02:00
net.py server: fix lint 2016-09-26 22:51:00 +02:00
posts.py server/image-hash: do not depend on image-match 2017-02-03 21:20:52 +01:00
scores.py server: postpone circular dependency evaluation 2016-11-07 19:28:54 +01:00
snapshots.py server/snapshots: rewrite 2016-08-16 21:51:25 +02:00
tag_categories.py server/tags: fix getting default category name 2017-02-02 20:04:09 +01:00
tags.py server/tags: fix order of aliases in export 2017-01-08 22:29:05 +01:00
users.py server/general: embrace most of PEP8 2016-08-14 16:44:03 +02:00
util.py server/image-hash: add image search engine 2016-12-26 15:00:16 +01:00
versions.py server/errors: add and document error codes 2016-09-10 11:36:01 +02:00