Vivarium
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!
Release files for vivarium 4.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vivarium-4.1.6.tar.gz | 7.6 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vivarium-4.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.8 MB
Release files / vivarium-4.1.6.tar.gz
| Download URL | vivarium-4.1.6.tar.gz |
|---|---|
| Size | 7.6 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
363ce000a5519e23aa2244b5750a510e322ddef5da2894bd934ca54d6abe81a6
|
|
BLAKE2b-256 checksum How to use checksums |
66f0358198a74358ac78b51c24aba24233371ca81978174547a43914212dc917
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.1
|
Release files / vivarium-4.1.6-py3-none-any.whl
| Download URL | vivarium-4.1.6-py3-none-any.whl |
|---|---|
| Size | 182.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2ae26051fb0b98fa488eeb0fd531fd45bbd13b6bd74c48ecb9f6320da7cc8e44
|
|
BLAKE2b-256 checksum How to use checksums |
5e073fd4165e9f5f55a99f279a67ea240f61aa45ba132dfbeda401a6b87084bb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.1
|