Skip to content

A model-based framework to assist breweries in optimizing their processes

License

Notifications You must be signed in to change notification settings

sanbales/brewmaster

Repository files navigation

brewmaster

A model-based framework to assist breweries in optimizing their processes.

Install

You can pip install the package using this command:

pip install git+git://github.com/sanbales/brewmaster.git

or install a specific version by using this command:

pip install git+git://github.com/sanbales/brewmaster.git#<version>

where is the semantic version, e.g., 0.0.1

Usage

You can run the model by simply typing:

from brewmaster.brewery import Brewery

brewery = Brewery()  # Make a brewery with default parameters

brewery.run()        # Run the simulation for a year

About

A model-based framework to assist breweries in optimizing their processes

Resources

License

Stars

Watchers

Forks

Packages

No packages published