Metadata-Version: 2.1
Name: okfinance
Version: 1.1.6
Summary: 金融工具库
Home-page: https://github.com/youxikaifa/finance
Author: Langzijin
Author-email: 1023142580@qq.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
License-File: LICENSE

# Example Package

This is a simple example package. You can use
[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.

# pip 
```
py -m pip install --upgrade pip
py -m pip install --upgrade build
py -m pip install --upgrade twine
```

# build
```py -m build
```

# upload
```
py -m twine upload --repository pypi dist/*
```

