
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
voltcraft
Advanced tools
Python module for controlling Voltcraft PPS and DPPS powersupplies.
Available at www.conrad.com (PPS)
and www.conrad.com (DPPS)
from voltcraft.pps import PPS
supply = PPS(port="/dev/ttyUSB0", reset=True) # in Windows change string to COMx (eg COM4)
supply.voltage(10.0)
supply.current(2.0)
supply.output(1)
Install via:
pip install voltcraft
There's no documentation, but the module is tiny, so please just read the voltcraft/pps.py :sparkling_heart:
It is also possible to use this module as a command-line tool
$ py -m voltcraft COM3
MODEL=DPPS3230
IMAX=31.5
VMAX=32.2
IMULT=10.0
limits=(32.2, 31.5)
reading=(14.01, 2.13, 'CV')
$ py -m voltcraft COM3 off
$ py -m voltcraft COM3 read
reading=(3.14, 0.0, 'CV')
$ py -m voltcraft COM3 read
reading=(1.7, 0.0, 'CV')
FAQs
library for controlling Voltcraft PPS power supplies
We found that voltcraft demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.