PipEmbeds: the PyPI Package Embedding API

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:

The 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!

Customization Options

Embeds are incredibly customizable:

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