File tree Expand file tree Collapse file tree 5 files changed +17
-14
lines changed
better_bing_image_downloader Expand file tree Collapse file tree 5 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 2
2
__pycache__ /
3
3
* .py [cod ]
4
4
* $py.class
5
-
5
+ / better_bing_image_downloader / dataset
6
6
# C extensions
7
7
* .so
8
8
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ Please do not download or use any image that violates its copyright terms.
21
21
22
22
``` bash
23
23
git clone https://github.com/KTS-o7better_bing_image_downloader
24
+ python -m venv ./env
25
+ source env/bin/activate
24
26
cd better_bing_image_downloader
25
27
pip install .
26
28
```
Original file line number Diff line number Diff line change 3
3
import argparse
4
4
import logging
5
5
from pathlib import Path
6
- from bing import Bing
6
+ from . bing import Bing
7
7
from tqdm import tqdm
8
8
from math import ceil
9
9
Original file line number Diff line number Diff line change 1
- better_bing_image_downloader == 1.1.0
2
1
certifi == 2024.2.2
3
2
cffi == 1.16.0
4
3
charset-normalizer == 3.3.2
5
4
cryptography == 42.0.2
6
5
docutils == 0.20.1
7
6
idna == 3.6
8
- importlib-metadata == 7.0.1
9
- jaraco.classes == 3.3.1
7
+ importlib_metadata == 6.0.0
8
+ jaraco.classes == 3.4.0
9
+ jaraco.context == 4.3.0
10
+ jaraco.functools == 4.0.0
10
11
jeepney == 0.8.0
11
- keyring == 24.3 .0
12
+ keyring == 25.0 .0
12
13
markdown-it-py == 3.0.0
13
14
mdurl == 0.1.2
14
15
more-itertools == 10.2.0
15
- nh3 == 0.2.15
16
- pkginfo == 1.9.6
17
- pycparser == 2.21
16
+ nh3 == 0.2.17
17
+ pkginfo == 1.10.0
18
+ pycparser == 2.22
18
19
Pygments == 2.17.2
19
- readme-renderer == 42 .0
20
+ readme_renderer == 43 .0
20
21
requests == 2.31.0
21
22
requests-toolbelt == 1.0.0
22
23
rfc3986 == 2.0.0
23
- rich == 13.7.0
24
+ rich == 13.7.1
24
25
SecretStorage == 3.3.3
25
26
tqdm == 4.66.2
26
27
twine == 5.0.0
27
- urllib3 == 2.2.0
28
- zipp == 3.17.0
28
+ urllib3 == 2.2.1
29
+ zipp == 3.18.1
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "better_bing_image_downloader" ,
8
- version = "1.1.0 " ,
8
+ version = "1.1.1 " ,
9
9
author = "Krishnatejaswi S" ,
10
10
author_email = "shentharkrishnatejaswi@gmail.com" ,
11
11
description = "This package is built on top of bing-image-downloader by gaurav singh" ,
You can’t perform that action at this time.
0 commit comments