A python client library for Google Photos Library API
Project description
A python client library for Google Photos Library API.
The Google Photos Library API allows your app to upload photos and videos to Google Photos. See Google Photos APIs for more details on how to integrate Google Photos with your application.
This library does not currently support the picker API.
See Updates to the Google Photos APIs for additional detail on the latest changes to the API.
Background
This is a thin wrapper around the API used for a very lightweight abstraction. The
primary use case is for Home Assistant though can be used for other usages. This
is redundant with Google Photos APIs however they are very generic. This library
provides a simpler API that is easier to read, supports asyncio
, and also
includes content uploading APIs which don't have a standard client library.
Usage
See the API Documentation for more details.
Development
Set up pre-requisites:
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements_dev.txt
Run tests and view coverage:
$ py.test --cov-report=term-missing --cov=google_photos_library_api
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for google_photos_library_api-0.12.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55bf0890bfe22bef3b8b00a1cf40b2ae36c27e0d325da460fe834ba5b93a162b |
|
MD5 | 1726aefff4ef154d8fb7414961ebc39b |
|
BLAKE2b-256 | 2d175999fb55e55ea60e3bbb7ecea0d2a23b96d68c414876fe20ba2f30c3cfea |
Hashes for google_photos_library_api-0.12.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a1fb97013205df05bd11f69539383c88bf58fae2fd964c28fb58c3d61b6a321 |
|
MD5 | 132d28a8423cecf80fd9d74c67c25adf |
|
BLAKE2b-256 | 92a87f63b1cea6cc67f0a9075a740191fefff7fb6f5348e1d87fa44ceda0ab0c |