{ "info": { "author": "Kura", "author_email": "kura@kura.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing" ], "description": "=============\nPelican Vimeo\n=============\n\nPelican Vimeo is a plugin to enabled you to embed Vimeo videos in your pages\nand articles.\n\nInstallation\n============\n\nTo install pelican-vimeo, simply install it from PyPI:\n\n.. code-block:: bash\n\n $ pip install pelican-vimeo\n\nThen enabled it in your pelicanconf.py\n\n.. code-block:: python\n\n PLUGINS = [\n # ...\n 'pelican_vimeo',\n # ...\n ]\n\nUsage\n=====\n\nIn your article or page, you simply need to add a line to embed you video.\n\n.. code-block:: rst\n\n .. vimeo:: VIDEO_ID\n\nWhich will result in:\n\n.. code-block:: html\n\n