
Security News
TeamPCP and BreachForums Launch $1,000 Contest for Supply Chain Attacks
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.
plottr
Advanced tools
A framework for inspecting data, based on flowcharts from pyqtgraph. plottr's main aim is to allow the user to define custom data processing flows and plotting. A particular use case is data filtering and plotting.
https://plottr.readthedocs.io (work in progress...)
Plottr is installable from pypi with pip install plottr
Plottr requires either the PyQt5 or Pyside2 gui framework.
To install with PyQt5 or Pyside2 backend you can do
pip install plottr[PyQt5] or pip install plottr[Pyside2]
Note that if you have installed pyqt from (Ana)Conda you should not use any of these
targets but do pip install plottr or install Plottr from conda forge:
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install plottr
To install from source: clone the repo, and install using pip install -e .
You can use the inspectr tool to get a simple overview over QCoDeS database
files, and plot datasets contained in the database.
To use: run plottr-inspectr [--dbpath <path to your .db file>]
As an alternative from the root of the cloned plottr repository, run python apps/inspectr.py [--dbpath <path to your .db file>]
For basic instructions, check out the Notebook Live plotting qcodes data under /doc/examples.
Note: this package is not compatible with the original plottr tool.
You might want to install freshly if you still use the old version.
See the plottr GitHub Releases page for versions and their changelogs
__init__ (#175)FAQs
A tool for live plotting and processing data
We found that plottr demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Ā It has 4 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.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.