Metadata-Version: 2.1
Name: bq-properties-creator
Version: 0.1.11
Summary: Python code that creates properties files containing all BigQuery resources
Home-page: https://github.com/mesmacosta/bq_properties_creator
Author: Marcelo Costa
Author-email: mesmacosta@gmail.com
License: MIT license
Keywords: bq_properties_creator
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
Requires-Dist: Click (>=7.0)
Requires-Dist: jinja2
Requires-Dist: google-cloud-bigquery

=====================
bq-properties-creator
=====================


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

.. image:: https://img.shields.io/travis/mesmacosta/bq_properties_creator.svg
        :target: https://travis-ci.com/mesmacosta/bq_properties_creator

.. image:: https://readthedocs.org/projects/bq-properties-creator/badge/?version=latest
        :target: https://bq-properties-creator.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Python code that creates properties files containing all BigQuery resources


* Free software: MIT license
* Documentation: https://bq-properties-creator.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-03-19)
------------------

* First release on PyPI.


