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
- Host: GitHub
- URL: https://github.com/bogdal/gae-version-image
- Owner: bogdal
- Created: 2013-04-22T15:51:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-22T19:25:18.000Z (about 13 years ago)
- Last Synced: 2025-01-22T14:25:53.345Z (over 1 year ago)
- Language: Python
- Homepage: https://version-image.appspot.com/
- Size: 821 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`:
[](https://pypi.python.org/pypi/Django/)
Usage
-----
Just use below url as a image source:
```
https://version-image.appspot.com/pypi/?name=
```
Markdown example:
```
[](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.