tap-belvo 0.2.0__tar.gz → 0.3.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of tap-belvo might be problematic. Click here for more details.

Files changed (33) hide show
  1. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/.copier-answers.yml +1 -1
  2. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/.github/workflows/dynamic-publish.yaml +5 -5
  3. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/.github/workflows/test.yml +16 -18
  4. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/.pre-commit-config.yaml +5 -5
  5. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/PKG-INFO +6 -8
  6. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/meltano.yml +2 -2
  7. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/pyproject.toml +30 -7
  8. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/tap_belvo/tap.py +1 -1
  9. tap_belvo-0.3.0/uv.lock +850 -0
  10. tap_belvo-0.2.0/tox.ini +0 -39
  11. tap_belvo-0.2.0/uv.lock +0 -1117
  12. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/.github/CODEOWNERS +0 -0
  13. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/.github/renovate.json5 +0 -0
  14. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/.gitignore +0 -0
  15. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/.secrets/.gitignore +0 -0
  16. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/LICENSE +0 -0
  17. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/README.md +0 -0
  18. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/output/.gitignore +0 -0
  19. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/plugins/loaders/target-duckdb--jwills.lock +0 -0
  20. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/plugins/loaders/target-jsonl--andyh1203.lock +0 -0
  21. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/tap_belvo/__init__.py +0 -0
  22. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/tap_belvo/__main__.py +0 -0
  23. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/tap_belvo/client.py +0 -0
  24. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/tap_belvo/openapi/BelvoOpenFinanceApiSpec.json +0 -0
  25. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/tap_belvo/openapi/__init__.py +0 -0
  26. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/tap_belvo/streams/__init__.py +0 -0
  27. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/tap_belvo/streams/banking.py +0 -0
  28. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/tap_belvo/streams/core.py +0 -0
  29. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/tap_belvo/streams/enrichment.py +0 -0
  30. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/tap_belvo/streams/fiscal.py +0 -0
  31. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/tests/__init__.py +0 -0
  32. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/tests/conftest.py +0 -0
  33. {tap_belvo-0.2.0 → tap_belvo-0.3.0}/tests/test_core.py +0 -0
@@ -1,6 +1,6 @@
1
1
  # Changes here will be overwritten by Copier
2
2
  _commit: 0.0.10
3
- _src_path: gh:edgarrmondragon/singer-tap-copier-template
3
+ _src_path: gh:reservoir-data/singer-tap-copier-template
4
4
  author_email: edgarrm358@gmail.com
5
5
  author_fullname: Edgar Ramírez-Mondragón
6
6
  author_username: edgarrmondragon
@@ -10,10 +10,10 @@ jobs:
10
10
  outputs:
11
11
  package_version: ${{ steps.baipp.outputs.package_version }}
12
12
  steps:
13
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14
14
  with:
15
15
  fetch-depth: 0
16
- - uses: hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310 # v2.12.0
16
+ - uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # v2.13.0
17
17
  id: baipp
18
18
 
19
19
  publish:
@@ -29,14 +29,14 @@ jobs:
29
29
  id-token: write
30
30
 
31
31
  steps:
32
- - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
32
+ - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
33
33
  with:
34
34
  name: Packages
35
35
  path: dist
36
- - uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0
36
+ - uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # 2.11.2
37
37
  with:
38
38
  file: dist/*.whl
39
39
  tag: ${{ github.ref }}
40
40
  overwrite: true
41
41
  file_glob: true
42
- - uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
42
+ - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
@@ -29,12 +29,14 @@ concurrency:
29
29
 
30
30
  env:
31
31
  FORCE_COLOR: 1
32
+ # renovate: datasource=pypi depName=prek
33
+ PREK_VERSION: 0.1.6
32
34
  # renovate: datasource=pypi depName=uv
33
- UV_VERSION: 0.7.8
35
+ UV_VERSION: 0.8.15
34
36
  # renovate: datasource=pypi depName=tox
35
- TOX_VERSION: 4.26.0
37
+ TOX_VERSION: 4.30.2
36
38
  # renovate: datasource=pypi depName=tox-uv
37
- TOX_UV_VERSION: 1.26.0
39
+ TOX_UV_VERSION: 1.28.0
38
40
 
39
41
  jobs:
40
42
  tests:
@@ -43,8 +45,6 @@ jobs:
43
45
  fail-fast: false
44
46
  matrix:
45
47
  python-version:
46
- - "3.9"
47
- - "3.10"
48
48
  - "3.11"
49
49
  - "3.12"
50
50
  - "3.13"
@@ -54,13 +54,13 @@ jobs:
54
54
  - { environment: "typing", python-version: "3.x" }
55
55
 
56
56
  steps:
57
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58
- - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
57
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
58
+ - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
59
59
  id: setup-python
60
60
  with:
61
61
  python-version: ${{ matrix.python-version }}
62
62
  allow-prereleases: true
63
- - uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0
63
+ - uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
64
64
  with:
65
65
  version: ${{ env.UV_VERSION }}
66
66
  - name: Run
@@ -79,16 +79,14 @@ jobs:
79
79
  runs-on: ubuntu-latest
80
80
  steps:
81
81
  - name: Checkout code
82
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
82
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
83
83
 
84
- - name: Set up Python
85
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
84
+ - name: Install the latest version of uv
85
+ uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
86
86
  with:
87
- python-version: "3.x"
88
- cache: pip
89
- cache-dependency-path: .pre-commit-config.yaml
90
-
91
- - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
87
+ version: ${{ env.UV_VERSION }}
92
88
 
93
- - uses: pre-commit-ci/lite-action@5d6cc0eb514c891a40562a58a8e71576c5c7fb43 # v1.1.0
94
- if: always()
89
+ - run: >
90
+ uvx
91
+ --with prek==${{ env.PREK_VERSION }}
92
+ prek run --show-diff-on-failure --all-files
@@ -8,7 +8,7 @@ ci:
8
8
 
9
9
  repos:
10
10
  - repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v5.0.0
11
+ rev: v6.0.0
12
12
  hooks:
13
13
  - id: check-json
14
14
  exclude: "\\.vscode/.*.json"
@@ -24,19 +24,19 @@ repos:
24
24
  - id: pyproject-fmt
25
25
 
26
26
  - repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: "v0.11.11"
27
+ rev: "v0.12.12"
28
28
  hooks:
29
- - id: ruff
29
+ - id: ruff-check
30
30
  args: [--fix, --exit-non-zero-on-fix, --show-fixes]
31
31
  - id: ruff-format
32
32
 
33
33
  - repo: https://github.com/pre-commit/pre-commit
34
- rev: v4.2.0
34
+ rev: v4.3.0
35
35
  hooks:
36
36
  - id: validate_manifest
37
37
 
38
38
  - repo: https://github.com/astral-sh/uv-pre-commit
39
- rev: "0.7.8"
39
+ rev: "0.8.15"
40
40
  hooks:
41
41
  - id: uv-lock
42
42
  - id: uv-sync
@@ -1,26 +1,24 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tap-belvo
3
- Version: 0.2.0
3
+ Version: 0.3.0
4
4
  Summary: Singer tap for Belvo, built with the Meltano SDK for Singer Taps.
5
- Project-URL: Documentation, https://github.com/edgarrmondragon/tap-belvo#readme
6
- Project-URL: Homepage, https://github.com/edgarrmondragon/tap-belvo
7
- Project-URL: Source, https://github.com/edgarrmondragon/tap-belvo
5
+ Project-URL: Documentation, https://github.com/reservoir-data/tap-belvo#readme
6
+ Project-URL: Homepage, https://github.com/reservoir-data/tap-belvo
7
+ Project-URL: Source, https://github.com/reservoir-data/tap-belvo
8
8
  Author-email: Edgar Ramírez-Mondragón <edgarrm358@gmail.com>
9
9
  Maintainer-email: Edgar Ramírez-Mondragón <edgarrm358@gmail.com>
10
10
  License-Expression: Apache-2.0
11
11
  License-File: LICENSE
12
12
  Keywords: Belvo,ELT,singer.io
13
13
  Classifier: Programming Language :: Python :: 3 :: Only
14
- Classifier: Programming Language :: Python :: 3.9
15
- Classifier: Programming Language :: Python :: 3.10
16
14
  Classifier: Programming Language :: Python :: 3.11
17
15
  Classifier: Programming Language :: Python :: 3.12
18
16
  Classifier: Programming Language :: Python :: 3.13
19
17
  Classifier: Programming Language :: Python :: 3.14
20
- Requires-Python: >=3.9
18
+ Requires-Python: >=3.11
21
19
  Requires-Dist: requests-cache==1.*
22
20
  Requires-Dist: requests~=2.32.3
23
- Requires-Dist: singer-sdk~=0.46.4
21
+ Requires-Dist: singer-sdk~=0.48.0
24
22
  Description-Content-Type: text/markdown
25
23
 
26
24
  # tap-belvo
@@ -9,7 +9,7 @@ plugins:
9
9
  - name: tap-belvo
10
10
  namespace: belvo
11
11
  label: Belvo
12
- docs: https://github.com/edgarrmondragon/tap-belvo#readme
12
+ docs: https://github.com/reservoir-data/tap-belvo#readme
13
13
  pip_url: -e .
14
14
  description: The leading Open Banking API platform in Latin America
15
15
  capabilities:
@@ -44,7 +44,7 @@ plugins:
44
44
  select:
45
45
  - links_*.*
46
46
  - banking_*.*
47
- repository: https://github.com/edgarrmondragon/tap-belvo
47
+ repository: https://github.com/reservoir-data/tap-belvo
48
48
  loaders:
49
49
  - name: target-jsonl
50
50
  variant: andyh1203
@@ -17,11 +17,9 @@ keywords = [
17
17
  license = "Apache-2.0"
18
18
  maintainers = [ { name = "Edgar Ramírez-Mondragón", email = "edgarrm358@gmail.com" } ]
19
19
  authors = [ { name = "Edgar Ramírez-Mondragón", email = "edgarrm358@gmail.com" } ]
20
- requires-python = ">=3.9"
20
+ requires-python = ">=3.11"
21
21
  classifiers = [
22
22
  "Programming Language :: Python :: 3 :: Only",
23
- "Programming Language :: Python :: 3.9",
24
- "Programming Language :: Python :: 3.10",
25
23
  "Programming Language :: Python :: 3.11",
26
24
  "Programming Language :: Python :: 3.12",
27
25
  "Programming Language :: Python :: 3.13",
@@ -33,11 +31,11 @@ dynamic = [
33
31
  dependencies = [
34
32
  "requests~=2.32.3",
35
33
  "requests-cache==1.*",
36
- "singer-sdk~=0.46.4",
34
+ "singer-sdk~=0.48.0",
37
35
  ]
38
- urls.Documentation = "https://github.com/edgarrmondragon/tap-belvo#readme"
39
- urls.Homepage = "https://github.com/edgarrmondragon/tap-belvo"
40
- urls.Source = "https://github.com/edgarrmondragon/tap-belvo"
36
+ urls.Documentation = "https://github.com/reservoir-data/tap-belvo#readme"
37
+ urls.Homepage = "https://github.com/reservoir-data/tap-belvo"
38
+ urls.Source = "https://github.com/reservoir-data/tap-belvo"
41
39
  scripts."tap-belvo" = "tap_belvo.tap:TapBelvo.cli"
42
40
 
43
41
  [dependency-groups]
@@ -92,6 +90,31 @@ filterwarnings = [
92
90
  "default:'_UnionGenericAlias' is deprecated and slated for removal in Python 3.17:DeprecationWarning",
93
91
  ]
94
92
 
93
+ [tool.tox]
94
+ min_version = "4.22"
95
+ env_list = [
96
+ "dependencies",
97
+ "typing",
98
+ "3.14",
99
+ "3.13",
100
+ "3.12",
101
+ "3.11",
102
+ ]
103
+
104
+ [tool.tox.env_run_base]
105
+ runner = "uv-venv-lock-runner"
106
+ pass_env = [ "TAP_BELVO_*" ]
107
+ dependency_groups = [ "testing" ]
108
+ commands = [ [ "pytest", { replace = "posargs", default = [ "tests" ], extend = true } ] ]
109
+
110
+ [tool.tox.env.dependencies]
111
+ dependency_groups = [ "testing" ]
112
+ commands = [ [ "deptry", "." ] ]
113
+
114
+ [tool.tox.env.typing]
115
+ dependency_groups = [ "testing", "typing" ]
116
+ commands = [ [ "mypy", "--strict", { replace = "posargs", default = [ "tap_belvo", "tests" ], extend = true } ] ]
117
+
95
118
  [tool.mypy]
96
119
  enable_error_code = [
97
120
  "ignore-without-code",
@@ -48,7 +48,7 @@ class TapBelvo(singer_sdk.Tap):
48
48
  A list of Belvo streams.
49
49
  """
50
50
  # TODO(edgarrmondragon): Add tax declarations and tax returns
51
- # https://github.com/edgarrmondragon/tap-belvo/issues/76
51
+ # https://github.com/reservoir-data/tap-belvo/issues/76
52
52
  return [
53
53
  core.Links(self),
54
54
  core.Institutions(self),