Metadata-Version: 2.1
Name: jmpy3
Version: 1.0.5
Summary: python代码一键加密
Home-page: https://github.com/Boris-code/jmpy.git
Author: Boris
Author-email: boris@bzkj.tech
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: Cython (==0.29.20)

# jmpy

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

## 简介

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

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

## 安装

    pip install jmpy3

## 使用方法

    jmpy -i "xxx project dir" [-o output dir]

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

