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

accessi

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

accessi - npm Package Compare versions

Comparing version
0.0.7
to
0.0.8
+4
src/accessi.egg-info/requires.txt
numpy
websockets
urllib3
requests
+5
-1
Metadata-Version: 2.1
Name: accessi
Version: 0.0.7
Version: 0.0.8
Summary: Library for Siemens Access-i MR Scanner Interface to integrate and control the MR Scanner.

@@ -14,2 +14,6 @@ Author-email: Martin Reinok <m.reinok@student.utwente.nl>

License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: websockets
Requires-Dist: urllib3
Requires-Dist: requests

@@ -16,0 +20,0 @@ # Siemens Access-i Interface library

[project]
name = "accessi"
version = "0.0.7"
version = "0.0.8"
authors = [

@@ -10,2 +10,10 @@ { name="Martin Reinok", email="m.reinok@student.utwente.nl" },

requires-python = ">=3.8"
dependencies = [
"numpy",
"websockets",
"urllib3",
"requests"
]
classifiers = [

@@ -12,0 +20,0 @@ "Programming Language :: Python :: 3",

Metadata-Version: 2.1
Name: accessi
Version: 0.0.7
Version: 0.0.8
Summary: Library for Siemens Access-i MR Scanner Interface to integrate and control the MR Scanner.

@@ -14,2 +14,6 @@ Author-email: Martin Reinok <m.reinok@student.utwente.nl>

License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: websockets
Requires-Dist: urllib3
Requires-Dist: requests

@@ -16,0 +20,0 @@ # Siemens Access-i Interface library

@@ -10,3 +10,4 @@ LICENSE

src/accessi.egg-info/dependency_links.txt
src/accessi.egg-info/requires.txt
src/accessi.egg-info/top_level.txt
tests/tests.py