This project allows you to easily embed or get information about Python packages hosted on PyPI.
You can display package information via our third-party API:
/json/package_name/html/package_nameThe JSON endpoint returns a JSON object of the pip embed, with the format {'html': ""}.
The HTML endpoint returns an HTML page of the pip embed. Use it in an iframe element!
Embeds are incredibly customizable:
dark or light.#fff for white).#007bff for blue).#ddd for light gray).#fff for white).To get started, simply replace <package_name> with the name of the package you want to view.
Example URL for JSON: http://pipembeds.onrender.com/json/example_package
Example URL for HTML: http://pipembeds.onrender.com/html/example_package