An open API service indexing awesome lists of open source software.

https://github.com/bogdal/gae-version-image

Image of PyPI Package Version
https://github.com/bogdal/gae-version-image

Last synced: over 1 year ago
JSON representation

Image of PyPI Package Version

Awesome Lists containing this project

README

          

Image of PyPI Package Version
==========

This simple application allows you to get small image with version of your ``PyPI`` package.

Here is an example of a package `Django`:

[![PyPI](https://version-image.appspot.com/pypi/?name=Django)](https://pypi.python.org/pypi/Django/)

Usage
-----

Just use below url as a image source:

```
https://version-image.appspot.com/pypi/?name=
```

Markdown example:
```
[![PyPI](https://version-image.appspot.com/pypi/?name=Django)](https://pypi.python.org/pypi/Django/)
```

Requirements
------------

If you want to develop this application you need only [Google App Engine SDK](https://developers.google.com/appengine/downloads).
Other required libraries you can find in `lib` directory.