パッケージ: 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