Software Details:
Version: 0.5.0
Upload Date: 13 May 15
Distribution Type: Freeware
Downloads: 118
Embedly is a platform for converting URLs into embeddable content.
This library allows Python developers to interact with the Embed.ly API, and utilize some of the service's features and tools inside Python-based websites and apps.
What is new in this release:
- New:
- setup.py test is available
- setup.py uses 2to3 conversion during the build process for Python 3
- Test coverage at 100% (for all tested versions of Python)
- Response data can be serialized (e.g. data is received as JSON and can be turned back into JSON)
- Fixed:
- str vs Unicode in Python 3 for the Url class
- HTTP connections are properly closed
- Properly decoding response data in Embedly.get_services()
- Cleaner version reporting
- Removed:
- dot/attribute access for Url dictionary data
- Python 3.1 support (which may not have worked anyway)
Requirements:
- Embed.ly API key
Comments not found