Metadata-Version: 2.1
Name: bqrun
Version: 1.3.1
Summary: Query runner for BigQuery. It automatically analyzes dependencies and runs only necessary queries in parallel.
Home-page: https://github.com/hotoku/bqrun
Author: Yasunori Horikoshi
Author-email: horikoshi.et.al@gmail.com
License: MIT license
Keywords: bigquery
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: networkx
Requires-Dist: jinja2
Requires-Dist: pydot

=====
bqrun
=====


.. image:: https://img.shields.io/pypi/v/bqrun.svg
        :target: https://pypi.python.org/pypi/bqrun

.. image:: https://img.shields.io/travis/hotoku/bqrun.svg
        :target: https://travis-ci.com/hotoku/bqrun

.. image:: https://readthedocs.org/projects/bqrun/badge/?version=latest
        :target: https://bqrun.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




a


* Free software: MIT license
* Documentation: https://bqrun.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-04-18)
------------------

* First release on PyPI.


