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.
vivarium is a microsimulation framework built on top of the standard scientific python stack.
.. image:: https://badge.fury.io/py/vivarium.svg :target: https://badge.fury.io/py/vivarium
.. image:: https://github.com/ihmeuw/vivarium/actions/workflows/build.yml/badge.svg?branch=main :target: https://github.com/ihmeuw/vivarium :alt: Latest Version
.. image:: https://readthedocs.org/projects/vivarium/badge/?version=latest :target: https://vivarium.readthedocs.io/en/latest/?badge=latest :alt: Latest Docs
.. image:: https://zenodo.org/badge/96817805.svg :target: https://zenodo.org/badge/latestdoi/96817805
Vivarium is a simulation framework written using standard scientific Python tools.
Vivarium requires Python 3.8-3.11 to run
You can install vivarium
from PyPI with pip:
> pip install vivarium
or build it from source with
> git clone https://github.com/ihmeuw/vivarium.git
> cd vivarium
> conda create -n ENVIRONMENT_NAME python=3.11
> pip install -e .[dev]
This will make the vivarium
library available to python and install a
command-line executable called simulate
that you can use to verify your
installation with
> simulate test
Check out the docs! <https://vivarium.readthedocs.io/en/latest/>
_FAQs
vivarium is a microsimulation framework built on top of the standard scientific python stack.
We found that vivarium demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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
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.