sqlite-utils-sqlite-vec 0.0.1a3__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,12 @@
1
+
2
+ from sqlite_utils import hookimpl
3
+ import sqlite_utils_sqlite_vec
4
+
5
+ __version__ = "0.0.1a3"
6
+ __version_info__ = tuple(__version__.split("."))
7
+
8
+ @hookimpl
9
+ def prepare_connection(conn):
10
+ conn.enable_load_extension(True)
11
+ sqlite_utils_sqlite_vec.load(conn)
12
+ conn.enable_load_extension(False)
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.1
2
+ Name: sqlite-utils-sqlite-vec
3
+ Version: 0.0.1a3
4
+ Home-page: https://TODO.com
5
+ Author: TODO
6
+ License: MIT License, Apache License, Version 2.0
7
+ Description-Content-Type: text/markdown
8
+
9
+ TODO readme
@@ -0,0 +1,5 @@
1
+ sqlite_utils_sqlite_vec/__init__.py,sha256=YeO_j6AMCPgMjPNUjnX_TXwh3haWB6ad5x1gS4zb0Mw,289
2
+ sqlite_utils_sqlite_vec-0.0.1a3.dist-info/METADATA,sha256=dLRRtU5cTttMMatrJnIby7wkmf7PH_fhTlXJX2ISTTU,212
3
+ sqlite_utils_sqlite_vec-0.0.1a3.dist-info/WHEEL,sha256=f9KnICoGV6XakDYrLlbENCk5kz-Tj0y-h0DW7kH1GSg,96
4
+ sqlite_utils_sqlite_vec-0.0.1a3.dist-info/top_level.txt,sha256=Zr9UE3jSiPpuiGEIIxkgU3l3Vt5322M7_A8nap60-Q0,24
5
+ sqlite_utils_sqlite_vec-0.0.1a3.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: sqlite-dist 0.0.1-alpha.3
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-any
@@ -0,0 +1 @@
1
+ sqlite_utils_sqlite_vec