Metadata-Version: 2.1
Name: pywayne
Version: 1.0.0.0.1
Summary: Some useful tools
Home-page: https://github.com/wangyendt/wangye_algorithm_lib
Author: Wayne
Author-email: wang121ye@hotmail.com
License: UNKNOWN
Description: ## This is a useful tool mainly includes:
        
        1. Dectorator
        2. Data Structure
        3. Data Processing
        4. Mathematics
        
        For more details such as table of content, take a look at the head comments in tools.py
        
        ## Installation
        Try to run "pip install pywayne" in your commond line tool.
        
        ## How to use
        from pywayne.tools import *
        
        ## P.S.
        Feel free to contact me whenever you need help using this tool.
        
        e-mail: wang121ye@hotmail.com
        
        Pull-requests are always welcomed.
        
        Hopefully this may help you somewhere!
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
