Metadata-Version: 1.1
Name: uilayer
Version: 0.1.0
Summary: python user interface layer to monitor progress of long-running algorithms
Home-page: https://github.com/paulmueller/uilayer
Author: Paul Mueller
Author-email: paul.mueller@biotec.tu-dresden.de
License: BSD (3-Clause)
Description: This package contains user interfaces that can monitor the progress
        of an algorithm, if the algorithm supports triggering an external
        function to communicate its progress.
        
        
        Installation
        ============
        The package can be installed from the Python package index.
        
            pip install uilayer
        
Keywords: ui,user,interface,progress,process
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
