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

masterthermconnect

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

masterthermconnect - npm Package Compare versions

Comparing version
2.3.0a0
to
2.3.0
+3
-1
.devcontainer-template.json
/*
Copy this file to .devcontainer.json
if using PODMAN, instead of DOCKER, uncomment the runArgs section
NOTE: 3.12 may not work with debugging yet.
*/
{
"name": "sHedC/python-masterthermconnect",
"image": "mcr.microsoft.com/devcontainers/python:1-3.13",
"image": "mcr.microsoft.com/devcontainers/python:1-3.12",
"postCreateCommand": "pip install --upgrade pip && pip install --user -r requirements.txt && python3 -m pip install -e .",

@@ -9,0 +11,0 @@ "customizations": {

@@ -17,2 +17,3 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python

matrix:
# Fix Python 3.13 to alpha 3 as aiohttp will break on later.
os: [macos-latest, windows-latest, ubuntu-latest]

@@ -19,0 +20,0 @@ python-version: ["3.10", "3.11", "3.12", "3.13.0-alpha.3"]

Metadata-Version: 2.1
Name: masterthermconnect
Version: 2.3.0a0
Version: 2.3.0
Summary: Python 3 API wrapper for Mastertherm API

@@ -5,0 +5,0 @@ Author-email: Richard Holmes <richard@shedc.uk>

"""Python API wrapper for Mastertherm Connect."""
__version__ = "2.3.0a0"
__version__ = "2.3.0"
Metadata-Version: 2.1
Name: masterthermconnect
Version: 2.3.0a0
Version: 2.3.0
Summary: Python 3 API wrapper for Mastertherm API

@@ -5,0 +5,0 @@ Author-email: Richard Holmes <richard@shedc.uk>

@@ -7,3 +7,3 @@ [build-system]

name = "masterthermconnect"
version = "2.3.0a0"
version = "2.3.0"
description = "Python 3 API wrapper for Mastertherm API"

@@ -35,3 +35,3 @@ readme = "README.md"

[tool.bumpver]
current_version = "2.3.0-a0"
current_version = "2.3.0"
version_pattern = "MAJOR.MINOR.PATCH[-PYTAGNUM]"

@@ -38,0 +38,0 @@ commit_message = "bump version {old_version} -> {new_version}"