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.31.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

lume_py-0.1.31-py3-none-any.whl (17.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lume_py-0.1.31.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.31.0 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.66.2 importlib-metadata/6.0.0 keyring/23.13.1 rfc3986/1.5.0 colorama/0.4.6 CPython/3.10.14

File hashes

Hashes for lume_py-0.1.31.tar.gz
Algorithm Hash digest
SHA256 687de29f81ef16d4326185a10ed00632c8e2745945312d9fc6803d8bf864edd8
MD5 3c1cbe7f9a0e7b6207221664d2d3e321
BLAKE2b-256 7a3f45965929b470f10d87d2514f7a439bdc0dfd91802af43df5f292befbc313

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lume_py-0.1.31-py3-none-any.whl
  • Upload date:
  • Size: 17.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.31.0 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.66.2 importlib-metadata/6.0.0 keyring/23.13.1 rfc3986/1.5.0 colorama/0.4.6 CPython/3.10.14

File hashes

Hashes for lume_py-0.1.31-py3-none-any.whl
Algorithm Hash digest
SHA256 d47e33fbaa26c8f0971c3eedefb353826e7739a16c2fcab4132272888ee63616
MD5 601ba9f97f74b1c597949a6dcb6a1d49
BLAKE2b-256 ef93d8540f91dbebf04d19f2eea38c62c737ba1e4c3c78cd7844645d70d6b75b

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