tap-pushbullet


Nametap-pushbullet JSON
Version 0.3.3 PyPI version JSON
download
home_pageNone
SummarySinger tap for Pushbullet, built with the Meltano SDK for Singer Taps.
upload_time2024-10-07 22:36:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
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.8",
    "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/fa/7b/eb6f1809189f86cbe0f3d5b77a36d9a8c0dc8c0060745aaeaed68cbf5f26/tap_pushbullet-0.3.3.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.3.3",
    "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": "7048a5bf8ac5f23b255c94f852206cdda29fa8188c45b4b097f06ebfde64d8b7",
                "md5": "db942428468b9c40a3478df764b73afc",
                "sha256": "b59f0fdcbbe0a41a930dfb9c0af8e4466053542c78b4f60f8dc7f0b669c6d72f"
            },
            "downloads": -1,
            "filename": "tap_pushbullet-0.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "db942428468b9c40a3478df764b73afc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9123,
            "upload_time": "2024-10-07T22:36:19",
            "upload_time_iso_8601": "2024-10-07T22:36:19.432748Z",
            "url": "https://files.pythonhosted.org/packages/70/48/a5bf8ac5f23b255c94f852206cdda29fa8188c45b4b097f06ebfde64d8b7/tap_pushbullet-0.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa7beb6f1809189f86cbe0f3d5b77a36d9a8c0dc8c0060745aaeaed68cbf5f26",
                "md5": "552ea6ee9aad8cae972c308c6a344710",
                "sha256": "a4b98c86ee8860590c2592c2f1ab3d28980063b2eda772cd6208f58dc6c7c109"
            },
            "downloads": -1,
            "filename": "tap_pushbullet-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "552ea6ee9aad8cae972c308c6a344710",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 66006,
            "upload_time": "2024-10-07T22:36:20",
            "upload_time_iso_8601": "2024-10-07T22:36:20.713927Z",
            "url": "https://files.pythonhosted.org/packages/fa/7b/eb6f1809189f86cbe0f3d5b77a36d9a8c0dc8c0060745aaeaed68cbf5f26/tap_pushbullet-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-07 22:36:20",
    "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"
}
        
Elapsed time: 0.87981s