Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

google_photos_library_api-0.10.2.tar.gz (16.7 kB view hashes)

Uploaded Source

Built Distribution

google_photos_library_api-0.10.2-py3-none-any.whl (14.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page