Skip to main content

An SDK to connect to the Lume API

Project description

📚 Documentation   •   🖥️ Application   •   🏠 Home

Lume Python SDK (lume_py)

Overview

lume_py is a Python SDK designed to facilitate seamless interaction with the Lume API. It provides an intuitive and straightforward interface for developers to integrate Lume's services into their Python applications, enabling efficient access to Lume's powerful features.

Features

  • Easy API Integration: Quickly connect to and interact with the Lume API.
  • Asynchronous Support: Built on top of httpx, offering asynchronous capabilities for better performance.
  • Pydantic Integration: Utilizes Pydantic for data validation and settings management.
  • Extensible: Modular design allows for easy customization and extension.

Installation

To install the lume_py SDK, use the following pip command:

pip install lume-py

Quickstart

Retrieve your source_data and target_schema.

target_schema = {
    "type": "object",
    "properties": {
        "f_name": {
            "type": "string",
            "description": "The first name of the user",
        },
        "l_name": {
            "type": "string",
            "description": "The last name of the user",
        },
    },
    "required": ["f_name", "l_name"],
}

source_data = [
    {"first_name": "John", "last_name": "Doe"},
    {"first_name": "Jane", "last_name": "Smith"},
]

Status

The Lume Python SDK is currently in beta. Please reach out to support if you have any questions, encounter any bugs, or have any feature requests.

Additional Resources

For detailed information on creating pipelines, running jobs, and managing other workflows, please refer to the examples folder.

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

lume_py-0.1.20.tar.gz (13.6 kB view details)

Uploaded Source

Built Distribution

lume_py-0.1.20-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

Details for the file lume_py-0.1.20.tar.gz.

File metadata

  • Download URL: lume_py-0.1.20.tar.gz
  • Upload date:
  • Size: 13.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for lume_py-0.1.20.tar.gz
Algorithm Hash digest
SHA256 79f148362f12ca1b8adba595a7fd0cbe3171a7b216c9df05377982aa2f83b4a3
MD5 a0aa68eeaeb818ff135d6df98db38e7b
BLAKE2b-256 e1779d8fdbfd766ac540386be971e901b7acf3f34946a50433ba8c4c3f69ca49

See more details on using hashes here.

File details

Details for the file lume_py-0.1.20-py3-none-any.whl.

File metadata

  • Download URL: lume_py-0.1.20-py3-none-any.whl
  • Upload date:
  • Size: 15.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for lume_py-0.1.20-py3-none-any.whl
Algorithm Hash digest
SHA256 951294365d16fc2ce8e0d23ea42f4bc27534853bda39d52bb285eaf0da34234c
MD5 3a6ca7146b1e8500aace65bcd9457bd4
BLAKE2b-256 e5703d6240ddd59df7e3c07c355a27b839c7ed4fdf72f12531b91fbcb6a0d135

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