A Python package for authoring, building, and deploying PreTeXt projects. PreTeXt is an XML-based markup language for writing academic articles, textbooks, and other documents. Current version 2.38.3, requires Python >=3.10, <4.0. Roughly monthly releases.
pip install pretextNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a new PreTeXt project and build to HTML.
Upgrade to Python >=3.10.
Always import from the top-level `pretext` package. E.g., import `pretext` and call `pretext.build(...)`.
No dependency data recorded yet.