Metadata-Version: 2.4
Name: temper-core
Version: 0.5.0
Summary: Runtime support for Python generated by Temper
Author-email: Temper Authors <libraries@temper.systems>
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Temper Core Library for Python

This is the Python implementation of the Temper language's runtime support. It
includes the contents of `temper_core/**`.

Essentially, when a Temper module is compiled, this is what implements various
Temper builtin types, functions, etc. that meet the Temper specification.
