Metadata-Version: 2.1
Name: genice-vpython
Version: 0.4
Summary: VPYTHON format plugin for GenIce.
Home-page: https://github.com/vitroid/genice-vpython/
Author: Masakazu Matsumoto
Author-email: vitroid@gmail.com
License: MIT
Keywords: genice,VPYTHON
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: vpython
Requires-Dist: genice (>=0.25)

# [genice-vpython](https://github.com/vitroid/genice-vpython/)

A [GenIce](https://github.com/vitroid/GenIce) plugin to visualize the structure with [VPython](http://vpython.org).

version 0.4

## Requirements

* vpython
* genice>=0.25

## Installation from PyPI

    % pip install genice_vpython

## Manual Installation

### System-wide installation

    % make install

### Private installation

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

## Usage


    Usage:
        genice III -f vpython

        opens a window in the web browser to show the image.

    Options:

        No options available.

## Test in place

    % make test


