bytewax-lever


Namebytewax-lever JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
SummaryLever connectors for Bytewax
upload_time2024-11-27 00:31:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseMIT License Copyright (c) 2024 James Ward Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords bytewax lever
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI](https://img.shields.io/pypi/v/bytewax-lever.svg?style=flat-square)](https://pypi.org/project/bytewax-lever/)

# Bytewax Lever

[Lever](https://lever.co) connectors for [Bytewax](https://bytewax.io).

This connector offers 1 source:

* `LeverPostingSource` - Supplies created & updated Lever Postings

## Installation

This package is available via [PyPi](https://pypi.org/project/bytewax-lever) as
`bytewax-lever` and can be installed via your package manager of choice.

## Usage

```python
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](./LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bytewax-lever",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "bytewax, lever",
    "author": null,
    "author_email": "James Ward <james@notjam.es>",
    "download_url": "https://files.pythonhosted.org/packages/72/8a/0c2e2f30c5707cbc64b7d86f601b5736fd2923739189f264a9e295ba3754/bytewax_lever-0.2.2.tar.gz",
    "platform": null,
    "description": "[![PyPI](https://img.shields.io/pypi/v/bytewax-lever.svg?style=flat-square)](https://pypi.org/project/bytewax-lever/)\n\n# Bytewax Lever\n\n[Lever](https://lever.co) connectors for [Bytewax](https://bytewax.io).\n\nThis connector offers 1 source:\n\n* `LeverPostingSource` - Supplies created & updated Lever Postings\n\n## Installation\n\nThis package is available via [PyPi](https://pypi.org/project/bytewax-lever) as\n`bytewax-lever` and can be installed via your package manager of choice.\n\n## Usage\n\n```python\nimport os\n\nimport bytewax.operators as op\nfrom bytewax.dataflow import Dataflow\nfrom bytewax.connectors.stdio import StdOutSink\n\nfrom bytewax_lever import PostingSource\n\nLEVER_API_KEY = os.environ[\"LEVER_API_KEY\"]\n\nflow = Dataflow(\"lever_example\")\nflow_input = op.input(\"input\", flow, PostingSource(api_key=LEVER_API_KEY))\n\nop.output(\"output\", flow_input, StdOutSink())\n```\n\n## License\n\nLicensed under the [MIT License](./LICENSE).\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 James Ward  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Lever connectors for Bytewax",
    "version": "0.2.2",
    "project_urls": {
        "Issues": "https://github.com/imnotjames/bytewax-lever/issues",
        "Repository": "https://github.com/imnotjames/bytewax-lever.git"
    },
    "split_keywords": [
        "bytewax",
        " lever"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a6927c876b01cf0550c91ef5d3cbb7e726413125b9bf5a4f1363388b177c06f1",
                "md5": "e969deee0e578f2b30ad58ea5690d826",
                "sha256": "1a3dbbd3d255411084653450e61aa09cb3df36b9fab905c4af15dff4431c9f20"
            },
            "downloads": -1,
            "filename": "bytewax_lever-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e969deee0e578f2b30ad58ea5690d826",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 7058,
            "upload_time": "2024-11-27T00:31:38",
            "upload_time_iso_8601": "2024-11-27T00:31:38.193115Z",
            "url": "https://files.pythonhosted.org/packages/a6/92/7c876b01cf0550c91ef5d3cbb7e726413125b9bf5a4f1363388b177c06f1/bytewax_lever-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "728a0c2e2f30c5707cbc64b7d86f601b5736fd2923739189f264a9e295ba3754",
                "md5": "19722b098a93f4fcbfe5016f6abb48d1",
                "sha256": "b42d62db6a2857563ee56b6affc8e48115d29e858c398fa06a72746ebeada0da"
            },
            "downloads": -1,
            "filename": "bytewax_lever-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "19722b098a93f4fcbfe5016f6abb48d1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 13208,
            "upload_time": "2024-11-27T00:31:39",
            "upload_time_iso_8601": "2024-11-27T00:31:39.202434Z",
            "url": "https://files.pythonhosted.org/packages/72/8a/0c2e2f30c5707cbc64b7d86f601b5736fd2923739189f264a9e295ba3754/bytewax_lever-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-27 00:31:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "imnotjames",
    "github_project": "bytewax-lever",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bytewax-lever"
}
        
Elapsed time: 2.63410s