forked from nyankosama/crawl-me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
executable file
·29 lines (28 loc) · 1008 Bytes
/
project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name":"crawl-me",
"author":"Liangrui He",
"author_email":"[email protected]",
"url":"https://github.com/nyankosama/crawl-me",
"license":"MIT",
"version":"0.1.9dev-20140619-2",
"description":"This is a plugin based web picture crawler. Now pixiv/gamersky plugin available!",
"keywords":"crawler downloader picture pixiv",
"console_scripts":[
"crawl-me = crawl_me.common.__main__:main"
],
"classifiers": [
"Development Status :: 2 - Pre-Alpha",
"Environment :: Console",
"Environment :: Web Environment",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Topic :: Internet",
"Topic :: Internet :: WWW/HTTP",
"Topic :: System :: Networking",
"Topic :: Utilities"
]
}