Metadata-Version: 2.1
Name: rtc-tools-heat-network
Version: 0.3.3
Summary: Heat network models for RTC-Tools 2.
Home-page: https://github.com/Nieuwe-Warmte-Nu/rtc-tools-heat-network
Author: Jim Rojer
Author-email: jim.rojer@tno.nl
Maintainer: Jim Rojer, Kobus van Rooyen, Kelbij Star, Femke Janssen, Jesús Andrés Rodríguez Sarasty, Thijs van der Klauw
License: LGPLv3
Keywords: heat network optimization rtc tools
Platform: Windows
Platform: Linux
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Other
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=3.8,<3.11
Description-Content-Type: text/markdown
License-File: COPYING.LESSER
Requires-Dist: influxdb>=5.3.1
Requires-Dist: pyecore
Requires-Dist: pymoca>=0.9.0
Requires-Dist: rtc-tools==2.6.0a3
Requires-Dist: pyesdl>=21.11.0
Requires-Dist: pandas<2.0,>=1.3.1

# MPC Development

For more details, visit the documentation at http://warmingup.pages.ci.tno.nl/rtc-tools-heat-network/


## Release
This package is released on pypi [here](https://pypi.org/project/rtc-tools-heat-network/) whenever a new tag is pushed.
In order to release this package:

1. Make sure that all relevant merge requests and commits have been merged to the master and/or poc-release branch.
2. Run `git checkout master` or `git checkout poc-release` to switch to the release branch.
3. Run `git pull origin master` or `git pull origin poc-release` to pull all latest changes.
4. Run `git tag <new_version>` where `<new_version>` is the new version number.
5. Run `git push origin <new_version>` to push the tag to Github.
6. Check [Github](https://github.com/Nieuwe-Warmte-Nu/rtc-tools-heat-network/actions) to confirm the release is
   processed without errors.
7. Once the release has finished, confirm the new version is available on [pypi](https://pypi.org/project/rtc-tools-heat-network/).
