Metadata-Version: 1.1
Name: caldav
Version: 0.8.0
Summary: CalDAV (RFC4791) client library
Home-page: https://github.com/python-caldav/caldav
Author: Cyril Robert
Author-email: cyril@hippie.io
License: GPL
Description: # 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.
        
        See the file [examples/basic_usage_examples.py](examples/basic_usage_examples.py) to get started.
        
        Links:
        
         * [Pypi](https://pypi.org/project/caldav)
         * [Documentation](docs/source/index.rst) - should be automatically mirrored on https://caldav.readthedocs.io/en/latest/
        
        Licences:
        
        Caldav is dual-licensed under the [GNU GENERAL PUBLIC LICENSE Version 3](COPYING.GPL) and the [Apache License 2.0](COPYING.APACHE).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Office/Business :: Scheduling
Classifier: Topic :: Software Development :: Libraries :: Python Modules
