tap-geekbot


Nametap-geekbot JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/edgarrmondragon/tap-geekbot
Summary`tap-geekbot` is a Singer tap for Geekbot, built with the Meltano SDK for Singer Taps.
upload_time2024-05-01 20:57:54
maintainerNone
docs_urlNone
authorEdgar Ramírez-Mondragón
requires_python>=3.8
licenseApache-2.0
keywords elt singer.io geekbot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">

# `tap-geekbot`

<div>
  <a href="https://results.pre-commit.ci/latest/github/edgarrmondragon/tap-betterstack/main">
    <img alt="pre-commit.ci status" src="https://results.pre-commit.ci/badge/github/edgarrmondragon/tap-betterstack/main.svg"/>
  </a>
  <a href="https://github.com/edgarrmondragon/tap-betterstack/blob/main/LICENSE">
    <img alt="License" src="https://img.shields.io/github/license/edgarrmondragon/tap-betterstack"/>
  </a>
  <a href="https://github.com/astral-sh/ruff">
    <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json" alt="Ruff" style="max-width:100%;">
  </a>
  <a href="https://pypi.org/p/tap-geekbot/">
    <img alt="Python versions" src="https://img.shields.io/pypi/pyversions/tap-geekbot"/>
  </a>
</div>

Singer tap for [Geekbot](https://geekbot.com/).

Built with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.

</div>

## 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-geekbot --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-geekbot` by itself or in a pipeline using [Meltano](https://meltano.com/).

### Executing the Tap Directly

```bash
tap-geekbot --version
tap-geekbot --help
tap-geekbot --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-geekbot` CLI interface directly using `poetry run`:

```bash
poetry run tap-geekbot --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-geekbot
meltano install
```

Now you can test and orchestrate using Meltano:

```bash
# Test invocation:
meltano invoke tap-geekbot --version
# OR run a test `elt` pipeline:
meltano elt tap-geekbot 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-geekbot",
    "name": "tap-geekbot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "ELT, singer.io, Geekbot",
    "author": "Edgar Ram\u00edrez-Mondrag\u00f3n",
    "author_email": "edgarrm358@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1c/f7/885356f4ac8c41ac5b26be04dcc13ea8754f3fdc4eab30d6a9fd23d2dbbf/tap_geekbot-0.2.1.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n\n# `tap-geekbot`\n\n<div>\n  <a href=\"https://results.pre-commit.ci/latest/github/edgarrmondragon/tap-betterstack/main\">\n    <img alt=\"pre-commit.ci status\" src=\"https://results.pre-commit.ci/badge/github/edgarrmondragon/tap-betterstack/main.svg\"/>\n  </a>\n  <a href=\"https://github.com/edgarrmondragon/tap-betterstack/blob/main/LICENSE\">\n    <img alt=\"License\" src=\"https://img.shields.io/github/license/edgarrmondragon/tap-betterstack\"/>\n  </a>\n  <a href=\"https://github.com/astral-sh/ruff\">\n    <img src=\"https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json\" alt=\"Ruff\" style=\"max-width:100%;\">\n  </a>\n  <a href=\"https://pypi.org/p/tap-geekbot/\">\n    <img alt=\"Python versions\" src=\"https://img.shields.io/pypi/pyversions/tap-geekbot\"/>\n  </a>\n</div>\n\nSinger tap for [Geekbot](https://geekbot.com/).\n\nBuilt with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.\n\n</div>\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-geekbot --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-geekbot` by itself or in a pipeline using [Meltano](https://meltano.com/).\n\n### Executing the Tap Directly\n\n```bash\ntap-geekbot --version\ntap-geekbot --help\ntap-geekbot --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-geekbot` CLI interface directly using `poetry run`:\n\n```bash\npoetry run tap-geekbot --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-geekbot\nmeltano install\n```\n\nNow you can test and orchestrate using Meltano:\n\n```bash\n# Test invocation:\nmeltano invoke tap-geekbot --version\n# OR run a test `elt` pipeline:\nmeltano elt tap-geekbot 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-geekbot` is a Singer tap for Geekbot, built with the Meltano SDK for Singer Taps.",
    "version": "0.2.1",
    "project_urls": {
        "Documentation": "https://github.com/edgarrmondragon/tap-geekbot#readme",
        "Homepage": "https://github.com/edgarrmondragon/tap-geekbot",
        "Repository": "https://github.com/edgarrmondragon/tap-geekbot"
    },
    "split_keywords": [
        "elt",
        " singer.io",
        " geekbot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48698efdf7219fa95cab8883a4f6a46852e1682b568f5a0baac2021ece3d4c96",
                "md5": "d1e0ed771780b4de40d6b35f947fb5f4",
                "sha256": "6ee98c8dba191d9ccca698bbe61f0c00a130caa6e76837513226f82c0a479357"
            },
            "downloads": -1,
            "filename": "tap_geekbot-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d1e0ed771780b4de40d6b35f947fb5f4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9781,
            "upload_time": "2024-05-01T20:57:52",
            "upload_time_iso_8601": "2024-05-01T20:57:52.627800Z",
            "url": "https://files.pythonhosted.org/packages/48/69/8efdf7219fa95cab8883a4f6a46852e1682b568f5a0baac2021ece3d4c96/tap_geekbot-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cf7885356f4ac8c41ac5b26be04dcc13ea8754f3fdc4eab30d6a9fd23d2dbbf",
                "md5": "e839a7cb087c8ed10c7fd010d42eb329",
                "sha256": "34686719db7d7da2d9bf79ef0460910107a488ba2fd29c02cf029b54b2127014"
            },
            "downloads": -1,
            "filename": "tap_geekbot-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e839a7cb087c8ed10c7fd010d42eb329",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8653,
            "upload_time": "2024-05-01T20:57:54",
            "upload_time_iso_8601": "2024-05-01T20:57:54.221646Z",
            "url": "https://files.pythonhosted.org/packages/1c/f7/885356f4ac8c41ac5b26be04dcc13ea8754f3fdc4eab30d6a9fd23d2dbbf/tap_geekbot-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-01 20:57:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "edgarrmondragon",
    "github_project": "tap-geekbot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "tap-geekbot"
}
        
Elapsed time: 0.28519s