Fedora EPEL 6 Update: python-bitlyapi-0.1.1-2.el6

updates at fedoraproject.org updates at fedoraproject.org
Fri Jan 4 19:40:38 UTC 2013


--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-13703
2012-12-08 20:40:52
--------------------------------------------------------------------------------

Name        : python-bitlyapi
Product     : Fedora EPEL 6
Version     : 0.1.1
Release     : 2.el6
URL         : http://pypi.python.org/pypi/bitlyapi
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/'

--------------------------------------------------------------------------------
Update Information:

New branch for el6
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #851745 - Review Request: python-bitlyapi - A thin python wrapper for the bit.ly REST API
        https://bugzilla.redhat.com/show_bug.cgi?id=851745
--------------------------------------------------------------------------------

This update can be installed with the "yum" update programs.  Use
su -c 'yum update python-bitlyapi' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora EPEL GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the epel-package-announce mailing list