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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file lume_py-0.1.22.tar.gz
.
File metadata
- Download URL: lume_py-0.1.22.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ace1d0d2bb5bdd70c0e12060e113561e4ca5f55c78ec375b521005f20ddf04c |
|
MD5 | e7deb7ecb7fa294d353be26004a89624 |
|
BLAKE2b-256 | 32db1fb83291690c7354291e46185f8784bad2c4b646f2f5e75f3bd02d6df530 |
File details
Details for the file lume_py-0.1.22-py3-none-any.whl
.
File metadata
- Download URL: lume_py-0.1.22-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be030e5c3130b320396cebbfda10005b3164af791d3e687af27afeebffed0745 |
|
MD5 | e2ad21780d3100b0e283e5ab822ed436 |
|
BLAKE2b-256 | 3af8ca69e67cc8693898630525987a6fbdd72fb1c6ea00c96ab9b0b7bf9865c1 |