软件包: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
- 交互式高级面向对象语言(默认 python3 版本)
-
- 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