tap-belvo 0.2.0__tar.gz → 0.2.1__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.
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/.github/workflows/dynamic-publish.yaml +2 -2
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/.github/workflows/test.yml +3 -5
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/.pre-commit-config.yaml +2 -2
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/PKG-INFO +3 -5
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/pyproject.toml +2 -4
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/tox.ini +1 -1
- tap_belvo-0.2.1/uv.lock +832 -0
- tap_belvo-0.2.0/uv.lock +0 -1117
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/.copier-answers.yml +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/.github/CODEOWNERS +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/.github/renovate.json5 +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/.gitignore +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/.secrets/.gitignore +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/LICENSE +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/README.md +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/meltano.yml +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/output/.gitignore +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/plugins/loaders/target-duckdb--jwills.lock +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/plugins/loaders/target-jsonl--andyh1203.lock +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/tap_belvo/__init__.py +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/tap_belvo/__main__.py +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/tap_belvo/client.py +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/tap_belvo/openapi/BelvoOpenFinanceApiSpec.json +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/tap_belvo/openapi/__init__.py +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/tap_belvo/streams/__init__.py +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/tap_belvo/streams/banking.py +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/tap_belvo/streams/core.py +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/tap_belvo/streams/enrichment.py +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/tap_belvo/streams/fiscal.py +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/tap_belvo/tap.py +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/tests/__init__.py +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/tests/conftest.py +0 -0
- {tap_belvo-0.2.0 → tap_belvo-0.2.1}/tests/test_core.py +0 -0
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
13
13
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
14
14
|
with:
|
|
15
15
|
fetch-depth: 0
|
|
16
|
-
- uses: hynek/build-and-inspect-python-package@
|
|
16
|
+
- uses: hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # v2.13.0
|
|
17
17
|
id: baipp
|
|
18
18
|
|
|
19
19
|
publish:
|
|
@@ -33,7 +33,7 @@ jobs:
|
|
|
33
33
|
with:
|
|
34
34
|
name: Packages
|
|
35
35
|
path: dist
|
|
36
|
-
- uses: svenstaro/upload-release-action@
|
|
36
|
+
- uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # 2.10.0
|
|
37
37
|
with:
|
|
38
38
|
file: dist/*.whl
|
|
39
39
|
tag: ${{ github.ref }}
|
|
@@ -30,9 +30,9 @@ concurrency:
|
|
|
30
30
|
env:
|
|
31
31
|
FORCE_COLOR: 1
|
|
32
32
|
# renovate: datasource=pypi depName=uv
|
|
33
|
-
UV_VERSION: 0.7.
|
|
33
|
+
UV_VERSION: 0.7.13
|
|
34
34
|
# renovate: datasource=pypi depName=tox
|
|
35
|
-
TOX_VERSION: 4.
|
|
35
|
+
TOX_VERSION: 4.27.0
|
|
36
36
|
# renovate: datasource=pypi depName=tox-uv
|
|
37
37
|
TOX_UV_VERSION: 1.26.0
|
|
38
38
|
|
|
@@ -43,8 +43,6 @@ jobs:
|
|
|
43
43
|
fail-fast: false
|
|
44
44
|
matrix:
|
|
45
45
|
python-version:
|
|
46
|
-
- "3.9"
|
|
47
|
-
- "3.10"
|
|
48
46
|
- "3.11"
|
|
49
47
|
- "3.12"
|
|
50
48
|
- "3.13"
|
|
@@ -60,7 +58,7 @@ jobs:
|
|
|
60
58
|
with:
|
|
61
59
|
python-version: ${{ matrix.python-version }}
|
|
62
60
|
allow-prereleases: true
|
|
63
|
-
- uses: astral-sh/setup-uv@
|
|
61
|
+
- uses: astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # v6.3.0
|
|
64
62
|
with:
|
|
65
63
|
version: ${{ env.UV_VERSION }}
|
|
66
64
|
- name: Run
|
|
@@ -24,7 +24,7 @@ repos:
|
|
|
24
24
|
- id: pyproject-fmt
|
|
25
25
|
|
|
26
26
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
27
|
-
rev: "v0.
|
|
27
|
+
rev: "v0.12.0"
|
|
28
28
|
hooks:
|
|
29
29
|
- id: ruff
|
|
30
30
|
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
|
|
@@ -36,7 +36,7 @@ repos:
|
|
|
36
36
|
- id: validate_manifest
|
|
37
37
|
|
|
38
38
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
|
39
|
-
rev: "0.7.
|
|
39
|
+
rev: "0.7.13"
|
|
40
40
|
hooks:
|
|
41
41
|
- id: uv-lock
|
|
42
42
|
- id: uv-sync
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tap-belvo
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: Singer tap for Belvo, built with the Meltano SDK for Singer Taps.
|
|
5
5
|
Project-URL: Documentation, https://github.com/edgarrmondragon/tap-belvo#readme
|
|
6
6
|
Project-URL: Homepage, https://github.com/edgarrmondragon/tap-belvo
|
|
@@ -11,16 +11,14 @@ 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.
|
|
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.
|
|
21
|
+
Requires-Dist: singer-sdk~=0.47.3
|
|
24
22
|
Description-Content-Type: text/markdown
|
|
25
23
|
|
|
26
24
|
# tap-belvo
|
|
@@ -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.
|
|
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,7 +31,7 @@ dynamic = [
|
|
|
33
31
|
dependencies = [
|
|
34
32
|
"requests~=2.32.3",
|
|
35
33
|
"requests-cache==1.*",
|
|
36
|
-
"singer-sdk~=0.
|
|
34
|
+
"singer-sdk~=0.47.3",
|
|
37
35
|
]
|
|
38
36
|
urls.Documentation = "https://github.com/edgarrmondragon/tap-belvo#readme"
|
|
39
37
|
urls.Homepage = "https://github.com/edgarrmondragon/tap-belvo"
|