Metadata-Version: 1.1
Name: seepy
Version: 0.0.2
Summary: Python script visualisation tool
Home-page: https://www.struthon.org
Author: Lukasz Laba
Author-email: lukaszlab@o2.pl
License: GNU General Public License (GPL)
Description: *************************************************************************
        *                                                                       *
        *                              SeePy 0.0                                *
        *                  Python script visualisation tool                     *
        *                                                                       *
        *                        (c) 2016 Lukasz Laba                           *
        *                                                                       *
        *************************************************************************
        
        SeePy is free software; you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation; either version 2 of the License, or
        (at your option) any later version.
        
        SeePy is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.
        
        You should have received a copy of the GNU General Public License
        along with Foobar; if not, write to the Free Software
        Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
        
        -------------------------------------------------------------------------
        * Visible changes:
        -------------------------------------------------------------------------
          SeePy 0.0.1
          - first PyPI version
          SeePy 0.0.2
          - no changes
        -------------------------------------------------------------------------
        * Prerequisites:
        -------------------------------------------------------------------------
        
          Python 2.7.
          Non-standard Python library needed:
          - PyQt4
          - easygui
          - mistune
        
        -------------------------------------------------------------------------
        * To install SeePy:
        -------------------------------------------------------------------------
        
          After the Python and needed library  was installed:
          On Windows use "pip install seepy" in Python shell.
        
          To run SeePy GUI execute SeePy.py from installed SeePy
          package folder - probabiliit is "C:\Python27\Lib\site-packages\seepy"
          For easy run make shortcut on your system pulpit to this file.
          There is install instruction on project website. Linux compatible.
           
        -------------------------------------------------------------------------
        * Other information :
        -------------------------------------------------------------------------
        
          - Project website: http://struthon.org
          - E-mail : lukaszlab@o2.pl
        
        =========================================================================
        
Keywords: notebook,script,report
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
