Metadata-Version: 2.4
Name: django-outlook-sync
Version: 1.0.0
Summary: A standalone reusable Django package to automate background syncing of local desktop Outlook emails.
Author-email: Yonas <yonas2754@gmail.com>
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pywin32; sys_platform == "win32"
Requires-Dist: schedule>=1.2.0
Requires-Dist: djangorestframework>=3.14.0

# Django Outlook Sync Engine

A reusable Django module to sync structural message items seamlessly from localized Outlook desktop software installations into individual app environments.

## Setup Instructions
1. Install your local package.
2. Register `'django_outlook_sync'` in your `INSTALLED_APPS`.
3. Run `python manage.py migrate`.
