Metadata-Version: 2.1
Name: MyPakage
Version: 0.2.4
Summary: this code is used for my learning, because other wheels are not enough or perfect author:nwkami
Home-page: https://github.com/yourusername/my-awesome-package
Author: nwkami
Author-email: your.email@example.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

this code is used for my learning, 
because other wheels are not enough or perfect  
author: nwkami.   
init.py should put in a path named as your package name,and "name = "example_pkg""in it
again I move the code py into the path where init in. and in init we write "from xxx import *"  
then this version is the first usable version
README文件中有中文的时候，setup需要有特殊的设置。  
这一版我加上了  
库函数的代码我没有改
~~~~~~~~~~~~~~~~~~~~
更新：加上了matrixlizing_function函数
~~~~~~~~~~~~~~~~~~~~
更新：加上了get_location_by_name
