I hereby claim:
- I am jzempel on github.
- I am jzempel (https://keybase.io/jzempel) on keybase.
- I have a public key whose fingerprint is 773B E655 5D32 E24D BE49 5459 8FB6 C9F2 073A 4531
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head prefix="fb: http://ogp.me/ns/fb# og: http://ogp.me/ns#"> | |
| <meta charset="utf-8" /> | |
| <title>[localhost]</title> | |
| <meta property="og:url" content="https://gist.github.com/4219899" /> | |
| <meta property="og:site_name" content="[localhost]" /> | |
| #!/usr/bin/env python | |
| try: | |
| from pip import get_installed_distributions | |
| except ImportError: | |
| from sys import exit | |
| exit("pip not available") | |
| from pkg_resources import parse_version |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| """ | |
| pkgtag | |
| ~~~~~~ | |
| Execute git-tag based on package versions. | |
| """ | |
| /********************************************************** | |
| ADOBE SYSTEMS INCORPORATED | |
| Copyright 2005-2010 Adobe Systems Incorporated | |
| All Rights Reserved | |
| NOTICE: Adobe permits you to use, modify, and | |
| distribute this file in accordance with the terms | |
| of the Adobe license agreement accompanying it. | |
| If you have received this file from a source |