rivetsql-postgres 0.1.0__py3-none-any.whl

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.
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: rivetsql-postgres
3
+ Version: 0.1.0
4
+ Summary: PostgreSQL plugin for Rivet SQL
5
+ Project-URL: Homepage, https://github.com/rivetsql/rivet
6
+ Project-URL: Repository, https://github.com/rivetsql/rivet
7
+ Author: Rivet Contributors
8
+ License-Expression: MIT
9
+ Keywords: data-pipeline,postgres,rivet,sql
10
+ Classifier: Development Status :: 4 - Beta
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Classifier: Topic :: Database
16
+ Requires-Python: >=3.11
17
+ Requires-Dist: psycopg[binary,pool]>=3.1
18
+ Requires-Dist: rivetsql-core>=0.1.0
@@ -0,0 +1,4 @@
1
+ rivetsql_postgres-0.1.0.dist-info/METADATA,sha256=JgqMTF22yneg9E6X_9RzgbXe8ptXlGP0qEX8GAN5RCg,690
2
+ rivetsql_postgres-0.1.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
3
+ rivetsql_postgres-0.1.0.dist-info/entry_points.txt,sha256=hxu6xOb66JwCgd7hf2rzTJZKUlT3l15njSarFQBDvEg,151
4
+ rivetsql_postgres-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,5 @@
1
+ [rivet.cross_joint_adapters]
2
+ postgres = rivet_postgres.cross_joint:PostgresCrossJointAdapter
3
+
4
+ [rivet.plugins]
5
+ postgres = rivet_postgres:PostgresPlugin