Metadata-Version: 2.4
Name: flaskstream2py
Version: 0.1.7
Summary: stream2py interface to flask
Project-URL: Homepage, https://github.com/i2mint/flaskstream2py
Project-URL: Documentation, https://i2mint.github.io/flaskstream2py/
Project-URL: Repository, https://github.com/i2mint/flaskstream2py
Project-URL: Issues, https://github.com/i2mint/flaskstream2py/issues
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: data-streams,edge-device,flask,http,source-reader,stream2py,streaming
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: flask
Requires-Dist: stream2py
Provides-Extra: dev
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx-rtd-theme>=1.0; extra == 'docs'
Requires-Dist: sphinx>=6.0; extra == 'docs'
Description-Content-Type: text/markdown


# flaskstream2py
stream2py interface for incoming HTTP requests with Flask.

To install:	```pip install flaskstream2py```

## Purpose

This WIP library is intended to provide tools for a server or controller receiving data streams from an edge device over HTTP. This will enable consumers written for a stream2py interface to read streaming data from networked devices.
