Metadata-Version: 1.0
Name: PyKat
Version: 0.2
Summary: Python interface and tools for FINESSE
Home-page: http://pypi.python.org/pypi/PyKat/
Author: Daniel Brown
Author-email: ddb@star.sr.bham.ac.uk
License: LICENSE.txt
Description: PyKat
        ===========
        
        PyKat is a wrapper for using FINESSE (http://www.gwoptics.org/finesse).
        It aims to provide a Python toolset for automating more complex tasks
        as well as providing a GUI for manipulating and viewing simulation
        setups.
        
        
        
        Finesse Test Server
        ^^^^^^^^^^^^^^^^^^^^^
        A Flask based website that runs the Finesse test suites is included in PyKat. This can be hosted in Apache or run as a development server for quick testing on a system. This is a developer tool for testing FINESSE against a selection of known test cases.
        
        Prerequistes:
            Flask
            Numpy
            
        Command to start server:
        
        .. code:: bash
          python -m pykat.test.web_server --path=[path to create website] --port=[HTTP port] --git-bin=[path to git binary]
        
        The website can then be accessed by: http://localhost:[port]    
Platform: UNKNOWN
