Metadata-Version: 2.1
Name: exp-convert
Version: 0.0.1
Summary: Menu driven program to convert Data Structure Notations to all expressions.
Home-page: https://kunwaryuvraj.herokuapp.com/
Author: KUNWAR YUVRAJ
Author-email: xxxx@xxx.xxx
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Installation
> pip install exp_convert
***
# Code
> import exp_convert.main as converter
converter.run()

