/python-types-access2base

Primary LanguagePythonApache License 2.0Apache-2.0

Access2base Typings

This project is Type Support (typings) for LibreOffice Access2base

At the time of this writing there is no PyPI.org packaing for access2base. It is not necessary to have a access2base package to take advantage of access2base typings.

This project leverages types-unopy that gives full typing support for LibreOffice API. This allows full type support for access2base and LibreOffice API.

These Typings are created for LibreOffice 7.1, 7.2, and 7.3.

Installation

PIP

types-access2base PyPI

$ pip install types-access2base

Access2Base.py

Access2base lives inside of LibreOffice. Using these typings in an modern code editor will give type Support for the access2base library.

There are exceptions on Linux when access2base.py may not be installed. This will depend on part how LibreOffice is installed. If LibreOffice is installed via flatpak or snaps then access2base.py should already be installed.

If LibreOffice is installed with apt-get then you may need to install python3-access2base. This may also require setting up LibreOffice ppa for your distro.

$ sudo apt-get update
$ sudo apt-get install python3-access2base

Other

Figure 1: access2base typings example

types-access2base example gif.