Metadata-Version: 2.1
Name: avocadopy
Version: 0.0.1
Summary: Tools for medical statistics.
Home-page: https://github.com/b-niu/avocadopy
Author: B Niu
Author-email: shinji006@126.com
License: UNKNOWN
Description: # avocadopy
        
        This is a package of Python scripts which are usefull for medical statistics.  
        
        
        ## Usage:
        
        ```
        from avocadopy import utils
        
        utils.unique([1, 2, 2, 3])
        
        utils.shell_run("ls *.txt")
        
        ```
        
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
