Metadata-Version: 2.2
Name: pybragi
Version: 0.0.7
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
Project-URL: Repository, 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: netifaces
Requires-Dist: psutil>=5.9.1
Requires-Dist: tornado>=6.0.2
Requires-Dist: pymongo>=3.4.0
Requires-Dist: kafka-python>=2.0.2
Requires-Dist: requests>=2.22.0
Requires-Dist: prometheus_client>=0.14.1
Requires-Dist: facebook-scribe==2.0.post1
Requires-Dist: numpy
Requires-Dist: uvicorn
Requires-Dist: nvidia-ml-py
Provides-Extra: image
Requires-Dist: opencv-python>=4.4.0; extra == "image"
Requires-Dist: pillow; extra == "image"
Provides-Extra: test
Requires-Dist: jsonlines; extra == "test"
Requires-Dist: matplotlib; extra == "test"
Requires-Dist: ujson>=1.35; extra == "test"
Provides-Extra: all
Requires-Dist: pybragi[image]; extra == "all"
Provides-Extra: dev
Requires-Dist: pybragi[all]; extra == "dev"
Requires-Dist: pybragi[test]; extra == "dev"

pybragi is server framework

## Build

```bash
python3 -m pip install --upgrade build twine  # 安装依赖
python3 -m build # 打包

twine upload dist/pybragi-0.0.4-py3-none-any.whl

```
