docsmind 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.
docsmind/__init__.py
ADDED
|
File without changes
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: docsmind
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: An AI-powered document analysis assistant with tools for vector search, Python code execution, and interactive reasoning over documents.
|
|
5
|
+
Project-URL: Homepage, https://github.com/yauheniya-ai/docsmind
|
|
6
|
+
Project-URL: Repository, https://github.com/yauheniya-ai/docsmind
|
|
7
|
+
Project-URL: Issues, https://github.com/yauheniya-ai/docsmind/issues
|
|
8
|
+
Author-email: Yauheniya Varabyova <yauheniya.ai@gmail.com>
|
|
9
|
+
License: MIT
|
|
10
|
+
Keywords: agent,ai,analysis,document
|
|
11
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
12
|
+
Classifier: Operating System :: OS Independent
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
+
Requires-Python: >=3.10
|
|
18
|
+
Description-Content-Type: text/markdown
|
|
19
|
+
|
|
20
|
+
# docsmind
|
|
21
|
+
|
|
22
|
+
An AI-powered document analysis assistant with tools for vector search, Python code execution, and interactive reasoning over documents.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
docsmind/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
docsmind-0.1.0.dist-info/METADATA,sha256=mSz4srqG27UnNYk3Dn5VEG72q3VY41QMEP2J9HbT_3M,1019
|
|
3
|
+
docsmind-0.1.0.dist-info/WHEEL,sha256=zOwg4jB6zX2kU910N-cMawjivD6tO8NEWvE12je1bVk,87
|
|
4
|
+
docsmind-0.1.0.dist-info/RECORD,,
|