Convenient python framework for pre-, post-processing or executing the GAMS framework Balmorel. Install into your virtual python environment with:
pip install pybalmorel
For more information on how to manage and install virtual environments check out this resource, or if you are a conda user, this resource.
Check out the documentation for examples on how to use pybalmorel. The following notebooks can also be downloaded:
This package is distributed to PyPI, and the distribution of a new version requires the following steps:
- Update the pybalmorel version in pyproject.toml, environment.yaml, docs/conf.py and docs/get_started/installation.md (a find and replace in VS code will do)
- Make sure that you have the most recent
buildandsetuptoolspackages in your virtual environment and build the new distribution withpython -m build - Make a user at PyPI.org and obtain a PyPI token.
- Make sure that you have the most recent
twineandpackagingpackages in your virtual envrionment and upload the newly created package in the dist folder withpython -m twine upload dist/pybalmorel-X.Y.Z.tar.gz