Skip to content

๐Ÿ“ README Highlights

This page curates important sections from README.md and adapts them for the docs flow.

โœจ Key Features

  • Handbook Data: built-in thermodynamic datasets from established sources.
  • Custom Thermodynamic Database: load external references and tables for project-specific data.
  • Minimal Dependencies: compact core dependency set.
  • Open Source: designed for extension and integration.

๐Ÿค– PyThermoAI

Related project: PyThermoAI
It focuses on AI-assisted thermodynamic data acquisition and conversion to PyThermoDB reference formats.

๐Ÿ““ Interactive Notebooks (Binder)

๐Ÿ”ฌ Google Colab Examples

๐Ÿš€ Streamlit App

PyThermoDB on Streamlit

๐Ÿ” Search Notes (from README)

README demonstrates search-oriented discovery flows. In current API usage, prefer:

  • search_databook(...) for component-oriented lookup
  • search_constants(...) for constants tables
  • list_components(...) / list_components_info(...) for broad inventory

Examples are documented in Search Workflows and Core Workflows.

๐Ÿ“ License Note

Project code is MIT-licensed. Thermodynamic datasets may have separate upstream licenses/terms and should be sourced/used accordingly.