Metadata-Version: 2.1
Name: pygua64
Version: 0.0.1
Summary: 64卦
Home-page: https://github.com/lizongying/pygua64
Author: Li ZongYing
Author-email: lizongying@msn.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/lizongying/pygua64/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# 64卦

代替base64

## example

```
from pygua64 import gua64
r = gua64.encode('hello，世界'.encode())
print(r.decode())

r = gua64.decode('䷯䷬䷿䷶䷸䷬䷀䷌䷌䷎䷼䷲䷰䷳䷸䷘䷔䷭䷒☯'.encode())
print(r.decode())
```

