Metadata-Version: 2.1
Name: pyjce2
Version: 0.1.0
Summary: Tecent JCE parser for Python,implement with pydantic
Home-page: https://github.com/synodriver/pyjce
Author: synodriver
Author-email: diguohuangjiajinweijun@gmail.com
Maintainer: synodriver
License: MIT
Description: # pyjce2
        
        [![pypi](https://img.shields.io/pypi/v/pyjce2.svg)](https://pypi.org/project/pyjce/) 
        ![python](https://img.shields.io/pypi/pyversions/pyjce2)
        ![implementation](https://img.shields.io/pypi/implementation/pyjce2)
        ![wheel](https://img.shields.io/pypi/wheel/pyjce2)
        ![license](https://img.shields.io/github/license/synodriver/pyjce.svg)
        
        - 参考了 [pyjce](https://github.com/washingtown/PyJce)
        - 原版只是实现了反序列化,此版本加入了序列化功能
        
        - v0.1.0 大改 使用pydantic验证类型 自动读写jce结构体
Keywords: jce,tars
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Description-Content-Type: text/markdown
