Name : python-bitlyapi
| |
Version : 0.1.1
| Vendor : Fedora Project
|
Release : 2.fc17
| Date : 2012-08-29 21:54:47
|
Group : Development/Languages
| Source RPM : python-bitlyapi-0.1.1-2.fc17.src.rpm
|
Size : 0.01 MB
| |
Packager : Fedora Project
| |
Summary : A thin python wrapper for the bit.ly REST API
|
Description :
This is a thin Python wrapper for the bit.ly API. Basic usage looks like this:
>>> import bitlyapi >>> b = bitlyapi.BitLy(api_user, api_key) >>> res = b.shorten(longUrl=\'http://www.google.com/\') >>> print res[\'url\'] \'http://bit.ly/6Hwstb\' >>> print res[\'long_url\'] \'http://www.google.com/\'
|
RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora-secondary/updates/17/s390 |