Metadata-Version: 2.1
Name: py3js
Version: 0.6.0
Summary: d3js wrapper. At the moment only for directed force graphs
Home-page: https://github.com/aloneguid/py3js
Author: Ivan Gavryliuk
Author-email: aloneguid@outlook.com
License: Apache-2.0
Description: # Python Wrapper for [d3js](https://d3js.org/) 
        
        [![PyPI](https://img.shields.io/pypi/v/py3js)](https://pypi.org/project/py3js/) ![PyPI - License](https://img.shields.io/pypi/l/py3js)
        
        ## Why
        
        **D3JS** is awesome, but such a pain to use from Python! This package aims to simplify that.
        
        ## Install
        
        ```
        pip install py3js
        ```
        
        ## Supports
        
        - Force-directed graphs
        
        ## Examples
        
        Interactive examples are available in [Jupyter NBViewer](https://nbviewer.jupyter.org/github/aloneguid/py3js/tree/main/examples/).
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
