rixdb 0.1.0.dev0__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.
rixdb/__init__.py ADDED
@@ -0,0 +1,6 @@
1
+ __version__ = "0.1.0.dev0"
2
+
3
+ raise ImportError(
4
+ "RixDB is currently in development. "
5
+ "Follow https://github.com/Pranav1173/RixDB for updates."
6
+ )
@@ -0,0 +1,22 @@
1
+ Metadata-Version: 2.4
2
+ Name: rixdb
3
+ Version: 0.1.0.dev0
4
+ Summary: Fast, embeddable C++ vector database with Python bindings
5
+ Project-URL: Homepage, https://github.com/Pranav1173/RixDB
6
+ Project-URL: Repository, https://github.com/Pranav1173/RixDB
7
+ Author: Pranav1173
8
+ License: Apache-2.0
9
+ Keywords: ann,embeddings,hnsw,simd,vector-database
10
+ Classifier: Development Status :: 2 - Pre-Alpha
11
+ Classifier: License :: OSI Approved :: Apache Software License
12
+ Classifier: Programming Language :: C++
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Topic :: Database
15
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
16
+ Requires-Python: >=3.11
17
+ Description-Content-Type: text/markdown
18
+
19
+ # rix
20
+
21
+ RixDB is currently in development.
22
+ Follow https://github.com/Pranav1173/RixDB for updates.
@@ -0,0 +1,4 @@
1
+ rixdb/__init__.py,sha256=8I8v-sQL1t4XActGYGeIks466yls3R6joAy4guTN6gc,157
2
+ rixdb-0.1.0.dev0.dist-info/METADATA,sha256=ziOUrY-pPUIfwOJ2lkzG_xO_9oVy-1oRHqlHSExgrYE,793
3
+ rixdb-0.1.0.dev0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
4
+ rixdb-0.1.0.dev0.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