Skip to content

Installation

Requirements

  • Python 3.13 or higher

Install with pip

pip install pyjinhx

Install with uv

uv add pyjinhx

Dependencies

PyJinHx automatically installs these dependencies:

  • Jinja2 - Template engine
  • Pydantic - Data validation and settings
  • MarkupSafe - Safe HTML string handling

Verify Installation

from pyjinhx import BaseComponent, Renderer

print("PyJinHx installed successfully!")