Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
A GUI program for analyzing, simulating, and visualizing impedance spectra.
DearEIS is a Python package that includes a program with a graphical user interface (GUI) for working with impedance spectra. An application programming interface (API) is also included that is primarily for batch processing. The target audience is researchers who use electrochemical impedance spectroscopy (EIS) though the program may also be useful in educational settings.
The GUI program implements features such as:
See the official documentation for instructions on how to install DearEIS, screenshots and guides, and the API reference.
Those who would prefer to only use an API (or a command-line interface (CLI)) for everything may wish to use pyimpspec instead.
See CHANGELOG.md for details.
If you wish to contribute to the further development of DearEIS, then there are several options available to you depending on your ability and the amount of time that you can spare.
If you find bugs, wish some feature was added, or find the documentation to be lacking, then please open an issue on GitHub.
If you wish to contribute code, then start by cloning the repository:
git clone https://github.com/vyrjana/DearEIS.git
The development dependencies can be installed from within the repository directory:
pip install -r ./dev-requirements.txt
Create a new branch based on either the main
branch or the most recent development branch (e.g., dev-*
), and submit your changes as a pull request.
Note that some of the core functionality of DearEIS is based on pyimpspec and thus certain changes (e.g., parsers for data formats) should be contributed to that project instead.
Code contributions should, if it is applicable, also include unit tests, which should be implemented in files placed in the tests
folder found in the root of the repository along with any assets required by the tests.
It should be possible to run the tests by executing the run_tests.sh
script, which uses the test discovery built into the unittest
module that is included with Python.
See CONTRIBUTORS for a list of people who have contributed to the DearEIS project.
Copyright 2024 DearEIS developers
DearEIS is licensed under the GPLv3 or later.
The licenses of DearEIS' dependencies and/or sources of portions of code are included in the LICENSES folder.
FAQs
A GUI program for analyzing, simulating, and visualizing impedance spectra.
We found that deareis 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.