Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kitUIN committed Nov 7, 2020
1 parent ad951db commit 3bd0c2d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 317 deletions.
8 changes: 0 additions & 8 deletions PicImageSeach/__init__.py

This file was deleted.

154 changes: 0 additions & 154 deletions PicImageSeach/saucenao.py

This file was deleted.

152 changes: 0 additions & 152 deletions PicImageSeach/tracemoe.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="PicImageSearch",
version="0.6.1",
version="0.6.2",
author="kitUIN",
author_email="kulujun@gmail.com",
description="PicImageSearch APIs for Python 3.x 适用于 Python 3 以图搜源整合API",
Expand Down
2 changes: 1 addition & 1 deletion test/test1.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from PicImageSeach.tracemoe import TraceMoe
from PicImageSearch.tracemoe import TraceMoe
tracemoe = TraceMoe()
t = tracemoe.search('https://trace.moe/img/tinted-good.jpg')
print(tracemoe.viedo)
Expand Down
2 changes: 1 addition & 1 deletion test/test2.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from loguru import logger

from PicImageSeach.saucenao import SauceNAO
from PicImageSearch.saucenao import SauceNAO

saucenao = SauceNAO()
res = saucenao.search(r'C:\Users\kuluj\Pictures\[Nidy-2D-]11670173.jpg')
Expand Down

0 comments on commit 3bd0c2d

Please sign in to comment.