Metadata-Version: 2.1
Name: django-gmailapi-json-backend
Version: 1.0.dev1
Summary: Email backend for Django which sends email via the Gmail API through a JSON credential
Home-page: https://github.com/innoveit/django-gmailapi-json-backend
Author: Innove
Author-email: info@innove.it
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/innoveit/django-gmailapi-json-backend
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django
Requires-Dist: google-api-python-client
Requires-Dist: google-auth-httplib2
Requires-Dist: google-auth-oauthlib

# django-gmailapi-json-backend
Email backend for Django which sends email via the Gmail API through a JSON credential

## Requirements
Python 3.9+

## Installation
Python DHL API is available through pip. To easily install or upgrade it, do
```
pip install --upgrade django-gmailapi-json-backend
```

