Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

types-scriptforge

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

types-scriptforge - pypi Package Compare versions

Comparing version
2.0.1
to
3.0.0
+8
-7
PKG-INFO
Metadata-Version: 2.1
Name: types-scriptforge
Version: 2.0.1
Version: 3.0.0
Summary: Type annotations for LibreOffice API

@@ -21,7 +21,2 @@ Home-page: https://github.com/Amourspirit/python-types-scriptforge

Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Office/Business

@@ -52,3 +47,3 @@ Classifier: Typing :: Typed

These Typings are created for LibreOffice ``7.5``.
These Typings are created for LibreOffice ``7.6``.

@@ -75,2 +70,8 @@ Installation

To install for version ``7.5``.
.. code-block:: bash
$ pip install "types-scriptforge>=2.0,<3.0"
To install for version ``7.4``.

@@ -77,0 +78,0 @@

[tool.poetry]
name = "types-scriptforge"
version = "2.0.1"
version = "3.0.0"
description = "Type annotations for LibreOffice API"

@@ -38,6 +38,10 @@ # name regex

url = "https://test.pypi.org/legacy/"
default = false
secondary = false
priority = "supplemental"
[[tool.poetry.source]]
name = "PyPI"
priority = "primary"
[tool.poetry.group.dev.dependencies]

@@ -44,0 +48,0 @@ black = ">=23.1.0"

@@ -19,3 +19,3 @@ ===================

These Typings are created for LibreOffice ``7.5``.
These Typings are created for LibreOffice ``7.6``.

@@ -42,2 +42,8 @@ Installation

To install for version ``7.5``.
.. code-block:: bash
$ pip install "types-scriptforge>=2.0,<3.0"
To install for version ``7.4``.

@@ -44,0 +50,0 @@

Sorry, the diff of this file is too big to display