Fedora 18 Update: python-bitlyapi-0.1.1-2.fc18

updates at fedoraproject.org updates at fedoraproject.org
Thu Sep 27 05:09:49 UTC 2012


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-12986
2012-08-30 04:46:03
--------------------------------------------------------------------------------

Name        : python-bitlyapi
Product     : Fedora 18
Version     : 0.1.1
Release     : 2.fc18
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:

Initial import (#851745)
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  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 Project 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 package-announce mailing list