First release of the Orbit Python SDK, allowing interaction with the Orbit REST API to fetch media information. This version will support the following operations:
assets(query) - Retrieves a list of assets.
asset_by_id(asset_id) - Returns the asset with the specified ID.
permanent_preview_url(asset_id, query) - Generates permanent thumbnail urls for a specific asset.
download_url(asset_id)
More details on the README released with the source code.