Metadata-Version: 2.1
Name: pywayne
Version: 1.0.0.8.3
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: configparser
Requires-Dist: easygui
Requires-Dist: filelock
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyperclip
Requires-Dist: scipy
Requires-Dist: seaborn
Requires-Dist: sortedcontainers
Requires-Dist: tqdm
Requires-Dist: pillow
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: boto3
Requires-Dist: botocore
Requires-Dist: setuptools

# 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!
