Name | tap-pushbullet JSON |
Version |
0.5.0
JSON |
| download |
home_page | None |
Summary | Singer tap for Pushbullet, built with the Meltano SDK for Singer Taps. |
upload_time | 2025-07-22 03:31:37 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
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.10",
"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/90/d3/023b56e8f24be70053d605ddb1c11fba5ed85c4d4d5594fde5d1889256c0/tap_pushbullet-0.5.0.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.5.0",
"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": null,
"digests": {
"blake2b_256": "c028786f71cac913ab1374998a28720f7da1d850a86283dc2ff49d199937418a",
"md5": "70f4114161e989f564200ba0cbdfa44a",
"sha256": "fb8819e30007ab23728ea9630bb7871c0f8b06f2332cd32863842857860f703f"
},
"downloads": -1,
"filename": "tap_pushbullet-0.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "70f4114161e989f564200ba0cbdfa44a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 8859,
"upload_time": "2025-07-22T03:31:36",
"upload_time_iso_8601": "2025-07-22T03:31:36.361828Z",
"url": "https://files.pythonhosted.org/packages/c0/28/786f71cac913ab1374998a28720f7da1d850a86283dc2ff49d199937418a/tap_pushbullet-0.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "90d3023b56e8f24be70053d605ddb1c11fba5ed85c4d4d5594fde5d1889256c0",
"md5": "2405cd3ab3506d198b5cbefdeb53f353",
"sha256": "7391dd9896c31e53389ad0ea041e9f908a61f5ad6ee40a765f5a64831a202537"
},
"downloads": -1,
"filename": "tap_pushbullet-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "2405cd3ab3506d198b5cbefdeb53f353",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 68131,
"upload_time": "2025-07-22T03:31:37",
"upload_time_iso_8601": "2025-07-22T03:31:37.741487Z",
"url": "https://files.pythonhosted.org/packages/90/d3/023b56e8f24be70053d605ddb1c11fba5ed85c4d4d5594fde5d1889256c0/tap_pushbullet-0.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-22 03:31: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"
}