tap-belvo


Nametap-belvo JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummarySinger tap for Belvo, built with the Meltano SDK for Singer Taps.
upload_time2025-09-08 22:38:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords belvo elt singer.io
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tap-belvo

Singer tap for Belvo.

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

## Capabilities

* `catalog`
* `state`
* `discover`
* `about`
* `stream-maps`
* `schema-flattening`

## Settings

| Setting             | Required | Default | Description |
|:--------------------|:--------:|:-------:|:------------|
| secret_id           | True     | None    | Belvo API secret ID. |
| password            | True     | None    | Belvo API password. |
| start_date          | False    | None    | Earliest datetime to get data from |
| base_url            | False    | https://development.belvo.com | Base URL for the Belvo API |
| stream_maps         | False    | None    | Config object for stream maps capability. For more information check out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html). |
| stream_map_config   | False    | None    | User-defined config values to be used within map expressions. |
| flattening_enabled  | False    | None    | 'True' to enable schema flattening and automatically expand nested properties. |
| flattening_max_depth| False    | None    | The max depth to flatten schemas. |

A full list of supported settings and capabilities is available by running: `tap-belvo --about`

### Source Authentication and Authorization

See https://developers.belvo.com/reference/authentication-1.

## Usage

You can easily run `tap-belvo` by itself or in a pipeline using [Meltano](https://meltano.com/).

### Executing the Tap Directly

```bash
tap-belvo --version
tap-belvo --help
tap-belvo --config CONFIG --discover > ./catalog.json
```

## Developer Resources

### Initialize your Development Environment

```bash
uv tool install --with tox-uv tox
```

### Create and Run Tests

Run all tests:

```bash
tox run-parallel
```

### 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. Go ahead and [install Meltano](https://docs.meltano.com/getting-started/installation/) if you haven't already.

1. Install all plugins

   ```bash
   meltano install
   ```

1. Check that the extractor is working properly

   ```bash
   meltano invoke tap-belvo --version
   ```

1. Execute an ELT pipeline

   ```bash
   meltano run tap-belvo target-jsonl
   ```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tap-belvo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "Edgar Ram\u00edrez-Mondrag\u00f3n <edgarrm358@gmail.com>",
    "keywords": "Belvo, ELT, singer.io",
    "author": null,
    "author_email": "Edgar Ram\u00edrez-Mondrag\u00f3n <edgarrm358@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/39/20/69af96323775df1b1205dce1d774725b921787aa9a26e5937e5b34bafa5b/tap_belvo-0.3.0.tar.gz",
    "platform": null,
    "description": "# tap-belvo\n\nSinger tap for Belvo.\n\nBuilt with the [Meltano Singer SDK](https://sdk.meltano.com).\n\n## Capabilities\n\n* `catalog`\n* `state`\n* `discover`\n* `about`\n* `stream-maps`\n* `schema-flattening`\n\n## Settings\n\n| Setting             | Required | Default | Description |\n|:--------------------|:--------:|:-------:|:------------|\n| secret_id           | True     | None    | Belvo API secret ID. |\n| password            | True     | None    | Belvo API password. |\n| start_date          | False    | None    | Earliest datetime to get data from |\n| base_url            | False    | https://development.belvo.com | Base URL for the Belvo API |\n| stream_maps         | False    | None    | Config object for stream maps capability. For more information check out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html). |\n| stream_map_config   | False    | None    | User-defined config values to be used within map expressions. |\n| flattening_enabled  | False    | None    | 'True' to enable schema flattening and automatically expand nested properties. |\n| flattening_max_depth| False    | None    | The max depth to flatten schemas. |\n\nA full list of supported settings and capabilities is available by running: `tap-belvo --about`\n\n### Source Authentication and Authorization\n\nSee https://developers.belvo.com/reference/authentication-1.\n\n## Usage\n\nYou can easily run `tap-belvo` by itself or in a pipeline using [Meltano](https://meltano.com/).\n\n### Executing the Tap Directly\n\n```bash\ntap-belvo --version\ntap-belvo --help\ntap-belvo --config CONFIG --discover > ./catalog.json\n```\n\n## Developer Resources\n\n### Initialize your Development Environment\n\n```bash\nuv tool install --with tox-uv tox\n```\n\n### Create and Run Tests\n\nRun all tests:\n\n```bash\ntox run-parallel\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. Go ahead and [install Meltano](https://docs.meltano.com/getting-started/installation/) if you haven't already.\n\n1. Install all plugins\n\n   ```bash\n   meltano install\n   ```\n\n1. Check that the extractor is working properly\n\n   ```bash\n   meltano invoke tap-belvo --version\n   ```\n\n1. Execute an ELT pipeline\n\n   ```bash\n   meltano run tap-belvo target-jsonl\n   ```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Singer tap for Belvo, built with the Meltano SDK for Singer Taps.",
    "version": "0.3.0",
    "project_urls": {
        "Documentation": "https://github.com/reservoir-data/tap-belvo#readme",
        "Homepage": "https://github.com/reservoir-data/tap-belvo",
        "Source": "https://github.com/reservoir-data/tap-belvo"
    },
    "split_keywords": [
        "belvo",
        " elt",
        " singer.io"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cd047c0ca04cec33845207f6ce7566ef2c46487b0c154a0500dc7c6aeb6bfb6c",
                "md5": "2b824a1b8dafc2b56ab493564fc4caf4",
                "sha256": "f56a1c09b77362761f464e2989d20d749a8afa19686792b71bda34136ab3b2f5"
            },
            "downloads": -1,
            "filename": "tap_belvo-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2b824a1b8dafc2b56ab493564fc4caf4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 139509,
            "upload_time": "2025-09-08T22:38:11",
            "upload_time_iso_8601": "2025-09-08T22:38:11.279502Z",
            "url": "https://files.pythonhosted.org/packages/cd/04/7c0ca04cec33845207f6ce7566ef2c46487b0c154a0500dc7c6aeb6bfb6c/tap_belvo-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "392069af96323775df1b1205dce1d774725b921787aa9a26e5937e5b34bafa5b",
                "md5": "9317338ffbb4473260d36618fff0e586",
                "sha256": "5856cf72110aa53c6ced7c1dd2297edb56d2a9e63f535e07d058d09fb70feced"
            },
            "downloads": -1,
            "filename": "tap_belvo-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9317338ffbb4473260d36618fff0e586",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 182380,
            "upload_time": "2025-09-08T22:38:12",
            "upload_time_iso_8601": "2025-09-08T22:38:12.838991Z",
            "url": "https://files.pythonhosted.org/packages/39/20/69af96323775df1b1205dce1d774725b921787aa9a26e5937e5b34bafa5b/tap_belvo-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-08 22:38:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "reservoir-data",
    "github_project": "tap-belvo#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "tap-belvo"
}
        
Elapsed time: 4.33236s