New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details β†’ β†’
Socket
Book a DemoSign in
Socket

centralcli

Package Overview
Dependencies
Maintainers
1
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

centralcli - pypi Package Compare versions

Comparing version
9.0.3
to
9.0.4
+1
-1
centralcli/classic/api/visualrf.py

@@ -211,3 +211,3 @@ from __future__ import annotations

macaddr (str): Provide a macaddr returned by
/visualrf_api/v1/floor/{floor_id}/*_location api. Example:
/visualrf_api/v1/floor/{floor_id}/..._location api. Example:
/visualrf_api/v1/client_location/ac:37:43:a9:ec:10

@@ -214,0 +214,0 @@ offset (int, optional): Pagination offset Defaults to 0.

Metadata-Version: 2.4
Name: centralcli
Version: 9.0.3
Version: 9.0.4
Summary: A CLI for interacting with Aruba Central (Cloud Management Platform). Facilitates bulk imports, exports, reporting. A handy tool if you have devices managed by Aruba Central.

@@ -186,3 +186,3 @@ Project-URL: documentation, https://central-api-cli.readthedocs.org

### pip (in system python environment)
[Requires python3.9 or above and pip.](#if-you-dont-have-python)
[Requires python3.10 or above and pip.](#if-you-dont-have-python)

@@ -189,0 +189,0 @@ It's recommended to use the `uv` install method above, however if you don't use a lot of python apps (meaning a dependency conflict with other apps is not a concern). Then simply installing via pip is possible (*albeit not recommended*).

[project]
name = "centralcli"
version = "9.0.3"
version = "9.0.4"
description = "A CLI for interacting with Aruba Central (Cloud Management Platform). Facilitates bulk imports, exports, reporting. A handy tool if you have devices managed by Aruba Central."

@@ -11,2 +11,3 @@ license = "MIT"

dependencies = [

@@ -60,2 +61,4 @@ "tabulate>=0.8",

"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"License :: OSI Approved :: MIT License"

@@ -62,0 +65,0 @@ ]

@@ -130,3 +130,3 @@ # Aruba Central API CLI

### pip (in system python environment)
[Requires python3.9 or above and pip.](#if-you-dont-have-python)
[Requires python3.10 or above and pip.](#if-you-dont-have-python)

@@ -133,0 +133,0 @@ It's recommended to use the `uv` install method above, however if you don't use a lot of python apps (meaning a dependency conflict with other apps is not a concern). Then simply installing via pip is possible (*albeit not recommended*).