
Research
PyPI Package Impersonates SymPy to Deliver Cryptomining Malware
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.
plotink
Advanced tools
Python helper routines for driving AxiDraw, EggBot, WaterColorBot, and similar plotter-based machines.
This repository maintained by Windell H. Oskay, Bantam Tools.
Source code and issue tracker are hosted at github.
Releases are available on PyPI.
To install the latest release, use pip install plotink
These library files are intended to provide a single place to edit routines that are common to the EggBot extensions for Inkscape, the WaterColorBot extensions for Inkscape, the AxiDraw extensions for Inkscape, and derivative machines. Hosting these in a single place means less duplication of code, and (more importantly) reduces the number of cases where identical code changes need to be made in multiple places.
The library files are:
Latest version requires Python 3.6 or newer.
A previous release, Plotink version 1.0.1, supports python 2.7 as well.
This library uses the standard python logging module. Suggested configurations follow.
For stand-alone machine control, print info, warnings, and errors to stdout:
import logging
logging.basicConfig(level=logging.INFO, format='%(message)s')
For running as an Inkscape extension, print errors to Inkscape's extension errors log:
import logging
logging.basicConfig(level=logging.ERR,
format='%(message)s'),
filename = "~/.config/inkscape/extension-errors.log")
FAQs
Helper routines for use with plotters
We found that plotink demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.