pgsync 6.2.0__tar.gz → 7.0.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.
- {pgsync-6.2.0 → pgsync-7.0.0}/PKG-INFO +3 -3
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/__init__.py +1 -1
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/trigger.py +1 -1
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync.egg-info/PKG-INFO +3 -3
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync.egg-info/requires.txt +2 -2
- {pgsync-6.2.0 → pgsync-7.0.0}/AUTHORS.rst +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/CONTRIBUTING.rst +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/HISTORY.rst +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/LICENSE +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/MANIFEST.in +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/README.md +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/README.rst +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/bin/bootstrap +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/bin/parallel_sync +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/bin/pgsync +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/docs/Makefile +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/docs/authors.rst +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/docs/changelog.rst +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/docs/conf.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/docs/contributing.rst +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/docs/history.rst +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/docs/index.rst +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/docs/installation.rst +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/docs/logo.png +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/docs/make.bat +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/docs/readme.rst +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/docs/usage.rst +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/base.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/constants.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/exc.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/helper.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/node.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/plugin.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/querybuilder.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/redisqueue.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/search_client.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/settings.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/singleton.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/sync.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/transform.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/urls.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/utils.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync/view.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync.egg-info/SOURCES.txt +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync.egg-info/dependency_links.txt +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync.egg-info/not-zip-safe +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pgsync.egg-info/top_level.txt +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/pyproject.toml +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/setup.cfg +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/setup.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/__init__.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/conftest.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/fixtures/schema.json +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_base.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_constants.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_env_vars.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_helper.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_log_handlers.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_node.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_query_builder.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_redisqueue.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_search_client.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_settings.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_sync.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_sync_nested_children.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_sync_root.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_sync_single_child_fk_on_child.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_sync_single_child_fk_on_parent.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_transform.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_trigger.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_unique_behaviour.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_urls.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_utils.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/test_view.py +0 -0
- {pgsync-6.2.0 → pgsync-7.0.0}/tests/testing_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pgsync
|
|
3
|
-
Version:
|
|
3
|
+
Version: 7.0.0
|
|
4
4
|
Summary: Postgres/MySQL/MariaDB to Elasticsearch/OpenSearch sync
|
|
5
5
|
Home-page: https://github.com/toluaina/pgsync
|
|
6
6
|
Author: Tolu Aina
|
|
@@ -33,8 +33,8 @@ License-File: LICENSE
|
|
|
33
33
|
License-File: AUTHORS.rst
|
|
34
34
|
Requires-Dist: async-timeout==5.0.1
|
|
35
35
|
Requires-Dist: backports-datetime-fromisoformat==2.0.3
|
|
36
|
-
Requires-Dist: boto3==1.42.
|
|
37
|
-
Requires-Dist: botocore==1.42.
|
|
36
|
+
Requires-Dist: boto3==1.42.2
|
|
37
|
+
Requires-Dist: botocore==1.42.2
|
|
38
38
|
Requires-Dist: certifi==2025.11.12
|
|
39
39
|
Requires-Dist: charset-normalizer==3.4.4
|
|
40
40
|
Requires-Dist: click==8.1.8
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pgsync
|
|
3
|
-
Version:
|
|
3
|
+
Version: 7.0.0
|
|
4
4
|
Summary: Postgres/MySQL/MariaDB to Elasticsearch/OpenSearch sync
|
|
5
5
|
Home-page: https://github.com/toluaina/pgsync
|
|
6
6
|
Author: Tolu Aina
|
|
@@ -33,8 +33,8 @@ License-File: LICENSE
|
|
|
33
33
|
License-File: AUTHORS.rst
|
|
34
34
|
Requires-Dist: async-timeout==5.0.1
|
|
35
35
|
Requires-Dist: backports-datetime-fromisoformat==2.0.3
|
|
36
|
-
Requires-Dist: boto3==1.42.
|
|
37
|
-
Requires-Dist: botocore==1.42.
|
|
36
|
+
Requires-Dist: boto3==1.42.2
|
|
37
|
+
Requires-Dist: botocore==1.42.2
|
|
38
38
|
Requires-Dist: certifi==2025.11.12
|
|
39
39
|
Requires-Dist: charset-normalizer==3.4.4
|
|
40
40
|
Requires-Dist: click==8.1.8
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|