Skip to content

kaiix/lain-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAIN SDK

Build Status codecov MIT license

LAIN SDK 在 LAIN 集群中用于对 lain.yaml 的解析,包含 python parser 和 lua parser。

在 LAIN 中使用的为 python parser,提供给 LAIN CLIconsole 使用。

目前 SDK 支持的 lain.yaml 格式可以查看 LAIN White Paper

打包上传到 PyPI

依赖

pip install twine  # 上传工具
pip install wheel  # 打包工具

打包上传

rm -rf dist/  # 清空以前的构建
python setup.py sdist  # 打包源代码
python setup.py bdist_wheel  # 构建 wheel
twine upload dist/*  # 上传

About

Forked from SDK for LAIN cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Makefile 0.8%