you-get/you-get.json

39 lines
1.3 KiB
JSON
Raw Normal View History

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",
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",
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",
"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
],
2012-09-01 02:55:45 +04:00
"console_scripts": [
"you-get = you_get.__main__:main"
2012-08-31 19:20:38 +04:00
]
2012-08-20 19:54:03 +04:00
}