you-get/you-get.json

37 lines
1.2 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",
"url": "http://www.soimort.org/you-get/",
"license": "MIT",
"description": "A YouTube/Youku video downloader written in Python 3.",
"keywords": "video download youtube youku",
"classifiers": [
2012-09-01 02:55:45 +04:00
"Development Status :: 2 - Pre-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",
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
],
"console_scripts": [
"you-get = you_get.main:main"
2012-08-31 19:20:38 +04:00
]
2012-08-20 19:54:03 +04:00
}