Metadata-Version: 2.1
Name: bigraph-viz
Version: 0.0.14
Summary: A graphviz-based plotting tool for compositional bigraph schema
Home-page: https://github.com/vivarium-collective/bigraph-viz
Author: Eran Agmon
Author-email: agmon.eran@gmail.com
License: UNKNOWN
Description: # Bigraph-viz
        
        [![PyPI](https://img.shields.io/pypi/v/bigraph-viz.svg)](https://pypi.org/project/bigraph-viz/)
        [![GitHub Pages](https://img.shields.io/badge/GitHub%20Pages-Tutorial-brightgreen)](https://vivarium-collective.github.io/bigraph-viz/notebooks/basics.html)
        
        **Bigraph-viz** is an easy-to-use plotting tool for compositional bigraph schema, built on top of Graphviz. Visualize your bigraph schema with this Python library, designed for simplicity and flexibility.
        
        <p align="center">
            <img src="https://github.com/vivarium-collective/bigraph-viz/blob/main/doc/_static/nested_composite.png?raw=true" width="340" alt="Bigraph-viz example">
        </p>
        
        ## 🚀 Getting Started
        
        ### Prerequisites
        
        - [Graphviz](https://pypi.org/project/graphviz/) - Bigraph-viz requires Graphviz to be installed.
        
        ### Installation
        
        Bigraph-viz is available on [PyPI](https://pypi.org/project/bigraph-viz/) and can be installed with `pip`:
        
        ```console
        $ pip install bigraph-viz
        ```
        
        ## 📚 Tutorial
        
        To get started with Bigraph-viz, explore the [Bigraph Schema Basics](https://vivarium-collective.github.io/bigraph-viz/notebooks/basics.html) tutorial.
        
        ## 📖 Documentation
        
        Coming soon!
        
        ## 📄 License
        
        This project is licensed under the [MIT License](https://github.com/vivarium-collective/bigraph-viz/blob/main/LICENSE).
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
