Jellyfin(8096), OrbStack(8097) 포트 충돌으로 변경. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
65 lines
2.5 KiB
Plaintext
65 lines
2.5 KiB
Plaintext
Metadata-Version: 2.4
|
|
Name: caldav
|
|
Version: 2.2.6
|
|
Summary: CalDAV (RFC4791) client library
|
|
Project-URL: Repository, https://github.com/python-caldav/caldav
|
|
Project-URL: Issues, https://github.com/python-caldav/caldav/issues
|
|
Project-URL: Documentation, https://caldav.readthedocs.io/
|
|
Project-URL: Changelog, https://github.com/python-caldav/caldav/blob/master/CHANGELOG.md
|
|
Author-email: Cyril Robert <cyril@hippie.io>, Tobias Brox <caldav@plann.no>
|
|
License-Expression: GPL-3.0-or-later OR Apache-2.0
|
|
License-File: COPYING.APACHE
|
|
License-File: COPYING.GPL
|
|
Classifier: Development Status :: 4 - Beta
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: Operating System :: OS Independent
|
|
Classifier: Programming Language :: Python
|
|
Classifier: Programming Language :: Python :: 3.9
|
|
Classifier: Programming Language :: Python :: 3.10
|
|
Classifier: Programming Language :: Python :: 3.11
|
|
Classifier: Programming Language :: Python :: 3.12
|
|
Classifier: Programming Language :: Python :: 3.13
|
|
Classifier: Programming Language :: Python :: 3.14
|
|
Classifier: Topic :: Office/Business :: Scheduling
|
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
Requires-Dist: dnspython
|
|
Requires-Dist: icalendar-searcher<2,>=1.0.0
|
|
Requires-Dist: icalendar>6.0.0
|
|
Requires-Dist: lxml
|
|
Requires-Dist: niquests
|
|
Requires-Dist: python-dateutil
|
|
Requires-Dist: pyyaml
|
|
Requires-Dist: recurring-ical-events>=2.0.0
|
|
Requires-Dist: typing-extensions; python_version < '3.11'
|
|
Provides-Extra: test
|
|
Requires-Dist: coverage; extra == 'test'
|
|
Requires-Dist: deptry>=0.24.0; (python_version >= '3.10') and extra == 'test'
|
|
Requires-Dist: manuel; extra == 'test'
|
|
Requires-Dist: proxy-py; extra == 'test'
|
|
Requires-Dist: pyfakefs; extra == 'test'
|
|
Requires-Dist: pytest; extra == 'test'
|
|
Requires-Dist: radicale; extra == 'test'
|
|
Requires-Dist: tzlocal; extra == 'test'
|
|
Requires-Dist: vobject; extra == 'test'
|
|
Requires-Dist: xandikos>=0.2.12; extra == 'test'
|
|
Description-Content-Type: text/markdown
|
|
|
|
# caldav
|
|
|
|
This project is a CalDAV ([RFC4791](http://www.ietf.org/rfc/rfc4791.txt)) client library for Python.
|
|
|
|
Features:
|
|
|
|
* create, modify calendar
|
|
* create, update and delete event
|
|
* search events by dates
|
|
* etc.
|
|
|
|
The documentation was freshed up a bit as of version 2.0, and is available at https://caldav.readthedocs.io/
|
|
|
|
The package is published at [Pypi](https://pypi.org/project/caldav)
|
|
|
|
Licences:
|
|
|
|
Caldav is dual-licensed under the [GNU GENERAL PUBLIC LICENSE Version 3](COPYING.GPL) or the [Apache License 2.0](COPYING.APACHE).
|