Metadata-Version: 2.4
Name: django-googler
Version: 0.0.1
Summary: Django Googler is a simple way to integrate Google Auth Platform with your Django project.
Project-URL: Changelog, https://github.com/jmitchel3/django-googler
Project-URL: Documentation, https://github.com/jmitchel3/django-googler
Project-URL: Funding, https://github.com/jmitchel3/django-googler
Project-URL: Repository, https://github.com/jmitchel3/django-googler
Author-email: Justin Mitchel <justin@codingforentrepreneurs.com>
Keywords: auth,django,djangorestframework,google,oauth,oauth2,oauthlib
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.2
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: django>=5.2
Requires-Dist: djangorestframework>=3.15
Requires-Dist: google-auth-oauthlib>=1.2
Requires-Dist: google-auth>=2.41
Description-Content-Type: text/markdown

# Django Googler
Django Googler is a simple way to integrate Google Auth Platform with your Django project

## Installation

```bash
pip install django-googler
```

Depends on:

- [Python 3.12+](https://www.python.org/)
- [Django 5.2+](https://docs.djangoproject.com/)
