Metadata-Version: 1.1
Name: openslides-gui
Version: 1.1.1
Summary: GUI frontend for managing OpenSlides server
Home-page: https://github.com/OpenSlides/openslides-gui
Author: OpenSlides-Team, see README
Author-email: support@openslides.org
License: MIT
Description: ================
         OpenSlides GUI
        ================
        
        Overview
        ========
        
        Simple GUI frontend for `OpenSlides <http://openslides.org/>`_ to run and configure OpenSlides' web server.
        Used with `OpenSlides Portable <https://github.com/OpenSlides/openslides-portable>`_ to build a full portable distribution of OpenSlides.
        
        
        Requirements
        ============
        
        - Python 3.5+
        - OpenSlides 2.x
        - wxPython-Phoenix
        - psutil
        
        See requirements.txt
        
        
        Install
        =======
        
        This is an instruction to install OpenSlides GUI.
        
        1. Install Python 3.5+ and Setuptools
        
           Follow the instructions in the README of OpenSlides.
        
        
        2. Install requirements::
        
           $ pip install -r requirements.txt
        
        
           For installing of wxPython-Phoennix the official `snapshot url <http://wxpython.org/Phoenix/snapshot-builds>`_
           is used because it's not yet released on pypi.python.org.
        
        
        3. Install OpenSlides 2.x package with all requirements::
        
           $ pip install openslides-2.x
        
        
        4. Install openslides-gui::
        
           $ pip install openslides-gui
        
        
        5. Run the OpenSlides GUI::
        
           $ openslides-gui
        
        
        License
        =======
        
        This plugin is Free/Libre Open Source Software and distributed under the
        MIT License, see LICENSE file.
        
        
        Authors
        =======
        
        * Andy Kittner <andkit@gmx.net>
        * Emanuel Schütze <emanuel@intevation.de>
        
        
        Changelog
        =========
        
        Version 1.1.1 (2017-01-26)
        -------------------------
        * Updated README to Python 3.5.
        * Updated Credits to 2016.
        
        Version 1.1 (2016-03-21)
        ------------------------
        * Added port/host arguments for openslides start command.
        * Improved OpenSlides app icon.
        
        Version 1.0.1 (2016-02-03)
        --------------------------
        * Updated README to Python 3.4.
        * Updated Credits to 2016.
        
        Version 1.0 (2015-12-07)
        ------------------------
        * First release of openslides-gui for OpenSlides 2.x.
          It's moved from old OpenSlides 1.x repository into an own openslides-gui package.
        
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
