{ "info": { "author": "Chris Cowley", "author_email": "chris@chriscowley.me.uk", "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.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 Vidme\n=============\n\nPelican Vidme is a plugin to enabled you to embed Vidme videos in your pages\nand articles.\n\nInstallation\n============\n\nTo install pelican-vidme, simply install it from PyPI:\n\n.. code-block:: bash\n\n $ pip install pelican-vidme\n\nThen enabled it in your pelicanconf.py\n\n.. code-block:: python\n\n PLUGINS = [\n # ...\n 'pelican_vidme',\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 .. vidme:: VIDEO_ID\n\nWhich will result in:\n\n.. code-block:: html\n\n