Metadata-Version: 1.1
Name: basic-func
Version: 0.0.1
Summary: A bunch of basic functions needed for all Python programs
Home-page: UNKNOWN
Author: Shanvanth Arunmozhi
Author-email: shanvantharunmozhi@gmail.com
License: MIT
Description: Hello and welcome to basic functions
        
        This pypi package contains the most frequently/basic used functions
        used in most python programs. Here are some examples
        
        	rand_bl():
        
        	rplc(list,index,item)
        
        	mns(num)
        
        	pls_abs(num)
        
        	mns_abs(num)
        
        	reset()
        
        etc...
        
        Thank you for using basic functions
        
        Change Log
        ==========
        
        0.0.1 (19/6/2020)
        -----------------
        
        -First Release
Keywords: functions
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
