Metadata-Version: 2.4
Name: flask_simple_tsdb
Version: 2.1.3.0
Summary: Python code for accessing simple_tsdb databases from flask <= 2.1.3.
Home-page: https://github.com/tgree/simple_tsdb
Author: Terry Greeniaus
Author-email: terrygreeniaus@gmail.com
License: MIT
Keywords: simple_tsdb flask flask_simple_tsdb
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8.10
Description-Content-Type: text/x-rst
Requires-Dist: simple_tsdb

flask_simple_tsdb
=================
This package provides a library for interacting with a simple_tsdb server to
fetch and write points from a flask app.  This package only works with flask
versions prior to 2.2 (so, the most-recently-supported flask version is 2.1.3).
This is because the way to access app context variables had a breaking change
at 2.2.
