Metadata-Version: 2.1
Name: genice2-vpython
Version: 0.5.1
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: genice2 (>=2.1)
Requires-Dist: countrings (>=0.1.7)

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

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

version 0.5.1

## Requirements


* vpython
* genice2>=2.1
* countrings>=0.1.7

## Installation from PyPI

```shell
% pip install genice2_vpython
```

## Manual Installation

### System-wide installation

```shell
% make install
```

### Private installation

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

## Usage


## Test in place

```shell
% make test
```


