Fedora EPEL 7 Update: python-bitlyapi-0.1.1-5.el7

updates at fedoraproject.org updates at fedoraproject.org
Mon Oct 13 21:39:07 UTC 2014


--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2014-2757
2014-09-24 02:30:31
--------------------------------------------------------------------------------

Name        : python-bitlyapi
Product     : Fedora EPEL 7
Version     : 0.1.1
Release     : 5.el7
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:

branch for el7
--------------------------------------------------------------------------------
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