vivarium is a microsimulation framework built on top of the standard scientific python stack.
Project description
NOTE: This repository is archived and will receive no further updates.
The vivarium package has been renamed and migrated into the vivarium-suite monorepo.
What changed
PyPI distribution: vivarium -> vivarium-engine
Import path: vivarium -> vivarium.engine
Source: ihmeuw/vivarium (archived) -> ihmeuw/vivarium-suite (under libs/engine/)
The final release on PyPI (v4.1.6) ships the same code as v4.1.5 with this banner added. pip install vivarium will keep resolving and importing as it did in v4.1.5, but the code is frozen and will not receive updates.
To migrate fully to the new package
New development should install vivarium-engine and import from vivarium.engine.
Install:
pip install vivarium-engine # was: pip install vivarium
Import:
import vivarium.engine # was: import vivarium
Original package overview
Vivarium is a simulation framework written using standard scientific Python tools.
Vivarium requires Python 3.10-3.12 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.12
> 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!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vivarium-4.1.6.tar.gz.
File metadata
- Download URL: vivarium-4.1.6.tar.gz
- Upload date:
- Size: 7.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
363ce000a5519e23aa2244b5750a510e322ddef5da2894bd934ca54d6abe81a6
|
|
| MD5 |
861567633ac93d452dc4fcb8bbf4d7a9
|
|
| BLAKE2b-256 |
66f0358198a74358ac78b51c24aba24233371ca81978174547a43914212dc917
|
File details
Details for the file vivarium-4.1.6-py3-none-any.whl.
File metadata
- Download URL: vivarium-4.1.6-py3-none-any.whl
- Upload date:
- Size: 182.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ae26051fb0b98fa488eeb0fd531fd45bbd13b6bd74c48ecb9f6320da7cc8e44
|
|
| MD5 |
68c689404d07926ed428e17ddca81878
|
|
| BLAKE2b-256 |
5e073fd4165e9f5f55a99f279a67ea240f61aa45ba132dfbeda401a6b87084bb
|