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](https://developers.google.com/photos)
for more details on how to integrate Google Photos with your application.
This library does not currently support the [picker API](https://developers.google.com/photos/picker/guides/get-started-picker).
See [Updates to the Google Photos APIs](https://developers.google.com/photos/support/updates) 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](https://allenporter.github.io/python-google-photos-library-api/) for more details.
## Development
Set up pre-requisites:
```bash
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements_dev.txt
```
Run tests and view coverage:
```bash
$ py.test --cov-report=term-missing --cov=google_photos_library_api
```
Raw data
{
"_id": null,
"home_page": "https://github.com/allenporter/python-google-photos-library-api",
"name": "google-photos-library-api",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": null,
"author": "Allen Porter",
"author_email": "allen.porter@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c8/15/848db5653c6bfccea61437cca355a54881b1165a25b15e69913ba21f86d5/google_photos_library_api-0.12.1.tar.gz",
"platform": null,
"description": "A python client library for Google Photos Library API.\n\nThe Google Photos Library API allows your app to upload photos and videos to\nGoogle Photos. See [Google Photos APIs](https://developers.google.com/photos)\nfor more details on how to integrate Google Photos with your application.\n\nThis library does not currently support the [picker API](https://developers.google.com/photos/picker/guides/get-started-picker).\n\nSee [Updates to the Google Photos APIs](https://developers.google.com/photos/support/updates) for\nadditional detail on the latest changes to the API.\n\n## Background\n\nThis is a thin wrapper around the API used for a very lightweight abstraction. The\nprimary use case is for Home Assistant though can be used for other usages. This\nis redundant with Google Photos APIs however they are very generic. This library\nprovides a simpler API that is easier to read, supports `asyncio`, and also\nincludes content uploading APIs which don't have a standard client library.\n\n## Usage\n\nSee the [API Documentation](https://allenporter.github.io/python-google-photos-library-api/) for more details.\n\n## Development\n\nSet up pre-requisites:\n\n```bash\n$ python3 -m venv venv\n$ source venv/bin/activate\n$ pip3 install -r requirements_dev.txt\n```\n\nRun tests and view coverage:\n```bash\n$ py.test --cov-report=term-missing --cov=google_photos_library_api\n```\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A python client library for Google Photos Library API",
"version": "0.12.1",
"project_urls": {
"Homepage": "https://github.com/allenporter/python-google-photos-library-api"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "875d68f9ebef791c3b6ec16a49958443ce16ee2c2517df15ec0d7a6b8da93db7",
"md5": "ffe811c17e204c54d49d0f9a1e440c1b",
"sha256": "74378eed854068ad382a6defe5c83594875f15d57fd4830497366ad764a3a6d9"
},
"downloads": -1,
"filename": "google_photos_library_api-0.12.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ffe811c17e204c54d49d0f9a1e440c1b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 14185,
"upload_time": "2024-09-25T01:47:08",
"upload_time_iso_8601": "2024-09-25T01:47:08.561243Z",
"url": "https://files.pythonhosted.org/packages/87/5d/68f9ebef791c3b6ec16a49958443ce16ee2c2517df15ec0d7a6b8da93db7/google_photos_library_api-0.12.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c815848db5653c6bfccea61437cca355a54881b1165a25b15e69913ba21f86d5",
"md5": "87f32572186c9133da8adeea9d3a3896",
"sha256": "bcbf8b5478e698939df0990045e31c02148fd462056f3e8c22590fa032217ae8"
},
"downloads": -1,
"filename": "google_photos_library_api-0.12.1.tar.gz",
"has_sig": false,
"md5_digest": "87f32572186c9133da8adeea9d3a3896",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 17017,
"upload_time": "2024-09-25T01:47:09",
"upload_time_iso_8601": "2024-09-25T01:47:09.881806Z",
"url": "https://files.pythonhosted.org/packages/c8/15/848db5653c6bfccea61437cca355a54881b1165a25b15e69913ba21f86d5/google_photos_library_api-0.12.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-25 01:47:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "allenporter",
"github_project": "python-google-photos-library-api",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "google-photos-library-api"
}