Metadata-Version: 2.0
Name: sqlpandas
Version: 0.1
Summary: Native SQL Wrapper for Pandas
Home-page: https://github.com/jvlingam/SQLpandas
Author: Vijay Lingam
Author-email: jvlingam@gmail.com
License: VijayLingam
Platform: All

-	This module accepts only select statement in SQL and accepts only one condition in this version.
-	Multiple columns select, single column select and all columns select options are available.
-	Also note, LIKE parameters, GroupBy option doesn't work in this version.


