Metadata-Version: 2.1
Name: bigraph-builder
Version: 0.0.3
Summary: UNKNOWN
Home-page: https://github.com/vivarium-collective/bigraph-builder
Author: Eran Agmon, Ryan Spangler
Author-email: agmon.eran@gmail.com, ryan.spangler@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.md

# Bigraph-Builder

## Introduction
Bigraph-Builder is an API for easy interaction with the [process-bigraph](
https://github.com/vivarium-collective/process-bigraph) library, enabling users to create and manipulate process-bigraph 
documents efficiently.

## Features
- **Document Creation**: Simplify the creation of process-bigraph documents.
- **Automatic Composition**: Automatically fills in details or provides messages to streamline the process.
- **Execution & Visualization**: Execute process bigraphs and visualize them with integrated plotting.

## Installation
```bash
pip install bigraph-builder
```

## Tutorials

To get started with Bigraph-viz, explore our resources: 
* [Bigraph Builder Tutorial](https://vivarium-collective.github.io/bigraph-builder/notebooks/demo.html)


