Metadata-Version: 2.4
Name: barcable
Version: 0.1.0
Summary: Barcable SDK but keeps langfuse as import
License-File: LICENSE
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.8.1,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: langchain
Provides-Extra: llama-index
Provides-Extra: openai
Requires-Dist: anyio (>=4.4.0,<5.0.0)
Requires-Dist: backoff (>=1.10.0)
Requires-Dist: httpx (>=0.15.4,<1.0)
Requires-Dist: idna (>=3.7,<4.0)
Requires-Dist: langchain (>=0.0.309) ; extra == "langchain"
Requires-Dist: llama-index (>=0.10.12,<2.0.0) ; extra == "llama-index"
Requires-Dist: openai (>=0.27.8) ; extra == "openai"
Requires-Dist: packaging (>=23.2,<25.0)
Requires-Dist: pydantic (>=1.10.7,<3.0)
Requires-Dist: requests (>=2,<3)
Requires-Dist: wrapt (>=1.14,<2.0)
