https://github.com/tomlxxvi/hvac
Collection of packages for HVAC engineering with Python
https://github.com/tomlxxvi/hvac
hvac python
Last synced: 22 days ago
JSON representation
Collection of packages for HVAC engineering with Python
- Host: GitHub
- URL: https://github.com/tomlxxvi/hvac
- Owner: TomLXXVI
- License: mit
- Created: 2022-10-15T17:07:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T19:37:05.000Z (about 1 year ago)
- Last Synced: 2024-01-30T20:48:56.598Z (about 1 year ago)
- Topics: hvac, python
- Language: Python
- Homepage:
- Size: 306 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Collection of packages for HVAC engineering with Python
> [!WARNING]
> This repository is no longer maintained. Please, check out my newer repository
> **python-hvac**.This repository contains a main package `hvac`, which will be further expanded in the future, containing a number of subpackages related to the field of HVAC engineering. If you want to use these Python packages in your own projects, please go ahead. The easiest way to get the package is to download this repository as a ZIP file by clicking the **Code** button above and selecting **Download ZIP**. The third-party libraries that need to be installed in your Python (virtual) environment are listed in the file *requirements.txt*.
The application of the packages will be demonstrated by subject in a number of Jupyter Books. Currently available are:
- [Vapor Compression Refrigeration Calculations with Python](https://tomlxxvi.github.io/Vapor-Compression-Refrigeration/)
- [Air Conditioning Calculations with Python](https://tomlxxvi.github.io/Air-Conditioning/)
- [Pipe and Duct Flow Calculations with Python](https://tomlxxvi.github.io/jbFluidFlow/intro.html)