Metadata-Version: 2.4
Name: gcp-auth-helper
Version: 0.1.1
Summary: Simple GCP credentials helper for local and production environments.
Home-page: https://github.com/lucasfonsecads/gcp-auth-helper.git
Author: Lucas Fonseca
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: google-auth
Requires-Dist: google-auth-oauthlib
Requires-Dist: google-auth-httplib2

# gcp-auth-helper

Uma library simples para obter credenciais do Google Cloud, que funciona tanto em ambientes locais quanto em produção.

## Instalação

```bash
pip install gcp-auth-helper
```

## Usage
```python
from gcp_auth_helper import get_gcp_credentials

credentials = get_gcp_credentials('environment')
```
