skip to navigation
skip to content

purepy 0.1.0-a1

A Pure Python Implementation of CPython

The CPython implementation is the standard for Python (the language). The purepy package is a translation of the C code to pure Python, to a limited degree of completion. Additionally, purepy provides an interface around an alternate organization of the codes, aligned with structural and topical similarities.

purepy is intended for two things: helping developers understand the CPython implementation; and experimenting with it in pure Python.