9c622b57d5831cd7fe17d3012c338705fe4790d7
Example:
```python3
\# Load default configuration
my_config = config.load()
\# Pass a class directly
my_config.update({"auth": {"type": MyAuth}})
\# Pass an object directly
my_rights = MyRights()
my_config.update({"rights": {"type": lambda config: my_rights}})
app = Application(my_config)
````
Read Me
Radicale is a free and open-source CalDAV and CardDAV server.
For the complete documentation, please visit Radicale "master" documentation.
Description
Languages
Python
90.4%
JavaScript
8.3%
HTML
1.2%
Dockerfile
0.1%