aclib.pyi

compile and pack python project to exe with pyd.


License
MIT
Install
pip install aclib.pyi==1.0.1

Documentation

Installation

pip install aclib.pyi

Usage

# from aclib.pyi import compile, pyipack
from aclib import pyi

compileddir = pyi.compile(...)
if compileddir:
    pyi.pyipack(...)