Metadata-Version: 2.4
Name: litegraph
Version: 0.0.2
Summary: A Graph Node Engine
Project-URL: Homepage, https://github.com/jiauzhang/litegraph
Author-email: Jiau Zhang <jiauzhang@163.com>
License-File: LICENSE
Keywords: Artificial Intelligence,Deep Learning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: fastapi>=0.116.0
Requires-Dist: uvicorn
Provides-Extra: dev
Requires-Dist: pytest>=8.3.4; extra == 'dev'
Description-Content-Type: text/markdown

### Install
```shell
pip install litegraph
```

### Sponsor
<table align="center">
    <thead>
        <tr>
            <th colspan="2">公众号</th>
        </tr>
    </thead>
    <tbody align="center" valign="center">
        <tr>
            <td colspan="2"><img src="https://jiauzhang.github.io/ghstatic/images/ofa_m.png" style="height: 196px" alt="AliPay.png"></td>
        </tr>
    </tbody>
    <thead>
        <tr>
            <th>AliPay</th>
            <th>WeChatPay</th>
        </tr>
    </thead>
    <tbody align="center" valign="center">
        <tr>
            <td><img src="https://jiauzhang.github.io/AliPay.png" style="width: 196px; height: 196px" alt="AliPay.png"></td>
            <td><img src="https://jiauzhang.github.io/WeChatPay.png" style="width: 196px; height: 196px" alt="WeChatPay.png"></td>
        </tr>
    </tbody>
</table>
