you-get/you-get.json
Mort Yao 13d40fa694 Major refactoring
* Change entry point to you_get.__main__:main
* New entry point for development (you-get-dev): you_get.__main__:main_dev
* you_get.extractor -> you_get.extractors
2014-07-21 02:39:40 +02:00

38 lines
1.2 KiB
JSON

{
"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/Niconico video downloader written in Python 3.",
"keywords": "video download youtube youku niconico",
"classifiers": [
"Development Status :: 2 - Pre-Alpha",
"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",
"Programming Language :: Python :: 3.0",
"Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Topic :: Internet",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Multimedia",
"Topic :: Multimedia :: Video",
"Topic :: Utilities"
],
"console_scripts": [
"you-get = you_get.__main__:main"
]
}