Metadata-Version: 2.1
Name: nestedlisttoflat
Version: 0.1.2
Summary: This package help you to convert to flat list from Nested List
Home-page: https://github.com/pypa/sampleproject
Author: Avik Das
Author-email: avik_das_2017@cba.isb.edu
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.0
Description-Content-Type: text/markdown
License-File: LICENSE.txt

**#Developer : Avik Das**

*## Convert nested list to one list* 

*How to run this package*


import nestedlisttoflat
from nestedlisttoflat.nestedlisttoflat import flatten_list
flatten_list("< pass listoflist >")


*Return the exception details as well *


