Metadata-Version: 2.1
Name: ising-sdk
Version: 1.0.6
Summary: Python SDK for Ising Cloud Service
Home-page: UNKNOWN
Author: ising
Author-email: haojunjie@isingtech.com
License: UNKNOWN
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

##install dependencies
pip install setuptools wheel twine

##build package
python setup.py sdist bdist_wheel

