Metadata-Version: 2.1
Name: aclib.pyi
Version: 1.0.0
Summary: compile and pack python project to exe with pyd.
Home-page: https://github.com/AnsChaser/aclib.pyi
Author: AnsChaser
Author-email: anschaser@163.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE


# Installation
    pip install aclib.pyi


# Usage

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

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