Skip to main content

An open-source Python package, t_office_365 providing easy-to-use classes and methods for interacting with Microsoft Office 365 services, including SharePoint, OneDrive, Outlook, and Excel, with features such as file management, email handling, and spreadsheet operations.

Project description

Description

This library simplifies Microsoft Office 365 integration by enabling authentication once and allowing the use of a single instance to access various services seamlessly.

Installation

The T-Office-365 package is available on PyPi. This library simplifies Microsoft Office 365 integration by enabling authentication once and allowing the use of a single instance to access various services seamlessly.You can use pip and can add it to your project by running the following command:

pip install t-office-365

Key features

1. Authentication once and all services available:

office = OfficeAccount(‘client_id’, ‘client_secret’, ‘tenant_id’)

2. Outlook App: send, get and parse emails

emails = office.outlook.get_emails(subject=’OTP Code’, unread=True)

3. OneDrive Integration: for efficient file storage, retrieval, and management

onedrive_site = office.onedrive.site(email_id=’user@example.com’)

4. SharePoint Integration: for efficient collaboration and document management

sharepoint_site = office.sharepoint.site(site_name=’example_site’)

5. Excel Operations: creating, updating, and retrieving data from live Excel files

# for Onedrive site

sheet_names = onedrive_site.excel.get_sheet_names(file_id=’file_id’)

# for SharePoint site

sheet_names = sharepoint_site.excel.get_sheet_names(file_id=’file_id’)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

t_office_365-0.1.22.tar.gz (15.5 kB view details)

Uploaded Source

File details

Details for the file t_office_365-0.1.22.tar.gz.

File metadata

  • Download URL: t_office_365-0.1.22.tar.gz
  • Upload date:
  • Size: 15.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.0

File hashes

Hashes for t_office_365-0.1.22.tar.gz
Algorithm Hash digest
SHA256 e1bdc9406e0fbfd3e581e4b449775a2605c605bd4f72b598090ce7075435313d
MD5 e5df60c24c45500b8ec9be46cea11ec9
BLAKE2b-256 1f9ad6fdaf8c50dd95cbd2af31fd32e00b3dc09c034d6b1ad823cc82bb7a52b5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page