{ "info": { "author": "Ed Summers", "author_email": "ehs@pobox.com", "bugtrack_url": null, "classifiers": [], "description": "# oembedders\n\n[![Build Status](https://secure.travis-ci.org/edsu/oembedders.png)](http://travis-ci.org/edsu/oembedders)\n\n*oembedders* is a small wrapper around [python-oembed] and the [oembed provider\nregistry] to set up an oembed consumer that is configured with all known\nproviders.\n\n### Install\n\n pip install oembedders\n\n### Usage\n\n```python\nfrom oembedders import embed\n\ne = embed('https://www.youtube.com/watch?v=dQw4w9WgXcQ')\n```\n\nYou can also use it from the command line:\n\n oembedders https://www.youtube.com/watch?v=dQw4w9WgXcQ\n {\n \"author_url\": \"https://www.youtube.com/user/RickAstleyVEVO\",\n \"title\": \"Rick Astley - Never Gonna Give You Up (Video)\",\n \"thumbnail_width\": 480,\n \"html\": \"\",\n \"type\": \"video\",\n \"thumbnail_url\": \"https://i.ytimg.com/vi/dQw4w9WgXcQ/hqdefault.jpg\",\n \"version\": \"1.0\",\n \"author_name\": \"RickAstleyVEVO\",\n \"provider_url\": \"https://www.youtube.com/\",\n \"width\": 480,\n \"provider_name\": \"YouTube\",\n \"thumbnail_height\": 360,\n \"height\": 270\n }\n\n### Providers\n\nThe provider registry data is maintained in [iamcal/oembed]. It can be updated\nat any time in oembedders with the supplied Makefile which will download the\nlatest data and put it into place so it can be committed.\n\n[python-oembed]: https://github.com/abarmat/python-oembed\n[oembed provider registry]: https://github.com/iamcal/oembed\n[iamcal/oembed]: https://github.com/iamcal/oembed", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/oembedders", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "oembedders", "package_url": "https://pypi.org/project/oembedders/", "platform": "", "project_url": "https://pypi.org/project/oembedders/", "project_urls": { "Homepage": "https://github.com/oembedders" }, "release_url": "https://pypi.org/project/oembedders/0.0.3/", "requires_dist": null, "requires_python": ">=3", "summary": "A utility for dispatching to known oembed providers", "version": "0.0.3" }, "last_serial": 5216320, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f1e51a626c0b997d5c44db478042ed39", "sha256": "4e5324e4a4ae58222bb37606669c7f0691bef92470dc58a81fc5906b625a5a64" }, "downloads": -1, "filename": "oembedders-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f1e51a626c0b997d5c44db478042ed39", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 26222, "upload_time": "2019-04-30T19:38:57", "url": "https://files.pythonhosted.org/packages/16/de/1b25501752f5c3cfcb8aba81455be4c797d87bfebbdafb0a5097b9afcb4f/oembedders-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "8b3d4659c611f2f556201b3abcfa233a", "sha256": "b22f5f646419dd9f73cacdcb3c56b7a122cc4305a892a855462da6e942c38c88" }, "downloads": -1, "filename": "oembedders-0.0.2.tar.gz", "has_sig": false, "md5_digest": "8b3d4659c611f2f556201b3abcfa233a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 26305, "upload_time": "2019-05-02T10:00:32", "url": "https://files.pythonhosted.org/packages/92/1c/2fd589db9645974699b821b2ec0a56cdb8c9ac13495eafb92d74b6b3f341/oembedders-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "b1d4bc04de6b46d7de5a976c201806a7", "sha256": "9d153b74ce41cbe93b3f584a7c88be571b6d557985218ec5d1f0502a83a835e3" }, "downloads": -1, "filename": "oembedders-0.0.3.tar.gz", "has_sig": false, "md5_digest": "b1d4bc04de6b46d7de5a976c201806a7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 26356, "upload_time": "2019-05-02T10:15:27", "url": "https://files.pythonhosted.org/packages/4c/51/221332a86fa779a55266fc1fdfcfc8da230e703e45145f62dfdff0e9a19e/oembedders-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b1d4bc04de6b46d7de5a976c201806a7", "sha256": "9d153b74ce41cbe93b3f584a7c88be571b6d557985218ec5d1f0502a83a835e3" }, "downloads": -1, "filename": "oembedders-0.0.3.tar.gz", "has_sig": false, "md5_digest": "b1d4bc04de6b46d7de5a976c201806a7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 26356, "upload_time": "2019-05-02T10:15:27", "url": "https://files.pythonhosted.org/packages/4c/51/221332a86fa779a55266fc1fdfcfc8da230e703e45145f62dfdff0e9a19e/oembedders-0.0.3.tar.gz" } ] }