Lever connectors for Bytewax
Project description
Bytewax Lever
This connector offers 1 source:
LeverPostingSource- Supplies created & updated Lever Postings
Installation
This package is available via PyPi as
bytewax-lever and can be installed via your package manager of choice.
Usage
import os
import bytewax.operators as op
from bytewax.dataflow import Dataflow
from bytewax.connectors.stdio import StdOutSink
from bytewax_lever import PostingSource
LEVER_API_KEY = os.environ["LEVER_API_KEY"]
flow = Dataflow("lever_example")
flow_input = op.input("input", flow, PostingSource(api_key=LEVER_API_KEY))
op.output("output", flow_input, StdOutSink())
License
Licensed under the MIT License.
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
bytewax_lever-0.2.2.tar.gz
(13.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bytewax_lever-0.2.2.tar.gz.
File metadata
- Download URL: bytewax_lever-0.2.2.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.5.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b42d62db6a2857563ee56b6affc8e48115d29e858c398fa06a72746ebeada0da
|
|
| MD5 |
19722b098a93f4fcbfe5016f6abb48d1
|
|
| BLAKE2b-256 |
728a0c2e2f30c5707cbc64b7d86f601b5736fd2923739189f264a9e295ba3754
|
File details
Details for the file bytewax_lever-0.2.2-py3-none-any.whl.
File metadata
- Download URL: bytewax_lever-0.2.2-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.5.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a3dbbd3d255411084653450e61aa09cb3df36b9fab905c4af15dff4431c9f20
|
|
| MD5 |
e969deee0e578f2b30ad58ea5690d826
|
|
| BLAKE2b-256 |
a6927c876b01cf0550c91ef5d3cbb7e726413125b9bf5a4f1363388b177c06f1
|