beekeeper-ai 0.0.1__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.
File without changes
@@ -0,0 +1,34 @@
1
+ Metadata-Version: 2.4
2
+ Name: beekeeper-ai
3
+ Version: 0.0.1
4
+ Summary: Load any data in one line of code and connect with AI applications
5
+ Project-URL: Repository, https://github.com/leonardofurnielis/beekeeper
6
+ Author-email: Leonardo Furnielis <leonardofurnielis@outlook.com>
7
+ License: MIT
8
+ License-File: LICENSE
9
+ Keywords: AI,LLM,QA,RAG,data,monitor,retrieval,semantic-search
10
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
11
+ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
12
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
13
+ Requires-Python: <4.0,>=3.10
14
+ Provides-Extra: dev
15
+ Requires-Dist: ruff>=0.11.13; extra == 'dev'
16
+ Provides-Extra: docs
17
+ Requires-Dist: furo>=2024.8.6; extra == 'docs'
18
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == 'docs'
19
+ Requires-Dist: sphinx-favicon>=1.0.1; extra == 'docs'
20
+ Requires-Dist: sphinx>=8.1.3; extra == 'docs'
21
+ Description-Content-Type: text/markdown
22
+
23
+ [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
24
+ ![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)
25
+
26
+ ## Installation
27
+
28
+ ```bash
29
+ pip install beekeeper-ai
30
+ ```
31
+
32
+ ## đź“„ Documentation
33
+
34
+ Please check it out for overview of the interfaces, components, integrations and other resources!
@@ -0,0 +1,5 @@
1
+ beekeeper/_bundle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ beekeeper_ai-0.0.1.dist-info/METADATA,sha256=dBCndiF-eqkjnAvRlRUUbTSOkT7zf_lC6ZC_fXkzLxY,1360
3
+ beekeeper_ai-0.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
+ beekeeper_ai-0.0.1.dist-info/licenses/LICENSE,sha256=Zg5psyKT8mPByAKq3xlxjNOi0QoVRqv1HRfEg40e6B4,1071
5
+ beekeeper_ai-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.27.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,7 @@
1
+ Copyright 2025 Leonardo Furnielis
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.