Skip to main content

A Python library to use 3rd party APIs in your project directly

Project description

Lund Process Flow Modules

A Python library for converting office files to PDF using the iLovePDF API.

Install the package

pip install ProcessFlowModules

Usage

Here's a basic example of how to use OpenAIModule:

from process_flow_modules.OpenAIModule import OpenAIModule

openai_client = OpenAIModule("api_type", "api_base", "api_version", "engine", "organization")
openai_client.create_gpt_model(messages="prompt")

Here's a basic example of how to use OutlookModule:

from process_flow_modules.OutlookModule import OutlookModule

outlook_client = OutlookModule("azure_authority_url", "azure_app_client_id", "azure_app_client_credential", "tenant_name")
outlook_client.search_email(search_query=search_query)

This project is licensed under the terms of the MIT license

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

LundProcessFlowModules-1.0.6.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

LundProcessFlowModules-1.0.6-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

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