szurubooru/server
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
..
szurubooru server/image-hash: do not depend on image-match 2017-02-03 21:20:52 +01:00
.pylintrc server/posts: change reverse image search API 2017-01-07 14:07:31 +01:00
alembic.ini client+server/general: fix config references 2016-04-10 16:23:35 +02:00
generate-thumb server/tools: add generate-thumb 2016-06-02 13:58:08 +02:00
lint server/tools: add lint script 2016-08-14 16:46:50 +02:00
migrate-v1 server/snapshots: rewrite 2016-08-16 21:51:25 +02:00
requirements.txt server/image-hash: do not depend on image-match 2017-02-03 21:20:52 +01:00
test server/scripts: make pytest happier 2017-02-03 19:22:33 +01:00