Metadata-Version: 2.1
Name: indico-plugin-livesync-debug
Version: 3.2
Summary: Debug target for the Indico LiveSync plugin
Home-page: https://github.com/indico/indico-plugins
Author: Indico Team
Author-email: indico-team@cern.ch
License: MIT
Classifier: Environment :: Plugins
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: <3.12,>=3.9.0
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Requires-Dist: indico (>=3.0)
Requires-Dist: indico-plugin-livesync (>=3.0.dev0)

# LiveSync Debug Plugin

The LiveSync debug plugin is meant for developers who want to see the
queue entries and how they are simplified into actual CRUD-like updates.

It's only intended for developers and thus it is not included when installing
plugins via the `indico-plugins` meta package.

## Changelog

### 3.2

- Support Python 3.11

### 3.0

- Initial release for Indico 3.0
