Metadata-Version: 2.1
Name: types-uno-script
Version: 0.1.1
Summary: Type annotations for LibreOffice UNO Script
Home-page: https://github.com/Amourspirit/python-types-uno-script
Author: :Barry-Thomas-Paul: Moss
Author-email: bigbytetech@gmail.com
License: Apache Software License
Keywords: libreoffice,openoffice,typings,uno,ooouno,pyuno
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Office/Business
Classifier: Typing :: Typed
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7.0
Description-Content-Type: text/x-rst
License-File: LICENSE

=======================
LibreOffice UNO Typings
=======================

UNO Types ``uno.py`` and ``unohelper.py``

For LibreOffice `API <https://api.libreoffice.org/>`_ typings see `LibreOffice API Typings <https://github.com/Amourspirit/python-types-unopy>`_

Installation
============

PIP
---

**types-uno-script** on `PyPi <https://pypi.org/project/types-uno-script/>`_

.. code-block:: bash

    $ pip install types-uno-script


CONDA
-----

**types-uno-script** on `Anaconda <https://anaconda.org/conda-forge/types-uno-script>`_

.. code-block:: bash

    $ conda install -c conda-forge types-uno-script


