.gitattributes
.gitignore
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
pyproject.toml
.github/workflows/pip-ci.yml
.github/workflows/tests.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
kilojoule/__init__.py
kilojoule/_version.py
kilojoule/common.py
kilojoule/constants.py
kilojoule/display.py
kilojoule/export.py
kilojoule/humidair.py
kilojoule/idealgas.py
kilojoule/magics.py
kilojoule/organization.py
kilojoule/plotting.py
kilojoule/realfluid.py
kilojoule/solution_hash.py
kilojoule/units.py
kilojoule.egg-info/PKG-INFO
kilojoule.egg-info/SOURCES.txt
kilojoule.egg-info/dependency_links.txt
kilojoule.egg-info/requires.txt
kilojoule.egg-info/scm_file_list.json
kilojoule.egg-info/scm_version.json
kilojoule.egg-info/top_level.txt
kilojoule/fluids/__init__.py
kilojoule/schemdraw/__init__.py
kilojoule/schemdraw/thermo/__init__.py
kilojoule/schemdraw/thermo/common.py
kilojoule/schemdraw/thermo/compressor.py
kilojoule/schemdraw/thermo/hx.py
kilojoule/schemdraw/thermo/pipe.py
kilojoule/schemdraw/thermo/piston.py
kilojoule/schemdraw/thermo/pump.py
kilojoule/schemdraw/thermo/shaft.py
kilojoule/schemdraw/thermo/turbine.py
kilojoule/schemdraw/thermo/valve.py
kilojoule/tables/Bergman.py
kilojoule/tables/Cengel.py
kilojoule/tables/__init__.py
kilojoule/tables/air.py
kilojoule/tables/water.py
kilojoule/templates/SI.py
kilojoule/templates/SI_C.py
kilojoule/templates/USCS_F.py
kilojoule/templates/USCS_R.py
kilojoule/templates/__init__.py
kilojoule/templates/colab.py
kilojoule/templates/default.py
kilojoule/templates/fluids.py
kilojoule/templates/ht.py
kilojoule/templates/humidair_USCS_F.py
kilojoule/templates/humidair_default.py
kilojoule/templates/kSI.py
kilojoule/templates/kSI_C.py
kilojoule/templates/kSI_K.py
kilojoule/templates/thermo.py
kilojoule/thermo/__init__.py
tests/conftest.py
tests/test_imports.py
tests/test_units.py
tools/test_example_notebooks.py
tools/pdf_export/README.md
tools/pdf_export/export_notebook_to_pdf.py