Metadata-Version: 1.1
Name: dash-callback-conglomerate
Version: 0.2
Summary: Enable duplicated inputs and outputs, and without changing a single callback
Home-page: https://github.com/TheLogicMaster/Dash-Callback-Conglomerate
Author: Justin Marentette
Author-email: justinmarentette11@gmail.com
License: MIT License
Download-URL: https://github.com/TheLogicMaster/Dash-Callback-Conglomerate/archive/v01.zip
Description: This is a Plotly Dash add-on for enabling more freedom with callback handling, enabling sharing inputs, outputs, and
        only returning some of the outputs registered for a callback. There are two ways to use this add-on. One method is
        seamless integration where the dash callback function is hijacked and replaced with a call to this modules callback
        function, and the other method is directly calling the function with the decorators. Look at github for examples.
Keywords: DASH,CALLBACK,ROUTER
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
