Metadata-Version: 2.1
Name: genice-bondtwist
Version: 0.1.0
Summary: Bondtwist analysis plugin for GenIce.
Home-page: https://github.com/vitroid/genice-bondtwist/
Author: Masakazu Matsumoto
Author-email: vitroid@gmail.com
License: MIT
Keywords: genice,chirality
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
Requires-Dist: genice (>=0.23)

# genice-svg

A [GenIce](https://github.com/vitroid/GenIce) plugin to illustrate the structure in SVG format.

## Requirements

* [GenIce](https://github.com/vitroid/GenIce) >=0.23.
* svgwrite.

## Installation

### System-wide installation

    % make install

### Private installation

Copy the files in genice_svg/formats/ into your local formats folder of GenIce.

## Usage

	% genice CS2 -r 3 3 3 -f svg_poly > CS2.svg

## Test in place

    % make test


