Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

elg

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elg - npm Package Compare versions

Comparing version
0.4.17
to
0.4.18
+2
-2
elg.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: elg
Version: 0.4.17
Version: 0.4.18
Summary: Use the European Language Grid in your Python projects

@@ -13,3 +13,3 @@ Home-page: https://gitlab.com/european-language-grid/platform/python-client

To have more information about the Python SDK, please look at the documentation: [https://european-language-grid.readthedocs.io/en/release1.1.2/all/A1_PythonSDK/PythonSDK.html](https://european-language-grid.readthedocs.io/en/release1.1.2/all/A1_PythonSDK/PythonSDK.html).
To have more information about the Python SDK, please look at the documentation: [https://european-language-grid.readthedocs.io/en/stable/all/A1_PythonSDK/PythonSDK.html](https://european-language-grid.readthedocs.io/en/stable/all/A1_PythonSDK/PythonSDK.html).
Keywords: tools,sdk,language technology,europe,european,nlp

@@ -16,0 +16,0 @@ Platform: UNKNOWN

@@ -1,2 +0,2 @@

__version__ = "0.4.17"
__version__ = "0.4.18"

@@ -7,3 +7,2 @@ import importlib.util

_flask_available = importlib.util.find_spec("flask") is not None
_flask_json_available = importlib.util.find_spec("flask_json") is not None
_quart_available = importlib.util.find_spec("quart") is not None

@@ -22,3 +21,3 @@ _requests_toolbelt_available = importlib.util.find_spec("requests_toolbelt") is not None

if _docker_available and _flask_available and _flask_json_available and _requests_toolbelt_available:
if _docker_available and _flask_available and _requests_toolbelt_available:
from .flask_service import FlaskService

@@ -25,0 +24,0 @@

Metadata-Version: 2.1
Name: elg
Version: 0.4.17
Version: 0.4.18
Summary: Use the European Language Grid in your Python projects

@@ -13,3 +13,3 @@ Home-page: https://gitlab.com/european-language-grid/platform/python-client

To have more information about the Python SDK, please look at the documentation: [https://european-language-grid.readthedocs.io/en/release1.1.2/all/A1_PythonSDK/PythonSDK.html](https://european-language-grid.readthedocs.io/en/release1.1.2/all/A1_PythonSDK/PythonSDK.html).
To have more information about the Python SDK, please look at the documentation: [https://european-language-grid.readthedocs.io/en/stable/all/A1_PythonSDK/PythonSDK.html](https://european-language-grid.readthedocs.io/en/stable/all/A1_PythonSDK/PythonSDK.html).
Keywords: tools,sdk,language technology,europe,european,nlp

@@ -16,0 +16,0 @@ Platform: UNKNOWN

@@ -5,2 +5,2 @@ # European Language Grid Python SDK

To have more information about the Python SDK, please look at the documentation: [https://european-language-grid.readthedocs.io/en/release1.1.2/all/A1_PythonSDK/PythonSDK.html](https://european-language-grid.readthedocs.io/en/release1.1.2/all/A1_PythonSDK/PythonSDK.html).
To have more information about the Python SDK, please look at the documentation: [https://european-language-grid.readthedocs.io/en/stable/all/A1_PythonSDK/PythonSDK.html](https://european-language-grid.readthedocs.io/en/stable/all/A1_PythonSDK/PythonSDK.html).

@@ -5,3 +5,3 @@ from setuptools import find_packages, setup

name="elg",
version="0.4.17",
version="0.4.18",
author="ELG Technical Team",

@@ -8,0 +8,0 @@ url="https://gitlab.com/european-language-grid/platform/python-client",