tap-pushbullet


Nametap-pushbullet JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/edgarrmondragon/tap-pushbullet
Summary`tap-pushbullet` is a Singer tap for Pushbullet, built with the Meltano SDK for Singer Taps.
upload_time2024-04-29 21:47:02
maintainerNone
docs_urlNone
authorEdgar Ramírez-Mondragón
requires_python>=3.8
licenseApache-2.0
keywords elt singer.io pushbullet
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

```bash
pipx install poetry
poetry install
```

### Create and Run Tests

Create tests within the `tests` subfolder and then run:

```bash
poetry run pytest
```

You can also test the `tap-pushbullet` CLI interface directly using `poetry run`:

```bash
poetry 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
pipx install meltano
# 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 elt 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": "https://github.com/edgarrmondragon/tap-pushbullet",
    "name": "tap-pushbullet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "ELT, singer.io, Pushbullet",
    "author": "Edgar Ram\u00edrez-Mondrag\u00f3n",
    "author_email": "edgarrm358@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/91/d2/f7ec1a364de5adec777f301fb209a8c38066b23117f8da831188ba7ae438/tap_pushbullet-0.2.2.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\n```bash\npipx install poetry\npoetry install\n```\n\n### Create and Run Tests\n\nCreate tests within the `tests` subfolder and then run:\n\n```bash\npoetry run pytest\n```\n\nYou can also test the `tap-pushbullet` CLI interface directly using `poetry run`:\n\n```bash\npoetry 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\npipx install meltano\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# OR run a test `elt` pipeline:\nmeltano elt 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\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "`tap-pushbullet` is a Singer tap for Pushbullet, built with the Meltano SDK for Singer Taps.",
    "version": "0.2.2",
    "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",
        " singer.io",
        " pushbullet"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ca248eb0cabfd997b118284562815a7d7051f006c39c260418c51ea116d86a0",
                "md5": "46b4353cf8cd7c16233e391c14f3c1cb",
                "sha256": "4bc5d7b3a95668c3069dcfc4950f688a0bc13cc32ced9e5c233649c6706da79b"
            },
            "downloads": -1,
            "filename": "tap_pushbullet-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "46b4353cf8cd7c16233e391c14f3c1cb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9023,
            "upload_time": "2024-04-29T21:47:01",
            "upload_time_iso_8601": "2024-04-29T21:47:01.267464Z",
            "url": "https://files.pythonhosted.org/packages/7c/a2/48eb0cabfd997b118284562815a7d7051f006c39c260418c51ea116d86a0/tap_pushbullet-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91d2f7ec1a364de5adec777f301fb209a8c38066b23117f8da831188ba7ae438",
                "md5": "988c3e747306830ecbb4215eac266f4c",
                "sha256": "a8f0e1a1e30f9dcd6d9c8002a8241a1dc5b887207dfe93e533be2e4d0e4a17dc"
            },
            "downloads": -1,
            "filename": "tap_pushbullet-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "988c3e747306830ecbb4215eac266f4c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8983,
            "upload_time": "2024-04-29T21:47:02",
            "upload_time_iso_8601": "2024-04-29T21:47:02.981682Z",
            "url": "https://files.pythonhosted.org/packages/91/d2/f7ec1a364de5adec777f301fb209a8c38066b23117f8da831188ba7ae438/tap_pushbullet-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 21:47:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "edgarrmondragon",
    "github_project": "tap-pushbullet",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "tap-pushbullet"
}
        
Elapsed time: 0.39837s