api_unostubs


Nameapi_unostubs JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/Amourspirit/python_libreoffice_uno_stubs
SummaryStubs for LibreOffice UNO files
upload_time2024-04-27 16:29:24
maintainerNone
docs_urlNone
author:Barry-Thomas-Paul: Moss
requires_python<4.0,>=3.8
licenseMIT
keywords ooodev libreoffice openoffice macro uno ooouno pyuno
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # UNO STUBS

This package is for working With LibreOffice API.

These files are only stubs and their indented use is for building documents with Sphinx.

If your project needs support for uno when building docs with Sphinx then this package may help.

It will allow you to inherit from `unohelper.Base` do you don't get error `AttributeError: module 'unohelper' has no attribute 'Base'`.

## Installation

Can be pip installed.

```
pip install api_unostubs
```

In most cases will be added to `docs/requirements.txt` file.

```
api_unostubs>=0.2.0
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Amourspirit/python_libreoffice_uno_stubs",
    "name": "api_unostubs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "ooodev, libreoffice, openoffice, macro, uno, ooouno, pyuno",
    "author": ":Barry-Thomas-Paul: Moss",
    "author_email": "4193389+Amourspirit@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/d3/1a/3157e5800da8c9879448bb9006444a77bb7c169221f6caec8875c37fba0d/api_unostubs-0.2.0.tar.gz",
    "platform": null,
    "description": "# UNO STUBS\n\nThis package is for working With LibreOffice API.\n\nThese files are only stubs and their indented use is for building documents with Sphinx.\n\nIf your project needs support for uno when building docs with Sphinx then this package may help.\n\nIt will allow you to inherit from `unohelper.Base` do you don't get error `AttributeError: module 'unohelper' has no attribute 'Base'`.\n\n## Installation\n\nCan be pip installed.\n\n```\npip install api_unostubs\n```\n\nIn most cases will be added to `docs/requirements.txt` file.\n\n```\napi_unostubs>=0.2.0\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Stubs for LibreOffice UNO files",
    "version": "0.2.0",
    "project_urls": {
        "Documentation": "https://github.com/Amourspirit/python_libreoffice_uno_stubs#README",
        "Homepage": "https://github.com/Amourspirit/python_libreoffice_uno_stubs",
        "Repository": "https://github.com/Amourspirit/python_libreoffice_uno_stubs"
    },
    "split_keywords": [
        "ooodev",
        " libreoffice",
        " openoffice",
        " macro",
        " uno",
        " ooouno",
        " pyuno"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ab70b1325152ee6bf34188ac36effcdd4e3055784d305b1e1f719793cb67a01",
                "md5": "10ace3c51d02a93917c4f55dfd064875",
                "sha256": "e5a1a3799d76ca21ad9bdffba0e1e33258fa6b32aa9a25e72305272caf11b16e"
            },
            "downloads": -1,
            "filename": "api_unostubs-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "10ace3c51d02a93917c4f55dfd064875",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 8827,
            "upload_time": "2024-04-27T16:29:22",
            "upload_time_iso_8601": "2024-04-27T16:29:22.536815Z",
            "url": "https://files.pythonhosted.org/packages/3a/b7/0b1325152ee6bf34188ac36effcdd4e3055784d305b1e1f719793cb67a01/api_unostubs-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d31a3157e5800da8c9879448bb9006444a77bb7c169221f6caec8875c37fba0d",
                "md5": "4551c1771dc3810b4c6b12e489025a7c",
                "sha256": "d822eac9228ce8a830b89bf1ec03a7f980996a7cb8604943e7e0b39b259bda8b"
            },
            "downloads": -1,
            "filename": "api_unostubs-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4551c1771dc3810b4c6b12e489025a7c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 7936,
            "upload_time": "2024-04-27T16:29:24",
            "upload_time_iso_8601": "2024-04-27T16:29:24.206745Z",
            "url": "https://files.pythonhosted.org/packages/d3/1a/3157e5800da8c9879448bb9006444a77bb7c169221f6caec8875c37fba0d/api_unostubs-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-27 16:29:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Amourspirit",
    "github_project": "python_libreoffice_uno_stubs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "api_unostubs"
}
        
Elapsed time: 0.23202s