{ "info": { "author": "J. Cliff Dyer", "author_email": "jcd@sdf.lonestar.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Topic :: Documentation" ], "description": "######\nREADME\n######\n\n``rstyoutube`` is a package for embedding youtube videos in reStructuredText\ndocuments.\n\nThe code lives at http://bitbucket.org/cliff/rstyoutube. Bug reports, feature\nrequests, and contributions are all welcome. If you find the code useful,\nhop on bitbucket and send me a quick message letting me know.\n\nUsage\n=====\n\nTo use with pelican or another docutils-based system, add the following to \nyour pelican configuration file::\n\n import rstyoutube\n rstyoutube.setup_docutils()\n \nTo use rstyoutube in standalone rst files, you can use the included\n``rst2html+youtube.py`` script, which should get installed onto your PATH.\n\nIn your reST document, include a youtube directive with the video's id as \nthe sole argument as follows::\n\n This is my document\n\n .. youtube:: 5blbv4WFriM\n\n Hope you enjoyed the video.\n\nThat's all it takes. \n\nOptions\n=======\n\nIf you want more fine-grained control, you can add various options::\n\n .. youtube:: 5blbv4WFriM\n :start: 67\n :width: 640\n :height: 480\n :ssl:\n :hd:\n\nstart\n-----\n\nThe number of seconds into the video where you want to start playback.\n\nwidth\n-----\n\nheight\n------\n\nThe size of the embedded viewer. Defaults to 640x480, or if the ``hd`` \noption is set, defaults to 1080x720.\n\nssl\n---\n\nThis option takes no arguments. If it is present, the player is embedded\nover https, rather than http.\n\nhd\n--\n\nThis option takes no arguments. If it is present, the embedded video is\nshown in HD. The player's default size becomes 1080x720, but can still\nbe overridden using the ``width`` and ``height`` options.\n\n\nChangelog\n=========\n\n0.1.1 -- 2011/12/15\n-------------------\n\nAdded options \n\n0.1.0 -- 2011/12/15\n-------------------\n\nInitial release\n\n\nTo Do\n=====\n\n* Add options to allow people to customize their videos.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/cliff/rstyoutube", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "rstyoutube", "package_url": "https://pypi.org/project/rstyoutube/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rstyoutube/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/cliff/rstyoutube" }, "release_url": "https://pypi.org/project/rstyoutube/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A directive to embed youtube videos in reStructuredText documents", "version": "0.1.1" }, "last_serial": 799108, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4c2a2485e787cdd8be5153b894b177a9", "sha256": "b2b9c2aeb0ad4f806e904a39f510b24ad8e598c1202c4b30cfb081656cb33b99" }, "downloads": -1, "filename": "rstyoutube-0.1.tar.gz", "has_sig": false, "md5_digest": "4c2a2485e787cdd8be5153b894b177a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3195, "upload_time": "2011-12-15T17:12:44", "url": "https://files.pythonhosted.org/packages/e2/bc/992d2035baf50681dea488c3399fab6509aebac29c87e6e19660b92b56cc/rstyoutube-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c7a59ac3da37e492d09420672f7f68af", "sha256": "c7d4cb761680be01c0f5630805db87c01125c89cf6209784ac23806910f90ecd" }, "downloads": -1, "filename": "rstyoutube-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c7a59ac3da37e492d09420672f7f68af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3730, "upload_time": "2011-12-15T22:17:07", "url": "https://files.pythonhosted.org/packages/4a/7d/44cc3b1d819d2dd702e386f7a54c08ccf7058411f7e8120e1d719d8a12ba/rstyoutube-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c7a59ac3da37e492d09420672f7f68af", "sha256": "c7d4cb761680be01c0f5630805db87c01125c89cf6209784ac23806910f90ecd" }, "downloads": -1, "filename": "rstyoutube-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c7a59ac3da37e492d09420672f7f68af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3730, "upload_time": "2011-12-15T22:17:07", "url": "https://files.pythonhosted.org/packages/4a/7d/44cc3b1d819d2dd702e386f7a54c08ccf7058411f7e8120e1d719d8a12ba/rstyoutube-0.1.1.tar.gz" } ] }