Metadata-Version: 2.1
Name: spade-bokeh
Version: 0.2.1
Summary: Bokeh server for SPADE agents that integrates with agents web service.
Home-page: https://github.com/javipalanca/spade_bokeh
Author: Javi Palanca
Author-email: jpalanca@gmail.com
License: MIT license
Keywords: spade_bokeh
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
License-File: LICENSE
License-File: AUTHORS.rst

=========================
SPADE Bokeh Server Plugin
=========================


.. image:: https://img.shields.io/pypi/v/spade_bokeh.svg
        :target: https://pypi.python.org/pypi/spade_bokeh

.. image:: https://readthedocs.org/projects/spade-bokeh/badge/?version=latest
        :target: https://spade-bokeh.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Bokeh server Plugin for SPADE agents that integrates with agents web service.
Allows to render dynamic bokeh plots inside the agent templates in a very easy way.


* Free software: MIT license
* Documentation: https://spade-bokeh.readthedocs.io.


Features
--------

* Plot interactive bokeh plots inside the agent templates

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.2.1 (2023-06-14)
------------------

* Fixed documentation.

0.2.0 (2023-06-14)
------------------

* Upgraded to SPADE>=3.3 (older versions are deprecated).
* Upgraded to Python>=3.8 (older versions are deprecated).

0.1.2 (2018-09-17)
------------------

* Added requirements file.
* Fixed tox configuration for CI.
* Fixed readthedocs configuration.

0.1.0 (2018-09-17)
------------------

* First release on PyPI.
