Name | tap-pushbullet JSON |
Version |
0.4.1
JSON |
| download |
home_page | None |
Summary | Singer tap for Pushbullet, built with the Meltano SDK for Singer Taps. |
upload_time | 2025-01-31 23:48:37 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | None |
keywords |
elt
pushbullet
singer.io
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# `tap-pushbullet`
Singer tap for Pushbullet.
Built with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.
## Capabilities
* `catalog`
* `state`
* `discover`
* `about`
* `stream-maps`
## Settings
- [ ] `Developer TODO:` Declare tap settings here.
A full list of supported settings and capabilities is available by running: `tap-pushbullet --about`
### Source Authentication and Authorization
- [ ] `Developer TODO:` If your tap requires special access on the source system, or any special authentication requirements, provide those here.
## Usage
You can easily run `tap-pushbullet` by itself or in a pipeline using [Meltano](https://meltano.com/).
### Executing the Tap Directly
```bash
tap-pushbullet --version
tap-pushbullet --help
tap-pushbullet --config CONFIG --discover > ./catalog.json
```
## Developer Resources
- [ ] `Developer TODO:` As a first step, scan the entire project for the text "`TODO:`" and complete any recommended steps, deleting the "TODO" references once completed.
### Initialize your Development Environment
Install [`uv`](https://docs.astral.sh/uv/getting-started/installation/) if you haven't already.
### Create and Run Tests
Create tests within the `tests` subfolder and then run:
```bash
uv run pytest
```
You can also test the `tap-pushbullet` CLI interface directly using `uv run`:
```bash
uv run tap-pushbullet --help
```
### Testing with [Meltano](https://www.meltano.com)
_**Note:** This tap will work in any Singer environment and does not require Meltano.
Examples here are for convenience and to streamline end-to-end orchestration scenarios._
Your project comes with a custom `meltano.yml` project file already created. Open the `meltano.yml` and follow any _"TODO"_ items listed in
the file.
Next, install Meltano (if you haven't already) and any needed plugins:
```bash
# Install meltano
uv tool install meltano
# Configure the backend to use `uv`
meltano config meltano set venv.backend uv
# Initialize meltano within this directory
cd tap-pushbullet
meltano install
```
Now you can test and orchestrate using Meltano:
```bash
# Test invocation:
meltano invoke tap-pushbullet --version
# OR run a test `elt` pipeline:
meltano run tap-pushbullet target-jsonl
```
### SDK Dev Guide
See the [dev guide](https://sdk.meltano.com/en/latest/dev_guide.html) for more instructions on how to use the SDK to
develop your own taps and targets.
Raw data
{
"_id": null,
"home_page": null,
"name": "tap-pushbullet",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "ELT, Pushbullet, singer.io",
"author": null,
"author_email": "Edgar Ram\u00edrez-Mondrag\u00f3n <edgarrm358@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/93/70/6dd721f8395058944e57d84f5f1eecfd42d9c01a42fafd2b5143dde892db/tap_pushbullet-0.4.1.tar.gz",
"platform": null,
"description": "# `tap-pushbullet`\n\nSinger tap for Pushbullet.\n\nBuilt with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.\n\n## Capabilities\n\n* `catalog`\n* `state`\n* `discover`\n* `about`\n* `stream-maps`\n\n## Settings\n\n- [ ] `Developer TODO:` Declare tap settings here.\n\nA full list of supported settings and capabilities is available by running: `tap-pushbullet --about`\n\n### Source Authentication and Authorization\n\n- [ ] `Developer TODO:` If your tap requires special access on the source system, or any special authentication requirements, provide those here.\n\n## Usage\n\nYou can easily run `tap-pushbullet` by itself or in a pipeline using [Meltano](https://meltano.com/).\n\n### Executing the Tap Directly\n\n```bash\ntap-pushbullet --version\ntap-pushbullet --help\ntap-pushbullet --config CONFIG --discover > ./catalog.json\n```\n\n## Developer Resources\n\n- [ ] `Developer TODO:` As a first step, scan the entire project for the text \"`TODO:`\" and complete any recommended steps, deleting the \"TODO\" references once completed.\n\n### Initialize your Development Environment\n\nInstall [`uv`](https://docs.astral.sh/uv/getting-started/installation/) if you haven't already.\n\n### Create and Run Tests\n\nCreate tests within the `tests` subfolder and then run:\n\n```bash\nuv run pytest\n```\n\nYou can also test the `tap-pushbullet` CLI interface directly using `uv run`:\n\n```bash\nuv run tap-pushbullet --help\n```\n\n### Testing with [Meltano](https://www.meltano.com)\n\n_**Note:** This tap will work in any Singer environment and does not require Meltano.\nExamples here are for convenience and to streamline end-to-end orchestration scenarios._\n\nYour project comes with a custom `meltano.yml` project file already created. Open the `meltano.yml` and follow any _\"TODO\"_ items listed in\nthe file.\n\nNext, install Meltano (if you haven't already) and any needed plugins:\n\n```bash\n# Install meltano\nuv tool install meltano\n\n# Configure the backend to use `uv`\nmeltano config meltano set venv.backend uv\n\n# Initialize meltano within this directory\ncd tap-pushbullet\nmeltano install\n```\n\nNow you can test and orchestrate using Meltano:\n\n```bash\n# Test invocation:\nmeltano invoke tap-pushbullet --version\n\n# OR run a test `elt` pipeline:\nmeltano run tap-pushbullet target-jsonl\n```\n\n### SDK Dev Guide\n\nSee the [dev guide](https://sdk.meltano.com/en/latest/dev_guide.html) for more instructions on how to use the SDK to\ndevelop your own taps and targets.\n",
"bugtrack_url": null,
"license": null,
"summary": "Singer tap for Pushbullet, built with the Meltano SDK for Singer Taps.",
"version": "0.4.1",
"project_urls": {
"Documentation": "https://github.com/edgarrmondragon/tap-pushbullet#readme",
"Homepage": "https://github.com/edgarrmondragon/tap-pushbullet",
"Repository": "https://github.com/edgarrmondragon/tap-pushbullet"
},
"split_keywords": [
"elt",
" pushbullet",
" singer.io"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fe351a23288bbc17e3a96b6c87bea9616578e7b87c58c46ae4683d196744c9de",
"md5": "1e59e5d7d529501cfe257d58327053e9",
"sha256": "260c47b77a22158b0813af4df61acfb74a4dfbabaf2f269455d898df0a129152"
},
"downloads": -1,
"filename": "tap_pushbullet-0.4.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1e59e5d7d529501cfe257d58327053e9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 9118,
"upload_time": "2025-01-31T23:48:35",
"upload_time_iso_8601": "2025-01-31T23:48:35.824969Z",
"url": "https://files.pythonhosted.org/packages/fe/35/1a23288bbc17e3a96b6c87bea9616578e7b87c58c46ae4683d196744c9de/tap_pushbullet-0.4.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "93706dd721f8395058944e57d84f5f1eecfd42d9c01a42fafd2b5143dde892db",
"md5": "15f9d47b1d760dd4e015e329483ad4d7",
"sha256": "3673851408df4802d099941ffa5a5f6e6f113aa30268fa4c920c9838fb128c8a"
},
"downloads": -1,
"filename": "tap_pushbullet-0.4.1.tar.gz",
"has_sig": false,
"md5_digest": "15f9d47b1d760dd4e015e329483ad4d7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 68116,
"upload_time": "2025-01-31T23:48:37",
"upload_time_iso_8601": "2025-01-31T23:48:37.076515Z",
"url": "https://files.pythonhosted.org/packages/93/70/6dd721f8395058944e57d84f5f1eecfd42d9c01a42fafd2b5143dde892db/tap_pushbullet-0.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-31 23:48:37",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "edgarrmondragon",
"github_project": "tap-pushbullet#readme",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "tap-pushbullet"
}