Metadata-Version: 1.1
Name: pyofss-gui
Version: 0.1
Summary: Graphical user interface for pyofss
Home-page: http://curvedthoughts.com/pyofss
Author: David Bolt (daibo)
Author-email: djb@curvedthoughts.com
License: GNU GPL
Download-URL: http://pypi.python.org/pypi/pyofss-gui
Description: 
        Pyofss-gui: A PyQt-based graphical user interface for pyofss
        ============================================================
        
        The pyofss GUI uses a drag-and-drop approach to adding optical modules to form a system to simulate.
        Parameters for each optical module can be viewed and modified before the system simulation is run.
        Outputs from each optical module can be visualised using the plot interface.
        
        Installation
        ------------
        
        Pyofss-gui is available on PyPI and can be retrieved using the pip program:
        
        .. code-block:: bash
        
            sudo aptitude install python-pip
            pip install pyofss-gui
        
        Dependencies
        ------------
        
        Pyofss-gui depends on pyofss and PyQt.
        They can be installed using:
        
        .. code-block:: bash
        
            sudo aptitude install python-qt4
            pip install pyofss
        
        Appearance
        ----------
        
        Some themes do not show icons in menus and on buttons.
        The following two commands can often fix this issue:
        
        .. code-block:: bash
        
            gconftool-2 --type boolean --set /desktop/gnome/interface/buttons_have_icons true
            gconftool-2 --type boolean --set /desktop/gnome/interface/menus_have_icons true
        
Keywords: photonic,simulation,fiber,fibre,optical
Platform: POSIX
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Physics
