Metadata-Version: 2.1
Name: pybragi
Version: 0.0.4
Summary: pybragi is server framework
Author-email: DeJoker <localjie@163.com>
License: Copyright 2024
        
        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:
        
        The above copyright notice and this permission notice shall
        be included in all copies or substantial portions of the Software.
        
        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.
Project-URL: homepage, https://github.com/DeJoker/pybragi
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: facebook-scribe==2.0.post1
Requires-Dist: thrift
Requires-Dist: pydantic
Requires-Dist: psutil>=5.9.1
Requires-Dist: tornado>=6.0.2
Requires-Dist: pymongo>=3.4.0
Requires-Dist: ujson>=1.35
Requires-Dist: kafka-python>=2.0.2
Requires-Dist: requests>=2.22.0
Requires-Dist: prometheus-client>=0.14.1
Requires-Dist: opencv-python>=4.4.0
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: uvicorn
Requires-Dist: nvidia-ml-py
Requires-Dist: GPUtil
Provides-Extra: all
Requires-Dist: pybragi[srt]; extra == "all"
Requires-Dist: pybragi[openai]; extra == "all"
Requires-Dist: pybragi[anthropic]; extra == "all"
Requires-Dist: pybragi[litellm]; extra == "all"
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.20.0; extra == "anthropic"
Provides-Extra: base
Requires-Dist: fastapi; extra == "base"
Provides-Extra: dev
Requires-Dist: pybragi[all]; extra == "dev"
Requires-Dist: pybragi[test]; extra == "dev"
Provides-Extra: litellm
Requires-Dist: litellm>=1.0.0; extra == "litellm"
Provides-Extra: openai
Requires-Dist: openai>=1.0; extra == "openai"
Requires-Dist: tiktoken; extra == "openai"
Provides-Extra: test
Requires-Dist: jsonlines; extra == "test"
Requires-Dist: matplotlib; extra == "test"
Requires-Dist: pandas; extra == "test"

pybragi is server framework
