| Name: | python-bitlyapi |
|---|---|
| Version: | 0.1.1 |
| Release: | 5.el7 |
| Architecture: | noarch |
| Group: | Development/Languages |
| Size: | 14185 |
| License: | BSD |
| RPM: | python-bitlyapi-0.1.1-5.el7.noarch.rpm |
| Source RPM: | python-bitlyapi-0.1.1-5.el7.src.rpm |
| Build Date: | Wed Oct 25 2017 |
| Build Host: | x86-ol7-builder-02.us.oracle.com |
| Vendor: | Oracle America |
| 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/' |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Removed deprecated defattr
- Replaced hardcoded /usr/bin with %{_bindir}
- Removed double "::" in the %description.
- initial package for Fedora