duckdb-ext-tpcds 1.3.2.20250921__py3-none-win_amd64.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.

Potentially problematic release.


This version of duckdb-ext-tpcds might be problematic. Click here for more details.

@@ -0,0 +1,52 @@
1
+ Metadata-Version: 2.4
2
+ Name: duckdb-ext-tpcds
3
+ Version: 1.3.2.20250921
4
+ Summary: DuckDB extension package for duckdb/core-extensions/tpcds
5
+ Author: duckdb
6
+ Author-email: Jeremy Tan <jtanx@outlook.com>
7
+ License-Expression: MIT
8
+ Project-URL: Documentation, https://github.com/jtanx/duckdb-ext#readme
9
+ Project-URL: Issues, https://github.com/jtanx/duckdb-ext/issues
10
+ Project-URL: Source, https://github.com/jtanx/duckdb-ext
11
+ Keywords: duckdb,extensions
12
+ Classifier: Operating System :: MacOS
13
+ Classifier: Operating System :: Microsoft :: Windows
14
+ Classifier: Operating System :: POSIX :: Linux
15
+ Classifier: Programming Language :: Python :: 3 :: Only
16
+ Classifier: Programming Language :: Python :: Implementation :: CPython
17
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
18
+ Requires-Python: >=3.9
19
+ Description-Content-Type: text/markdown
20
+ Requires-Dist: duckdb==1.3.2
21
+
22
+ # DuckDB extensions via PIP
23
+
24
+ ## Installaton
25
+
26
+ ```
27
+ pip install duckdb-ext[tpcds]
28
+ ```
29
+
30
+ ## Usage
31
+
32
+ ## Option 1: Automatic
33
+
34
+ ```python
35
+ import duckdb
36
+ import duckdb_ext
37
+
38
+ with duckdb_ext.init(duckdb.connect()) as con:
39
+ ...
40
+ ```
41
+
42
+ ## Option 2: Manual
43
+
44
+ ```python
45
+ import duckdb
46
+ import duckdb_ext
47
+
48
+ with duckdb.connect() as con:
49
+ con.execute("SET extension_directory = ?;", (get_extension_dir(),))
50
+ # Ideally also:
51
+ con.execute("SET autoinstall_known_extensions = false;")
52
+ ```
@@ -0,0 +1,5 @@
1
+ duckdb_ext/extensions/v1.3.2/windows_amd64/tpcds.duckdb_extension,sha256=BVEpnE0ahVzXylSLV2hfD5YedbDlvaWaQ0w6-gWdIko,42592790
2
+ duckdb_ext_tpcds-1.3.2.20250921.dist-info/METADATA,sha256=KwWtfpXVSYcaduQjl5d9piLPSOtl4r2vg23SsMmKUg0,1340
3
+ duckdb_ext_tpcds-1.3.2.20250921.dist-info/WHEEL,sha256=ZjXRCNaQ9YSypEK2TE0LRB0sy2OVXSszb4Sx1XjM99k,97
4
+ duckdb_ext_tpcds-1.3.2.20250921.dist-info/top_level.txt,sha256=KnVr12uTkVbiGBRyHf8frgN_4jmzxUj2XNvWyLySEG4,11
5
+ duckdb_ext_tpcds-1.3.2.20250921.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-win_amd64
5
+
@@ -0,0 +1 @@
1
+ duckdb_ext