Unrud 9c622b57d5 Allow callable in configuration for plugin.type
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)
````
2020-04-09 22:01:35 +02:00
2020-03-02 02:43:00 +01:00
2020-02-19 09:49:56 +01:00
2009-09-01 15:59:18 +02:00
2020-03-28 09:36:06 +01:00
2020-01-17 05:00:31 +01:00
2020-01-17 05:00:31 +01:00
2020-01-17 05:00:31 +01:00
2020-03-28 08:51:59 +01:00
2020-03-28 09:36:06 +01:00
2020-01-17 05:00:30 +01:00

Read Me

Test Coverage Status

Radicale is a free and open-source CalDAV and CardDAV server.

For the complete documentation, please visit Radicale "master" documentation.

Description
Adapted fork of radicale
Readme 3 MiB
Languages
Python 90.4%
JavaScript 8.3%
HTML 1.2%
Dockerfile 0.1%