Metadata-Version: 2.1
Name: Flask-VisJS
Version: 0.1.1
Summary: A simple flask wrapper for the famous visjs library.
Home-page: https://github.com/dadav/Flask-VisJS
Author: dadav
Author-email: dadav@protonmail.com
Maintainer: dadav
Maintainer-email: dadav@protonmail.com
License: BSD
Project-URL: Bug Tracker, https://github.com/dadav/Flask-VisJS/issues
Keywords: flask,visjs
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Flask-VisJS

![PyPI - License](https://img.shields.io/pypi/l/Flask-VisJS)
[![Current version on PyPI](https://img.shields.io/pypi/v/Flask-VisJS)](https://pypi.org/project/Flask-VisJS/)
[![Build status](https://github.com/dadav/Flask-VisJS/workflows/build/badge.svg)](https://github.com/dadav/Flask-VisJS/actions)

Flask-VisJS is a simple wrapper for the famous visjs java library. It helps you to integrate
the library into your flask app.

## Installation

```bash
pip install Flask-VisJS
```

## Example

[Go to the example folder](./examples/)


