Metadata-Version: 2.2
Name: pywayne
Version: 1.0.1.1.9
Summary: Some useful tools
Home-page: https://github.com/wangyendt/wangye_algorithm_lib
Author: Wayne
Author-email: wang121ye@hotmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ipdb
Requires-Dist: natsort
Requires-Dist: sortedcontainers
Requires-Dist: tqdm
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: configparser
Requires-Dist: setuptools
Requires-Dist: filelock
Requires-Dist: pyyaml
Requires-Dist: requests
Provides-Extra: full
Requires-Dist: easygui; extra == "full"
Requires-Dist: h5py; extra == "full"
Requires-Dist: pynput; extra == "full"
Requires-Dist: pyperclip; extra == "full"
Requires-Dist: seaborn; extra == "full"
Requires-Dist: pillow; extra == "full"
Requires-Dist: boto3; extra == "full"
Requires-Dist: botocore; extra == "full"
Requires-Dist: oss2; extra == "full"
Requires-Dist: concave_hull; extra == "full"
Requires-Dist: alphashape; extra == "full"
Requires-Dist: shapely; extra == "full"
Requires-Dist: gtts; extra == "full"
Requires-Dist: lark_oapi; extra == "full"
Provides-Extra: gui
Requires-Dist: easygui; extra == "gui"
Requires-Dist: pynput; extra == "gui"
Provides-Extra: image
Requires-Dist: pillow; extra == "image"
Provides-Extra: aws
Requires-Dist: boto3; extra == "aws"
Requires-Dist: botocore; extra == "aws"
Requires-Dist: oss2; extra == "aws"
Provides-Extra: data
Requires-Dist: h5py; extra == "data"
Requires-Dist: seaborn; extra == "data"
Requires-Dist: pyperclip; extra == "data"
Provides-Extra: geo
Requires-Dist: concave_hull; extra == "geo"
Requires-Dist: alphashape; extra == "geo"
Requires-Dist: shapely; extra == "geo"
Provides-Extra: bot
Requires-Dist: lark-oapi; extra == "bot"
Requires-Dist: gtts; extra == "bot"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# This is a useful tool for python and c++ (pybind)

## Currently includes:
- data-structure
- dsp
- gui
- math
- tools

# Installation
Try to run "pip install pywayne" in your commond line tool.

# How to use
from pywayne.tools import *

files = list_all_files(path_to_root)

...

# Documentation
https://wayne-algorithm-lib.readthedocs.io/

# P.S.
Feel free to contact me whenever you need help using this tool.

e-mail: wang121ye@hotmail.com

leetcode: http://leetcode.com/wangyehope

github: http://github.com/wangyendt

Pull-requests are always welcomed.

Hopefully this may help you somewhere!
