Metadata-Version: 1.1
Name: lazgui
Version: 0.1.0
Summary: LazGUI uses python script to create a Lazarus Pascal GUI project.
Home-page: http://lazgui.readthedocs.org/en/latest/
Author: Charlie Taylor
Author-email: cet@appliedpython.com
License: GPL-3
Download-URL: https://github.com/sonofeft/LazGUI
Description: 

        

        .. image:: https://travis-ci.org/sonofeft/LazGUI.svg?branch=master

            :target: https://travis-ci.org/sonofeft/LazGUI

        

        .. image:: https://img.shields.io/pypi/v/LazGUI.svg

            :target: https://pypi.python.org/pypi/lazgui

                

        .. image:: https://img.shields.io/pypi/pyversions/LazGUI.svg

            :target: https://wiki.python.org/moin/Python2orPython3

        

        .. image:: https://img.shields.io/pypi/l/LazGUI.svg

            :target: https://pypi.python.org/pypi/lazgui

        

        

        Lazgui Helps To Create Lazarus Pascal Gui Project.

        ==================================================

        

        

        .. note::

        

            Right now this project is VERY Alpha... I'm just trying out an idea.

            

          

        

        See the Code at: `<https://github.com/sonofeft/LazGUI>`_

        

        See the Docs at: `<http://lazgui.readthedocs.org/en/latest/>`_

        

        See PyPI page at:`<https://pypi.python.org/pypi/lazgui>`_

        

        

        

        LazGUI will place all of the required files for the Lazarus project

        into a subdirectory by project name.  The project can be built using "lazbuild"

        that comes with a Lazarus install, or by opening the <project_name>.lpi file with

        the Lazarus IDE.

        

        On Windows, there is a batch file called <project_name>.bat that will run

        lazbuild and run the resulting <project_name>.exe automatically.

        
Keywords: lazgui setuptools development
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
