Metadata-Version: 2.4
Name: justflow-admin
Version: 0.1.1
Summary: Optional beta admin panel for Justflow
Author: Mykyta Bakunov
License-Expression: Apache-2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: justflow<0.2,>=0.1.1
Description-Content-Type: text/markdown

# justflow-admin

`justflow-admin` is the optional beta admin panel for Justflow. It lets you inspect
workflows and runs, manage schedules, and edit configuration when the server permits it.
The package includes the built frontend, so you don't need Node.js to use it.

The panel uses Justflow's public API. You can use that API to build your own dashboard
or automate operations. Use Temporal UI when you need to inspect raw workflow history
or debug the Temporal service.
