Metadata-Version: 2.1
Name: storystructure
Version: 1.0.0
Summary: Tools for analysing the structure of branching stories
Home-page: https://github.com/sellisd/storystructure
Author: Diamantis Sellis
Author-email: sellisd@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# storystructure package

A Python package to explore the stucture of branching stories

## Installation

```
pip install storystructure
```

## Example usage

To use the package two input data files are necessary:

- An *edgelist* file with columns `source` and `target`
- A *node attributes* file with columns `node` and `attribute`. The attribute column must be on of the following values `good`, `bad`, `pause`


