Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 879 Bytes

File metadata and controls

22 lines (13 loc) · 879 Bytes

Ozark

Ozark

Introduction

Ozark lets you inspect Python from source to bytecode. It is built with React and powered by Memphis, a Python interpreter written from scratch in Rust.

Ozark does not aim to replicate the full CPython dis module, but rather an in-progress feature set.

An embedded version can be found on From Scratch Code.

Local Development

npm install
npm run dev

License

The software is granted under the terms of the MIT License. For details see the file LICENSE included with the source distribution. All copyrights are owned by their respective authors.