Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 583 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 583 Bytes

Imugi

The experimental python compiler written in python

imugi compiles python to use the Objective-C Runtime.

Objective-C Runtime is used only for PoC and can be changed later.

Development

  • imugi only supports Python 3.6 or later
  • imugi only supports macOS
pip install -e .[dev]

Pre-commit

isort imugi/**/*.py -c
flake8