Metadata-Version: 2.1
Name: kiwizen
Version: 0.0.6
Summary: Many pieces of useful python code
Home-page: https://gitee.com/zen_shawn/Kiwi.git
Author: Zen Shawn
Author-email: xiaozisheng2008@qq.com
Maintainer: Zen Shawn
Maintainer-email: xiaozisheng2008@qq.com
License: BSD License
Platform: all
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: coloredlogs (==14.0)
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy

# kiwizen 
### many pieces of useful python code
---
## alg
- kiwizen.alg.IntersectionOfSpaceLines   
Calculate the intersection point of 2 n-dimension lines    

## plt
- kiwizen.plt.arrow3d  
Draw an arrow in matplot.pyplot

## common
- RichLogger

## adb
- automatic make phone calls

