Metadata-Version: 1.1
Name: ebmdatalab-python
Version: 0.0.3
Summary: Tools used by EBMDataLab when interacting with BigQuery
Home-page: https://github.com/ebmdatalab-tools
Author: Seb Bacon
Author-email: tech@ebmdatalab.net
License: MIT
Description: EBMDataLab bigquery utils
        =========================
        
        Useful, common utilities for working with bigquery.
        
        This is currently a moving target and subject to fast, breaking
        changes...
        
        Development notes
        -----------------
        
        To run tests and check packaging, run tox::
        
          $ tox
        
        To push to PyPI::
        
          $ python setup.py sdist upload
        
Keywords: bigquery utilities
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
