Metadata-Version: 2.1
Name: iac-inscript
Version: 1.0.1
Summary: python代码一键加密
Home-page: https://github.com/Khalil12138/iac-inscript.git
Author: Boris
Author-email: boris@bzkj.tech
License: MIT
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Cython==3.0.10

# jmpy

![](https://img.shields.io/badge/python-3.0-brightgreen)

## 简介

将python代码一键加密为so或pyd。支持单个文件加密，整个项目加密。

Git仓库地址: https://github.com/Boris-code/jmpy.git

## 安装

    pip install iac-inscript

## 使用方法

    iac-inscript -i "xxx project dir" [-o output dir]

加密后的文件默认存储在 dist/project_name/ 下
