Metadata-Version: 2.1
Name: Yikai_helper_funcs
Version: 0.1.6
Summary: Test nbdev for developing packages for self-resue
Home-page: https://github.com/DavidykZhao/Yikai_helper_funcs/tree/master/
Author: Yikai Zhao
Author-email: zdwzhaoyikai@gmail.com
License: Apache Software License 2.0
Description: # Project name here
        > Summary description here.
        
        
        This file will become your README and also the index of your documentation.
        
        ## Install
        
        `pip install your_project_name`
        
        ## How to use
        
        Since currently the functions are still being added and there are not many of them, the most convenient way is to simply `from Yikai_helper_funcs.core import * `.  This would give you all of the functions defined within the package. The names are carefully chosen thus they should not collide with your namespace.
        
Keywords: test
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
