Metadata-Version: 2.1
Name: aineko-plugins-nodes-fastapi-server
Version: 0.0.3
Summary: Aineko plugin for running a FastAPI server
Home-page: https://aineko.dev
License: Apache-2.0
Author: Convex Labs
Author-email: engineering-admins@convexlabs.xyz
Requires-Python: >=3.8,<3.12
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Requires-Dist: aineko (>=0.4,<0.5)
Requires-Dist: fastapi (>=0.109.2,<0.110.0)
Requires-Dist: uvicorn[standard] (>=0.22,<0.23)
Project-URL: Documentation, https://plugin-docs.aineko.dev/dev/nodes/fastapi-server
Project-URL: Repository, https://github.com/aineko-dev/aineko-plugins/tree/develop/nodes/aineko-plugins-nodes-fastapi-server
Description-Content-Type: text/markdown

# aineko-plugins-nodes-fastapi-server

The `aineko-plugins-nodes-fastapi-server` package is a plugin for the [Aineko](https://github.com/aineko-dev/aineko) framework.


It provides a node that hosts a FastAPI server, allowing the user to define custom endpoints using FastAPI's syntax.

Detailed information can be found in the [docs](https://plugin-docs.aineko.dev/dev/nodes/fastapi-server).

