Metadata-Version: 1.1
Name: openslides-csv-export
Version: 2.0.0
Summary: OpenSlides CSV Export Plugin
Home-page: https://openslides.org/
Author: Authors of OpenSlides CSV Export Plugin, see AUTHORS
Author-email: support@openslides.org
License: MIT
Description: ==============================
         OpenSlides CSV Export Plugin
        ==============================
        
        Overview
        ========
        
        This plugin for OpenSlides provides a CSV export of the lists of speakers.
        It is also useful as an example how to write plugins for OpenSlides.
        
        
        Requirements
        ============
        
        OpenSlides 2.0.x (https://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::
        
            $ python3 -m venv .virtualenv
        
            $ source .virtualenv/bin/activate
        
            $ pip install "openslides>=2.0,<2.1" openslides-csv-export
        
        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 2.0.0 (2016-04-23)
        --------------------------
        * Updated to OpenSlides 2.0. Dropped support for OpenSlides 1.x.
        
        
        Version 1.1.1 (2015-02-19)
        --------------------------
        * Updated to OpenSlides 1.7.x.
        
        
        Version 1.1.0 (2014-06-02)
        --------------------------
        * Updated to new plugin api and to other api changes of OpenSlides 1.6.
        * Fixed bug when using related agenda items.
        
        
        Version 1.0.2 (2013-11-26)
        --------------------------
        * Updated to OpenSlides 1.5.x.
        
        
        Version 1.0.1 (2013-07-30)
        --------------------------
        * Updated to OpenSlides 1.4.1.
        
        
        Version 1.0 (2013-07-11)
        ------------------------
        * First release of this plugin.
        
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.4
Classifier: Programming Language :: Python :: 3.5
