Metadata-Version: 2.1
Name: caraml-auth-google
Version: 0.0.0.post7
Summary: UNKNOWN
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.7,<3.11
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'

# 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
```

