2012-08-20 19:54:03 +04:00
|
|
|
{
|
2012-08-31 19:20:38 +04:00
|
|
|
"name": "you-get",
|
|
|
|
"author": "Mort Yao",
|
|
|
|
"author_email": "mort.yao@gmail.com",
|
2015-09-21 02:57:00 +03:00
|
|
|
"url": "https://you-get.org/",
|
2012-08-31 19:20:38 +04:00
|
|
|
"license": "MIT",
|
2014-07-20 18:10:41 +04:00
|
|
|
|
2013-02-10 03:31:00 +04:00
|
|
|
"description": "A YouTube/Youku/Niconico video downloader written in Python 3.",
|
|
|
|
"keywords": "video download youtube youku niconico",
|
2014-07-20 18:10:41 +04:00
|
|
|
|
2012-08-31 19:20:38 +04:00
|
|
|
"classifiers": [
|
2014-09-21 06:29:20 +04:00
|
|
|
"Development Status :: 3 - Alpha",
|
2012-08-31 19:20:38 +04:00
|
|
|
"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",
|
|
|
|
"Programming Language :: Python :: 3",
|
2012-10-24 00:22:51 +04:00
|
|
|
"Programming Language :: Python :: 3.0",
|
|
|
|
"Programming Language :: Python :: 3.1",
|
2012-08-31 19:20:38 +04:00
|
|
|
"Programming Language :: Python :: 3.2",
|
2012-10-24 00:22:51 +04:00
|
|
|
"Programming Language :: Python :: 3.3",
|
2014-07-20 18:10:41 +04:00
|
|
|
"Programming Language :: Python :: 3.4",
|
2015-09-21 02:57:00 +03:00
|
|
|
"Programming Language :: Python :: 3.5",
|
2012-08-31 19:20:38 +04:00
|
|
|
"Topic :: Internet",
|
|
|
|
"Topic :: Internet :: WWW/HTTP",
|
|
|
|
"Topic :: Multimedia",
|
|
|
|
"Topic :: Multimedia :: Video",
|
|
|
|
"Topic :: Utilities"
|
2012-09-01 02:55:45 +04:00
|
|
|
],
|
2014-07-20 18:10:41 +04:00
|
|
|
|
2012-09-01 02:55:45 +04:00
|
|
|
"console_scripts": [
|
2014-07-21 04:39:40 +04:00
|
|
|
"you-get = you_get.__main__:main"
|
2012-08-31 19:20:38 +04:00
|
|
|
]
|
2012-08-20 19:54:03 +04:00
|
|
|
}
|