Pakket: python3-gcal-sync (7.0.0-2)
Verwijzigingen voor python3-gcal-sync
Debian bronnen:
Het bronpakket python-gcal-sync downloaden:
- [python-gcal-sync_7.0.0-2.dsc]
- [python-gcal-sync_7.0.0.orig.tar.xz]
- [python-gcal-sync_7.0.0-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
A python library for syncing Google Calendar to local storage
This package provides an asyncio Python library for the Google Calendar API (as per https://developers.google.com/calendar/api). This library provides a simplified Google Calendar API that is lighter weight and more streamlined compared to using aiogoogle, and increased reliability by supporting efficient sync and reading from local storage.
The focus of this API is on making it simple to access the most relevant parts of Google Calendar, for doing useful things. It may not support everything in the API however it should be easy to extend to do more as needed.
Andere aan python3-gcal-sync gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-ical
- iCalendar implementation (rfc 2445)
-
- dep: python3-pydantic
- Data validation and settings management using Python type hinting