Metadata-Version: 2.1
Name: bqcon
Version: 0.1.1
Summary: Python Package for doing basic operations over google big query 
Home-page: https://github.com/iyappan24/bqcon
Author: iyappan
Author-email: iyappan.akp@gmail.com
License: MIT
Keywords: big query wrapper,google big query sdk
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: google-cloud
Requires-Dist: google-cloud-bigquery
Requires-Dist: pandas-gbq

# bqcon
A wrapper that allows to perform basic operations of fetching insertion and updation in google big query. Enabling you to work with datasets and tables using python modules.



Using this package you can perform the following operations in google big query: 


1. Insert 
2. Fetch one 
3. Fetch many 
4. Customquery 
5. Delete Dataset 
6. Detete table 
5. Update  


For Detailed Documenation :  https://iyappan24.github.io/bqcon/


Code Repository :  https://github.com/iyappan24/bqcon

Use Cases and Examples : https://www.iyappanatwork.info/post/python-wrapper-for-google-big-query-bqcon



