Metadata-Version: 2.4
Name: caraml-auth-google
Version: 0.0.0.post9
Requires-Python: >=3.9,<3.14
Description-Content-Type: text/markdown
Requires-Dist: google-auth>=2.18.0
Provides-Extra: dev
Requires-Dist: black==22.6.0; extra == "dev"
Requires-Dist: setuptools>=21.0.0; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Dynamic: description
Dynamic: description-content-type
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python

# CaraML Google Authentication

Utility package containing functions to authenticate users of the Python SDKs of CaraML.

## Installation

To install via `pip`:
```shell
pip install caraml-auth-google
```

To specify this in a `requirements.txt` file:
```txt
# Other dependencies here
caraml-auth-google
```

## Unit Tests

To run the unit tests, run the following command:
```shell
make test
```
