.gitattributes
.gitignore
LICENSE
README.md
setup.py
office/__init__.py
office/attribute.py
office/blob.py
office/config.py
office/fluent.py
office/office.py
office/query.py
office365.egg-info/PKG-INFO
office365.egg-info/SOURCES.txt
office365.egg-info/dependency_links.txt
office365.egg-info/top_level.txt
office/calendar/__init__.py
office/calendar/calendar.py
office/calendar/event.py
office/calendar/service.py
office/outlook/__init__.py
office/outlook/folder.py
office/outlook/message.py
office/outlook/service.py
office/people/__init__.py
office/people/contact.py
office/people/folder.py
office/people/service.py
office/resources/__init__.py
office/resources/blob_content_types.json
tests/test_attribute.py
tests/test_blob.py
tests/test_contact.py
tests/test_fluent.py
tests/test_folder.py
tests/test_message.py
tests/test_office.py
tests/test_query.py