Metadata-Version: 2.1
Name: bqrun
Version: 1.3.4
Summary: Query runner for BigQuery. It automatically analyzes dependencies and runs only necessary queries in parallel.
Home-page: https://github.com/hotoku/bqrun
License: MIT
Keywords: bigquery
Author: Yasunori Horikoshi
Author-email: horikoshi.et.al@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Jinja2 (>=3.0.3,<4.0.0)
Requires-Dist: networkx (>=2.6.3,<3.0.0)
Requires-Dist: pydot (>=1.4.2,<2.0.0)
Project-URL: Repository, https://github.com/hotoku/bqrun
Description-Content-Type: text/x-rst

=====
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

