Skip to main content

diagram-autobuild improves the efficiency of the making diagrams

Project description

# diagram-autobuild

![diagram-autobuild-demo](https://raw.githubusercontent.com/wiki/momijiame/diagram-autobuild/images/diagram-autobuild.gif)

## What is this?

diagram-autobuild improves the efficiency of the making diagrams.
diagram-autobuild is supporting the following tools.

- graphviz (http://www.graphviz.org/)
- blockdiag (https://pypi.python.org/pypi/blockdiag)
- nwdiag (https://pypi.python.org/pypi/nwdiag)
- actdiag (https://pypi.python.org/pypi/actdiag)
- seqdiag (https://pypi.python.org/pypi/seqdiag)
- ERAlchemy (https://pypi.python.org/pypi/ERAlchemy)

### Background

If you make a diagram, you usually do the following cycle.

1. Edit the source (e.g. \*.dot)
2. Build the diagram (e.g. execute 'dot' command)
3. Open the diagram
4. Make sure whether the diagram is your intended (If it isn't so, retry from the first)

This procedure is inefficient and bother you.

### Solution

Automation: the above procedure between 2 and 3

diagram-autobuild observes the source file.
If the source file is modified, rebuild the diagram, and the browser which indicates the diagram is reloaded.

## How to install

diagram-autobuild is installed by using pip of Python's package manager.

```
$ pip install diagram-autobuild
```

or

```
$ pip install git+https://github.com/momijiame/diagram-autobuild.git
```

## How to use

You will be able to use 'diagram-autobuild' command.
```
$ diagram-autobuild --help
Usage: diagram-autobuild [OPTIONS] TOOL SOURCE

Options:
--tool-opts TEXT Options that are passed to the tool
--open-browser / --no-open-browser
Open your default browser when the command
is executed
--help Show this message and exit.
```

Execute 'diagram-autobuild' command with the tool name and the path of source file.
(The tool must to be installed already)

Example (graphviz):
```
$ ls
sample.dot
$ diagram-autobuild graphviz sample.dot
```

Example (blockdiag):
```
$ ls
sample.diag
$ diagram-autobuild blockdiag sample.diag
```

Example (ERAlchemy):
```
$ ls
sample.er
$ diagram-autobuild eralchemy sample.er
```

If it succeed, open your default browser and you can see the diagram.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

diagram-autobuild-0.1.0.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

diagram_autobuild-0.1.0-py2.py3-none-any.whl (9.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file diagram-autobuild-0.1.0.tar.gz.

File metadata

File hashes

Hashes for diagram-autobuild-0.1.0.tar.gz
Algorithm Hash digest
SHA256 086a9b7e055478c0b94af10848c1ff63bfa576d52e777b2f91609bb31f4b31fb
MD5 5d416cfae443ddf4415248a0b2153d44
BLAKE2b-256 a063af293f5a90f8ce57af62fc73979e41360b365f76834c7e16b353aedc602b

See more details on using hashes here.

File details

Details for the file diagram_autobuild-0.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for diagram_autobuild-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f307fa1f4dcf875b5d7f4ec38e31220dee4dcce5637dc3a8f5a3cf397a343c15
MD5 4dcd3743c2fdd7a3f39c94b227d968f5
BLAKE2b-256 d3fc34b020fcc5bd7a9713b4df378e18309f1dcd5d64e9f99f46e4f9445a81ff

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page