Skip to content

FrontAnalyticsInc/veydra-model-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Veydra Model Standard

The standard base class for all Veydra system dynamics models.

Installation

pip install veydra-model-standard

For development from local source:

pip install -e .

Usage

from veydra_model_standard import VeydraModelStandard

class MyModel(VeydraModelStandard):
    def __init__(self):
        super().__init__()
        # Your model implementation

Features

  • Standardized model interface
  • Built-in variable management
  • Configuration loading
  • Simulation engine
  • Data export capabilities

Development

# Install in editable mode
cd veydra-model-standard
pip install -e .

# Run tests
python -m pytest tests/

About

Python package for Veydra models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages