Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

google-photos-library-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-photos-library-api

A python client library for Google Photos Library API

  • 0.12.1
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc