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.
- imugi only supports Python 3.6 or later
- imugi only supports macOS
pip install -e .[dev]
isort imugi/**/*.py -c
flake8