Metadata-Version: 2.1
Name: bigquery-advanced-utils
Version: 0.0.1.dev1
Summary: A utility library that enhances the official BigQuery Python client by providing additional tools for efficient query management, data processing, and automation. Designed for developers and data scientists, `bigquery-utils` simplifies working with Google BigQuery.
Author-email: Alessio Siciliano <alessiosiciliano@outlook.it>
License: GPL-3.0
Keywords: python,bigquery,google-cloud,datatransfer
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-cloud-bigquery-datatransfer==3.17.1
Requires-Dist: google-cloud-resource-manager==1.13.1
Requires-Dist: google-cloud-bigquery==3.27.0
Requires-Dist: types-requests==2.32.0.20241016

# bigquery-utils

A utility library that enhances the official BigQuery Python client by providing additional tools for efficient query management, data processing, and automation. Designed for developers and data scientists, `bigquery-utils` simplifies working with Google BigQuery.

## Features in the future
- A new query builder.
- Custom data transformation and processing functions.
- Exclusive features with datatransfer.
- Utility functions to manipulate strings and query.

## Installation [not yet published]
Install `bigquery-utils` via pip:
```bash
pip install bigquery-utils
```

## Requirements
- Python 3.10+
- Google Cloud BigQuery client library

## Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your change, let's improve this library together!

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Contact
For questions or feedback, feel free to open an issue or reach out to the maintainer.
