2012-08-20 19:54:03 +04:00
|
|
|
{
|
2015-10-22 00:56:05 +03:00
|
|
|
"name": "you-get",
|
|
|
|
"author": "Mort Yao",
|
|
|
|
"author_email": "mort.yao@gmail.com",
|
|
|
|
"url": "https://you-get.org/",
|
|
|
|
"license": "MIT",
|
2014-07-20 18:10:41 +04:00
|
|
|
|
2015-10-22 00:56:05 +03:00
|
|
|
"description": "Dumb downloader that scrapes the web",
|
|
|
|
"keywords": "video download youtube youku niconico",
|
2014-07-20 18:10:41 +04:00
|
|
|
|
2015-10-22 00:56:05 +03:00
|
|
|
"classifiers": [
|
|
|
|
"Development Status :: 4 - Beta",
|
|
|
|
"Environment :: Console",
|
|
|
|
"Intended Audience :: Developers",
|
|
|
|
"Intended Audience :: End Users/Desktop",
|
|
|
|
"License :: OSI Approved :: MIT License",
|
|
|
|
"Operating System :: OS Independent",
|
|
|
|
"Programming Language :: Python",
|
|
|
|
"Programming Language :: Python :: 3",
|
|
|
|
"Programming Language :: Python :: 3 :: Only",
|
2018-12-01 00:01:26 +03:00
|
|
|
"Programming Language :: Python :: 3.7",
|
2020-03-23 14:23:40 +03:00
|
|
|
"Programming Language :: Python :: 3.8",
|
2021-10-24 09:06:43 +03:00
|
|
|
"Programming Language :: Python :: 3.9",
|
|
|
|
"Programming Language :: Python :: 3.10",
|
2015-10-22 00:56:05 +03:00
|
|
|
"Topic :: Internet",
|
|
|
|
"Topic :: Internet :: WWW/HTTP",
|
|
|
|
"Topic :: Multimedia",
|
|
|
|
"Topic :: Multimedia :: Graphics",
|
|
|
|
"Topic :: Multimedia :: Sound/Audio",
|
|
|
|
"Topic :: Multimedia :: Video",
|
|
|
|
"Topic :: Utilities"
|
|
|
|
],
|
2014-07-20 18:10:41 +04:00
|
|
|
|
2015-10-22 00:56:05 +03:00
|
|
|
"console_scripts": [
|
|
|
|
"you-get = you_get.__main__:main"
|
|
|
|
]
|
2012-08-20 19:54:03 +04:00
|
|
|
}
|