Metadata-Version: 1.1
Name: openslides-protocol
Version: 1.0
Summary: OpenSlides Protocol Plugin
Home-page: https://github.com/OpenSlides/openslides-protocol
Author: Authors of OpenSlides Protocol Plugin, see AUTHORS
Author-email: support@openslides.org
License: MIT
Description: ============================
         OpenSlides Protocol Plugin
        ============================
        
        Overview
        ========
        
        This plugin for OpenSlides provides a protocol of events managed in
        OpenSlides.
        
        
        Requirements
        ============
        
        OpenSlides 2.2.x (http://openslides.org/)
        
        
        Install
        =======
        
        This is only an example instruction to install the plugin on GNU/Linux. It
        can also be installed as any other python package and on other platforms,
        e. g. on Windows.
        
        Change to a new directory::
        
            $ cd
        
            $ mkdir OpenSlides
        
            $ cd OpenSlides
        
        Setup and activate a virtual environment and install OpenSlides and the
        plugin in it::
        
            $ virtualenv .virtualenv
        
            $ source .virtualenv/bin/activate
        
            $ pip install openslides openslides-protocol
        
        Start OpenSlides::
        
            $ openslides
        
        
        License and authors
        ===================
        
        This plugin is Free/Libre Open Source Software and distributed under the
        MIT License, see LICENSE file. The authors are mentioned in the AUTHORS file.
        
        
        Changelog
        =========
        
        Version 1.0 (2018-06-22)
        ------------------------
        * First release of this plugin.
        * Added support for OpenSlides 2.2
        
Keywords: OpenSlides
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
