Metadata-Version: 2.1
Name: happtiq_commons_google_cloud
Version: 0.0.8.dev1
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: google-cloud-storage
Requires-Dist: cloudevents
Requires-Dist: google-cloud-logging
Requires-Dist: google-auth
Requires-Dist: google-auth-oauthlib
Requires-Dist: google-cloud-pubsub
Requires-Dist: google-cloud-secret-manager
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"

# happtiq_commons_google_cloud

[![PyPI version](https://badge.fury.io/py/happtiq_commons_google_cloud.svg)](https://badge.fury.io/py/happtiq_commons_google_cloud)

`happtiq_commons_google_cloud` is a Python package that provides a set of utilities and services to work with Google Cloud Platform (GCP). This package includes services for OAuth2 authentication, Google Cloud Storage (GCS) operations, Pub/Sub messaging, Secret Manager, and more.

## Installation

To install `happtiq_commons_google_cloud`, use pip:

```bash
pip install happtiq_commons_google_cloud
```

## Contributing

Contributions are welcome! Please open an issue or submit a pull request if you have any suggestions or improvements.

## License

This project is licensed under the Apache License, Version 2.0, January 2004. You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


This ensures that the license is clearly stated and provides the necessary information for users to understand their rights and obligations under the Apache License, Version 2.0.
