EpiAwarePackageTools.jl
tooling
Shared scaffolding, quality checks, and test utilities for the ecosystem.
EpiAwarePackageTools.jl is the ecosystem’s infrastructure rather than a modelling package. It scaffolds new packages, keeps shared configuration in sync, and provides the quality and automatic-differentiation test harnesses the other packages adopt. Reach for it when developing or maintaining an EpiAware package, not when building a model.
Install
using Pkg
Pkg.add("EpiAwarePackageTools")