Metadata-Version: 2.1
Name: aineko-plugins-nodes-http-poller
Version: 0.0.1
Summary: Aineko plugin for running an HTTP poller.
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.3.1,<0.4.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Project-URL: Documentation, https://docs.aineko.dev/latest/plugins/http-poller
Project-URL: Repository, https://github.com/aineko-dev/aineko-plugins/tree/develop/nodes/aineko-plugins-nodes-http-poller
Description-Content-Type: text/markdown

# aineko-plugins-nodes-http-poller

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


It provides a node that hosts an HTTP poller, allowing to periodically consume an API response and publishing it to a dataset.

Detailed information can be found in the [docs](https://docs.aineko.dev/latest/plugins/http-poller).

