Metadata-Version: 2.4
Name: loaih
Version: 1.5.0
Summary: LOAIH - LibreOffice AppImage Helpers, help build a LibreOffice AppImage
Project-URL: Homepage, https://git.libreitalia.org/LibreItalia/loaih/
Author-email: Emiliano Vavassori <syntaxerrormmm@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.11
Requires-Dist: click
Requires-Dist: lddcollect
Requires-Dist: lxml
Requires-Dist: python-magic
Requires-Dist: pyyaml
Requires-Dist: requests
Description-Content-Type: text/markdown

# LibreOffice AppImage Helper - `loaih` #

LibreOffice AppImage Helper is an enhanced Python porting from [previous work
by Antonio Faccioli](https://github.com/antoniofaccioli/libreoffice-appimage).
It helps building a LibreOffice AppImage from officially released .deb files
with some options.

## Getting options and help ##

You can ask the app some information on how you can use it:

    $ loaih --help
    $ loaih getversion --help
    $ loaih build --help
    $ loaih batch --help

For any other information needed, please visit the [wiki of the
project](https://git.libreitalia.org/libreitalia/loaih/wiki).
