套件:python3-gcal-sync(7.0.0-2)
python3-gcal-sync 的相關連結
Debian 的資源:
下載原始碼套件 python-gcal-sync:
- [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]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 python3-gcal-sync 有關的套件
|
|
|
|
-
- 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