you-get/you-get.json

39 lines
1.3 KiB
JSON
Raw Normal View History

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