Metadata-Version: 2.1
Name: oooscript
Version: 1.1.3
Summary: Compiles several python scripts into a single script that can be eaisly used by LibreOffice as a macro.
Home-page: https://github.com/Amourspirit/python_libreoffice_oooscript
License: MIT
Keywords: ooouno,libreoffice,stickytape,uno,pyuno,macro
Author: :Barry-Thomas-Paul: Moss
Author-email: vibrationoflife@protonmail.com
Requires-Python: >=3.8,<4.0
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Requires-Dist: python-dotenv (>=0.21.1,<0.22.0)
Requires-Dist: scriptmerge (>=1.0.0,<2.0.0)
Project-URL: Documentation, https://oooscript.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/Amourspirit/python_libreoffice_oooscript
Description-Content-Type: text/markdown

# oooscript

![Tests](https://github.com/Amourspirit/python_libreoffice_oooscript/actions/workflows/tests.yml/badge.svg)

Compiles one or more python scripts into a single script that can easily used as a LibreOffice macro.

Documentation can be found on [Read the Docs](https://oooscript.readthedocs.io/en/latest/)

