Metadata-Version: 2.1
Name: liboextensioncreator
Version: 0.0.3
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
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
Requires-Dist: PyQt5
Requires-Dist: validators

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.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


