Metadata-Version: 2.1
Name: essential-functions
Version: 0.0.1
Summary: Simple package to try out packaging
Home-page: https://github.com/palnabarun/essential-functions
Author: Nabarun Pal
Author-email: pal.nabarun95@gmail.com
License: UNKNOWN
Description: # Essential Functions
        
        This repository contains some essential python functions required in day to day life.
        
        ## Proposed
        
        - xsum
        - fib
        - square
        - cube
        - exp
        - xmult
        
        ## Proposed refactor
        
        - Make it as a packaga
        - Push it to PyPI
        
        Copyright 2018 MIT License @palnabarun
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
