Metadata-Version: 2.1
Name: biseau
Version: 0.0.1
Summary: Draw graphs using Answer Set Programming
Home-page: https://gitlab.inria.fr/lbourneu/biseau
Author: Lucas Bourneuf
Author-email: lucas.bourneuf@inria.fr
License: GPL
Keywords: Answer Set Programming,wrapper,clingo
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: ASP
Requires-Dist: clyngor (>=0.3.9)
Requires-Dist: Pillow (==5.3.0)
Requires-Dist: pydot (==1.2.4)
Requires-Dist: pytest (==3.9.2)

# Biseau
__B__uild by __I__nput __S__ome __E__asy __A__SP from __U__sers.

Helps the exploration of formal structures by using ASP as a DSL for drawing graphs.


## Principles

Now, you may want to read about:

- [visualization details](doc/user-doc.mkd#visualization-principles), that explains the theory behind the visualization itself.
- [visualization DSL](doc/user-doc.mkd#asp-to-dot), that explains which atoms produces which effect in visualization.
- [scripting](doc/user-doc.mkd#scripting), that allow you to implement new behavior for biseau.



## Installation
See [user documentation](doc/user-doc.mkd#installation) for details,
but in short, you need [clingo](https://potassco.org/clingo/),
[graphviz](http://graphviz.org/) and `make install-deps`.


## Usage
See [user documentation](doc/user-doc.mkd#basic-usage) for details.
See [`Makefile`](Makefile) for various recipes.
Running biseau can be done using the following commands:

    python -m biseau gui     # run the Graphical User Interface
    python -m biseau         # run the Command Line Interface
    python -m biseau --help  # get help for the CLI


