Metadata-Version: 2.1
Name: fslparser
Version: 0.0.1
Summary: fsl-parser
Home-page: UNKNOWN
Author: Fatemeh
Author-email: 
License: UNKNOWN
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

# Fslparser 

This package includes fsl parser. 
# How to install
pip install fslparser
# How to run
import fslparser \
from fslparser import parsers \
(X, y) = parsers.fsl_parser(args) 


