Metadata-Version: 2.1
Name: bigquery-orm
Version: 0.0.2
Summary: BigQuery ORM
Home-page: https://github.com/FernandoCelmer/python-bigquery-orm
Author: Fernando Celmer
Author-email: email@fernandocelmer.com
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# python-bigquery-orm

![GitHub last commit](https://img.shields.io/github/last-commit/FernandoCelmer/python-bigquery-orm?style=flat-square)
![PyPI](https://img.shields.io/pypi/v/bigquery-orm?style=flat-square)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bigquery-orm?style=flat-square)
![PyPI - Downloads](https://img.shields.io/pypi/dm/bigquery-orm?style=flat-square)


---

- **Documentation**: [https://fernandocelmer.github.io/python-bigquery-orm](https://fernandocelmer.github.io/python-bigquery-orm/)
- **Source Code**: [https://github.com/FernandoCelmer/python-bigquery-orm](https://github.com/FernandoCelmer/python-bigquery-orm)

---


## [Installation](#)

- **PIP**

      pip install bigquery-orm

- **Poetry**

      poetry add bigquery-orm

## [Uninstallation](#)

- **PIP**

      pip uninstall bigquery-orm

- **Poetry**

      poetry remove bigquery-orm

## Commit Style

- ⚙️ FEATURE
- 📝 PEP8
- 📌 ISSUE
- 🪲 BUG
- 📘 DOCS
- 📦 PyPI
- ❤️️ TEST
- ⬆️ CI/CD
- ⚠️ SECURITY

## License

This project is licensed under the terms of the MIT license.
