Metadata-Version: 1.2
Name: liboextensioncreator
Version: 0.2.0
Summary: A package to create LibreOffice non-code extensions
Home-page: https://github.com/andreasma/liboextensioncreator
Author: Andreas Mantke
Author-email: maand@gmx.de
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/andreasma/liboextensioncreator/issues
Description: LibreOffice Extension Creator
        =============================
        
        The LibreOffice extension creator makes it more easy to create a non-code extension for LibreOffice. It provides an input form for the data for an extension with proper license information. The GUI/form is created by PyQt. It currently holds all fields to create a sceleton of a non-code LibreOffice extension.
        
        The PyQt program will be updated regularly with new features to add languages and the features to create complete non-code LibreOffice extensions.
        
        
        Requirements
        ------------
        
        If you want to run the code you should create a Python 3 (>= 3.6) virtual environment.
        Then please install with pip3 the following packages:
        - PyQt5
        - validators
        
        and if you want to create a binary file you should also install with pip3:
        - PySide2
        - PyInstaller
        
        
        Note:  place names and roles of the people who contribute to this package
               in this file, one to a line, like so:
        
        - Andreas Mantke, Original Author
        
        
        Changelog
        =========
        
        0.2.0 (2021-04-30)
        ------------------
        
        - Adapt the width of license label for localization. [Andreas Mantke]
        - Add translation tags to the strings for localization. [Andreas Mantke]
        - Create localization into German and include it into the 
          application. [Andreas Mantke]
        - Move styles to an own subdirectory. [Andreas Mantke]
        - Text fixes on tab3. [Andreas Mantke]
        - Flake8 and isort fixes [Andreas Mantke]
        
        
        
        0.1.0 (2021-04-28)
        ------------------
        
        - Add names to the tab widgets, bottomgroupbox and suppressgroupbox 
          for the adaption of styles [Andreas Mantke]
        - Add stylesheet and apply styles to all parts of the user interface 
          of the application. [Andreas Mantke]
        - Flake8 and isort fixes [Andreas Mantke]
        
        
        
        0.0.4 (2021-04-25)
        ------------------
        
        - Add the functions to create an inconset extension, writing a
          config.xcu, copy the files and don't add a path.xcu to this
          sort of extension [Andreas Mantke]
        - Make the path to the license templates relative to the
          liboextensioncreator file [Andreas Mantke]
        - Improve the layout of tab2 with groupboxes [Andreas Mantke]
        - Flake8 fixes [Andreas Mantke]
        
        
        
        0.0.3 (2021-04-11)
        ------------------
        
        - Add package dependencies to setup. [Andreas Mantke]
        - Improve the layout of tab 1 and tab2 and move to grid 
          layout. [Andreas Mantke]
        - Add CHANGES.rst,  CONTRIBUTORS.rst and MANIFEST.in. [Andreas Mantke]
        
        
        0.0.2 (2021-04-07)
        ------------------
        
        - Add data files to the package and fix setup. [Andreas Mantke]
        
        
        
        0.0.1 (2021-04-07)
        ------------------
        
        - First release
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
