development/languages

python-bitlyapi - A thin python wrapper for the bit.ly REST API

Website: http://pypi.python.org/pypi/bitlyapi
License: BSD
Vendor: Fedora Project
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/'

Packages

python-bitlyapi-0.1.1-2.el6.src [8 KiB] Changelog by Ralph Bean (2012-08-27):
- Removed deprecated defattr
- Replaced hardcoded /usr/bin with %{_bindir}
- Removed double "::" in the %description.

Listing created by Repoview-0.6.6-1.el6