pgsync 3.2.1__tar.gz → 3.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.
- {pgsync-3.2.1 → pgsync-3.3.0}/PKG-INFO +21 -21
- {pgsync-3.2.1 → pgsync-3.3.0}/README.md +3 -3
- {pgsync-3.2.1 → pgsync-3.3.0}/README.rst +2 -2
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/__init__.py +1 -1
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync.egg-info/PKG-INFO +21 -21
- pgsync-3.3.0/pgsync.egg-info/requires.txt +30 -0
- pgsync-3.3.0/pyproject.toml +3 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/setup.py +2 -2
- pgsync-3.2.1/pgsync.egg-info/requires.txt +0 -30
- pgsync-3.2.1/pyproject.toml +0 -3
- {pgsync-3.2.1 → pgsync-3.3.0}/AUTHORS.rst +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/CONTRIBUTING.rst +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/HISTORY.rst +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/LICENSE +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/MANIFEST.in +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/bin/bootstrap +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/bin/parallel_sync +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/bin/pgsync +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/docs/Makefile +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/docs/authors.rst +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/docs/changelog.rst +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/docs/conf.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/docs/contributing.rst +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/docs/history.rst +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/docs/index.rst +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/docs/installation.rst +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/docs/logo.png +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/docs/make.bat +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/docs/readme.rst +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/docs/usage.rst +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/base.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/constants.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/exc.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/helper.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/node.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/plugin.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/querybuilder.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/redisqueue.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/search_client.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/settings.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/singleton.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/sync.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/transform.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/trigger.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/urls.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/utils.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync/view.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync.egg-info/SOURCES.txt +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync.egg-info/dependency_links.txt +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync.egg-info/not-zip-safe +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/pgsync.egg-info/top_level.txt +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/setup.cfg +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/__init__.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/conftest.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/fixtures/schema.json +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_base.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_constants.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_env_vars.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_helper.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_log_handlers.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_node.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_query_builder.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_redisqueue.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_search_client.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_settings.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_sync.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_sync_nested_children.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_sync_root.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_sync_single_child_fk_on_child.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_sync_single_child_fk_on_parent.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_transform.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_trigger.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_unique_behaviour.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_urls.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_utils.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/test_view.py +0 -0
- {pgsync-3.2.1 → pgsync-3.3.0}/tests/testing_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pgsync
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.3.0
|
|
4
4
|
Summary: Postgres to Elasticsearch/OpenSearch sync
|
|
5
5
|
Home-page: https://github.com/toluaina/pgsync
|
|
6
6
|
Author: Tolu Aina
|
|
@@ -17,49 +17,49 @@ Keywords: change data capture,elasticsearch,opensearch,pgsync,postgres
|
|
|
17
17
|
Classifier: Development Status :: 5 - Production/Stable
|
|
18
18
|
Classifier: Intended Audience :: Developers
|
|
19
19
|
Classifier: Natural Language :: English
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.9
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.11
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
25
25
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
26
26
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
27
27
|
Classifier: License :: OSI Approved :: MIT License
|
|
28
28
|
Classifier: Operating System :: OS Independent
|
|
29
|
-
Requires-Python: >=3.
|
|
29
|
+
Requires-Python: >=3.9.0
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
License-File: LICENSE
|
|
32
32
|
License-File: AUTHORS.rst
|
|
33
|
-
Requires-Dist: async-timeout==
|
|
34
|
-
Requires-Dist: boto3==1.35.
|
|
35
|
-
Requires-Dist: botocore==1.35.
|
|
36
|
-
Requires-Dist: certifi==2024.
|
|
37
|
-
Requires-Dist: charset-normalizer==3.
|
|
33
|
+
Requires-Dist: async-timeout==5.0.0
|
|
34
|
+
Requires-Dist: boto3==1.35.54
|
|
35
|
+
Requires-Dist: botocore==1.35.54
|
|
36
|
+
Requires-Dist: certifi==2024.8.30
|
|
37
|
+
Requires-Dist: charset-normalizer==3.4.0
|
|
38
38
|
Requires-Dist: click==8.1.7
|
|
39
|
-
Requires-Dist: elastic-transport==8.15.
|
|
40
|
-
Requires-Dist: elasticsearch==8.15.
|
|
41
|
-
Requires-Dist: elasticsearch-dsl==8.15.
|
|
39
|
+
Requires-Dist: elastic-transport==8.15.1
|
|
40
|
+
Requires-Dist: elasticsearch==8.15.1
|
|
41
|
+
Requires-Dist: elasticsearch-dsl==8.15.4
|
|
42
42
|
Requires-Dist: environs==11.0.0
|
|
43
43
|
Requires-Dist: events==0.5
|
|
44
|
-
Requires-Dist: greenlet==3.
|
|
45
|
-
Requires-Dist: idna==3.
|
|
44
|
+
Requires-Dist: greenlet==3.1.1
|
|
45
|
+
Requires-Dist: idna==3.10
|
|
46
46
|
Requires-Dist: jmespath==1.0.1
|
|
47
|
-
Requires-Dist: marshmallow==3.
|
|
47
|
+
Requires-Dist: marshmallow==3.23.1
|
|
48
48
|
Requires-Dist: opensearch-dsl==2.1.0
|
|
49
49
|
Requires-Dist: opensearch-py==2.7.1
|
|
50
50
|
Requires-Dist: packaging==24.1
|
|
51
|
-
Requires-Dist: psycopg2-binary==2.9.
|
|
51
|
+
Requires-Dist: psycopg2-binary==2.9.10
|
|
52
52
|
Requires-Dist: python-dateutil==2.9.0.post0
|
|
53
53
|
Requires-Dist: python-dotenv==1.0.1
|
|
54
|
-
Requires-Dist: redis==5.0
|
|
54
|
+
Requires-Dist: redis==5.2.0
|
|
55
55
|
Requires-Dist: requests==2.32.3
|
|
56
56
|
Requires-Dist: requests-aws4auth==1.3.1
|
|
57
|
-
Requires-Dist: s3transfer==0.10.
|
|
57
|
+
Requires-Dist: s3transfer==0.10.3
|
|
58
58
|
Requires-Dist: six==1.16.0
|
|
59
|
-
Requires-Dist: sqlalchemy==2.0.
|
|
59
|
+
Requires-Dist: sqlalchemy==2.0.36
|
|
60
60
|
Requires-Dist: sqlparse==0.5.1
|
|
61
61
|
Requires-Dist: typing-extensions==4.12.2
|
|
62
|
-
Requires-Dist: urllib3==1.26.
|
|
62
|
+
Requires-Dist: urllib3==1.26.20
|
|
63
63
|
|
|
64
64
|
# PostgreSQL to Elasticsearch/OpenSearch sync
|
|
65
65
|
|
|
@@ -71,9 +71,9 @@ expose structured denormalized documents in [Elasticsearch](https://www.elastic.
|
|
|
71
71
|
|
|
72
72
|
### Requirements
|
|
73
73
|
|
|
74
|
-
- [Python](https://www.python.org) 3.
|
|
74
|
+
- [Python](https://www.python.org) 3.9+
|
|
75
75
|
- [Postgres](https://www.postgresql.org) 9.6+
|
|
76
|
-
- [Redis](https://redis.io) 3.1.0
|
|
76
|
+
- [Redis](https://redis.io) 3.1.0+
|
|
77
77
|
- [Elasticsearch](https://www.elastic.co/products/elastic-stack) 6.3.1+ or [OpenSearch](https://opensearch.org/) 1.3.7+
|
|
78
78
|
- [SQlAlchemy](https://www.sqlalchemy.org) 1.3.4+
|
|
79
79
|
|
|
@@ -66,7 +66,7 @@ the search capabilities of [Elasticsearch](https://www.elastic.co/products/elast
|
|
|
66
66
|
|
|
67
67
|
#### How it works
|
|
68
68
|
|
|
69
|
-
PGSync is written in Python (supporting version 3.
|
|
69
|
+
PGSync is written in Python (supporting version 3.9 onwards) and the stack is composed of: [Redis](https://redis.io), [Elasticsearch](https://www.elastic.co/products/elastic-stack)/[OpenSearch](https://opensearch.org/), [Postgres](https://www.postgresql.org), and [SQlAlchemy](https://www.sqlalchemy.org).
|
|
70
70
|
|
|
71
71
|
PGSync leverages the [logical decoding](https://www.postgresql.org/docs/current/logicaldecoding.html) feature of [Postgres](https://www.postgresql.org) (introduced in PostgreSQL 9.4) to capture a continuous stream of change events.
|
|
72
72
|
This feature needs to be enabled in your [Postgres](https://www.postgresql.org) configuration file by setting in the postgresql.conf file:
|
|
@@ -152,9 +152,9 @@ Key features of PGSync are:
|
|
|
152
152
|
|
|
153
153
|
#### Requirements
|
|
154
154
|
|
|
155
|
-
- [Python](https://www.python.org) 3.
|
|
155
|
+
- [Python](https://www.python.org) 3.9+
|
|
156
156
|
- [Postgres](https://www.postgresql.org) 9.6+
|
|
157
|
-
- [Redis](https://redis.io) 3.1.0
|
|
157
|
+
- [Redis](https://redis.io) 3.1.0+
|
|
158
158
|
- [Elasticsearch](https://www.elastic.co/products/elastic-stack) 6.3.1+ or [OpenSearch](https://opensearch.org/) 1.3.7+
|
|
159
159
|
- [SQlAlchemy](https://www.sqlalchemy.org) 1.3.4+
|
|
160
160
|
|
|
@@ -8,9 +8,9 @@ expose structured denormalized documents in [Elasticsearch](https://www.elastic.
|
|
|
8
8
|
|
|
9
9
|
### Requirements
|
|
10
10
|
|
|
11
|
-
- [Python](https://www.python.org) 3.
|
|
11
|
+
- [Python](https://www.python.org) 3.9+
|
|
12
12
|
- [Postgres](https://www.postgresql.org) 9.6+
|
|
13
|
-
- [Redis](https://redis.io) 3.1.0
|
|
13
|
+
- [Redis](https://redis.io) 3.1.0+
|
|
14
14
|
- [Elasticsearch](https://www.elastic.co/products/elastic-stack) 6.3.1+ or [OpenSearch](https://opensearch.org/) 1.3.7+
|
|
15
15
|
- [SQlAlchemy](https://www.sqlalchemy.org) 1.3.4+
|
|
16
16
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pgsync
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.3.0
|
|
4
4
|
Summary: Postgres to Elasticsearch/OpenSearch sync
|
|
5
5
|
Home-page: https://github.com/toluaina/pgsync
|
|
6
6
|
Author: Tolu Aina
|
|
@@ -17,49 +17,49 @@ Keywords: change data capture,elasticsearch,opensearch,pgsync,postgres
|
|
|
17
17
|
Classifier: Development Status :: 5 - Production/Stable
|
|
18
18
|
Classifier: Intended Audience :: Developers
|
|
19
19
|
Classifier: Natural Language :: English
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.9
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.11
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
25
25
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
26
26
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
27
27
|
Classifier: License :: OSI Approved :: MIT License
|
|
28
28
|
Classifier: Operating System :: OS Independent
|
|
29
|
-
Requires-Python: >=3.
|
|
29
|
+
Requires-Python: >=3.9.0
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
License-File: LICENSE
|
|
32
32
|
License-File: AUTHORS.rst
|
|
33
|
-
Requires-Dist: async-timeout==
|
|
34
|
-
Requires-Dist: boto3==1.35.
|
|
35
|
-
Requires-Dist: botocore==1.35.
|
|
36
|
-
Requires-Dist: certifi==2024.
|
|
37
|
-
Requires-Dist: charset-normalizer==3.
|
|
33
|
+
Requires-Dist: async-timeout==5.0.0
|
|
34
|
+
Requires-Dist: boto3==1.35.54
|
|
35
|
+
Requires-Dist: botocore==1.35.54
|
|
36
|
+
Requires-Dist: certifi==2024.8.30
|
|
37
|
+
Requires-Dist: charset-normalizer==3.4.0
|
|
38
38
|
Requires-Dist: click==8.1.7
|
|
39
|
-
Requires-Dist: elastic-transport==8.15.
|
|
40
|
-
Requires-Dist: elasticsearch==8.15.
|
|
41
|
-
Requires-Dist: elasticsearch-dsl==8.15.
|
|
39
|
+
Requires-Dist: elastic-transport==8.15.1
|
|
40
|
+
Requires-Dist: elasticsearch==8.15.1
|
|
41
|
+
Requires-Dist: elasticsearch-dsl==8.15.4
|
|
42
42
|
Requires-Dist: environs==11.0.0
|
|
43
43
|
Requires-Dist: events==0.5
|
|
44
|
-
Requires-Dist: greenlet==3.
|
|
45
|
-
Requires-Dist: idna==3.
|
|
44
|
+
Requires-Dist: greenlet==3.1.1
|
|
45
|
+
Requires-Dist: idna==3.10
|
|
46
46
|
Requires-Dist: jmespath==1.0.1
|
|
47
|
-
Requires-Dist: marshmallow==3.
|
|
47
|
+
Requires-Dist: marshmallow==3.23.1
|
|
48
48
|
Requires-Dist: opensearch-dsl==2.1.0
|
|
49
49
|
Requires-Dist: opensearch-py==2.7.1
|
|
50
50
|
Requires-Dist: packaging==24.1
|
|
51
|
-
Requires-Dist: psycopg2-binary==2.9.
|
|
51
|
+
Requires-Dist: psycopg2-binary==2.9.10
|
|
52
52
|
Requires-Dist: python-dateutil==2.9.0.post0
|
|
53
53
|
Requires-Dist: python-dotenv==1.0.1
|
|
54
|
-
Requires-Dist: redis==5.0
|
|
54
|
+
Requires-Dist: redis==5.2.0
|
|
55
55
|
Requires-Dist: requests==2.32.3
|
|
56
56
|
Requires-Dist: requests-aws4auth==1.3.1
|
|
57
|
-
Requires-Dist: s3transfer==0.10.
|
|
57
|
+
Requires-Dist: s3transfer==0.10.3
|
|
58
58
|
Requires-Dist: six==1.16.0
|
|
59
|
-
Requires-Dist: sqlalchemy==2.0.
|
|
59
|
+
Requires-Dist: sqlalchemy==2.0.36
|
|
60
60
|
Requires-Dist: sqlparse==0.5.1
|
|
61
61
|
Requires-Dist: typing-extensions==4.12.2
|
|
62
|
-
Requires-Dist: urllib3==1.26.
|
|
62
|
+
Requires-Dist: urllib3==1.26.20
|
|
63
63
|
|
|
64
64
|
# PostgreSQL to Elasticsearch/OpenSearch sync
|
|
65
65
|
|
|
@@ -71,9 +71,9 @@ expose structured denormalized documents in [Elasticsearch](https://www.elastic.
|
|
|
71
71
|
|
|
72
72
|
### Requirements
|
|
73
73
|
|
|
74
|
-
- [Python](https://www.python.org) 3.
|
|
74
|
+
- [Python](https://www.python.org) 3.9+
|
|
75
75
|
- [Postgres](https://www.postgresql.org) 9.6+
|
|
76
|
-
- [Redis](https://redis.io) 3.1.0
|
|
76
|
+
- [Redis](https://redis.io) 3.1.0+
|
|
77
77
|
- [Elasticsearch](https://www.elastic.co/products/elastic-stack) 6.3.1+ or [OpenSearch](https://opensearch.org/) 1.3.7+
|
|
78
78
|
- [SQlAlchemy](https://www.sqlalchemy.org) 1.3.4+
|
|
79
79
|
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
async-timeout==5.0.0
|
|
2
|
+
boto3==1.35.54
|
|
3
|
+
botocore==1.35.54
|
|
4
|
+
certifi==2024.8.30
|
|
5
|
+
charset-normalizer==3.4.0
|
|
6
|
+
click==8.1.7
|
|
7
|
+
elastic-transport==8.15.1
|
|
8
|
+
elasticsearch==8.15.1
|
|
9
|
+
elasticsearch-dsl==8.15.4
|
|
10
|
+
environs==11.0.0
|
|
11
|
+
events==0.5
|
|
12
|
+
greenlet==3.1.1
|
|
13
|
+
idna==3.10
|
|
14
|
+
jmespath==1.0.1
|
|
15
|
+
marshmallow==3.23.1
|
|
16
|
+
opensearch-dsl==2.1.0
|
|
17
|
+
opensearch-py==2.7.1
|
|
18
|
+
packaging==24.1
|
|
19
|
+
psycopg2-binary==2.9.10
|
|
20
|
+
python-dateutil==2.9.0.post0
|
|
21
|
+
python-dotenv==1.0.1
|
|
22
|
+
redis==5.2.0
|
|
23
|
+
requests==2.32.3
|
|
24
|
+
requests-aws4auth==1.3.1
|
|
25
|
+
s3transfer==0.10.3
|
|
26
|
+
six==1.16.0
|
|
27
|
+
sqlalchemy==2.0.36
|
|
28
|
+
sqlparse==0.5.1
|
|
29
|
+
typing-extensions==4.12.2
|
|
30
|
+
urllib3==1.26.20
|
|
@@ -24,7 +24,7 @@ DESCRIPTION = "Postgres to Elasticsearch/OpenSearch sync"
|
|
|
24
24
|
URL = "https://github.com/toluaina/pgsync"
|
|
25
25
|
AUTHOR = MAINTAINER = "Tolu Aina"
|
|
26
26
|
AUTHOR_EMAIL = MAINTAINER_EMAIL = "tolu@pgsync.com"
|
|
27
|
-
PYTHON_REQUIRES = ">=3.
|
|
27
|
+
PYTHON_REQUIRES = ">=3.9.0"
|
|
28
28
|
VERSION = get_version()
|
|
29
29
|
INSTALL_REQUIRES = []
|
|
30
30
|
KEYWORDS = [
|
|
@@ -39,11 +39,11 @@ CLASSIFIERS = [
|
|
|
39
39
|
"Development Status :: 5 - Production/Stable",
|
|
40
40
|
"Intended Audience :: Developers",
|
|
41
41
|
"Natural Language :: English",
|
|
42
|
-
"Programming Language :: Python :: 3.8",
|
|
43
42
|
"Programming Language :: Python :: 3.9",
|
|
44
43
|
"Programming Language :: Python :: 3.10",
|
|
45
44
|
"Programming Language :: Python :: 3.11",
|
|
46
45
|
"Programming Language :: Python :: 3.12",
|
|
46
|
+
"Programming Language :: Python :: 3.13",
|
|
47
47
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
48
48
|
"Programming Language :: Python :: Implementation :: PyPy",
|
|
49
49
|
"License :: OSI Approved :: MIT License",
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
async-timeout==4.0.3
|
|
2
|
-
boto3==1.35.5
|
|
3
|
-
botocore==1.35.5
|
|
4
|
-
certifi==2024.7.4
|
|
5
|
-
charset-normalizer==3.3.2
|
|
6
|
-
click==8.1.7
|
|
7
|
-
elastic-transport==8.15.0
|
|
8
|
-
elasticsearch==8.15.0
|
|
9
|
-
elasticsearch-dsl==8.15.1
|
|
10
|
-
environs==11.0.0
|
|
11
|
-
events==0.5
|
|
12
|
-
greenlet==3.0.3
|
|
13
|
-
idna==3.8
|
|
14
|
-
jmespath==1.0.1
|
|
15
|
-
marshmallow==3.22.0
|
|
16
|
-
opensearch-dsl==2.1.0
|
|
17
|
-
opensearch-py==2.7.1
|
|
18
|
-
packaging==24.1
|
|
19
|
-
psycopg2-binary==2.9.9
|
|
20
|
-
python-dateutil==2.9.0.post0
|
|
21
|
-
python-dotenv==1.0.1
|
|
22
|
-
redis==5.0.8
|
|
23
|
-
requests==2.32.3
|
|
24
|
-
requests-aws4auth==1.3.1
|
|
25
|
-
s3transfer==0.10.2
|
|
26
|
-
six==1.16.0
|
|
27
|
-
sqlalchemy==2.0.32
|
|
28
|
-
sqlparse==0.5.1
|
|
29
|
-
typing-extensions==4.12.2
|
|
30
|
-
urllib3==1.26.19
|
pgsync-3.2.1/pyproject.toml
DELETED
|
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
|