Metadata-Version: 2.1
Name: genice-vpython
Version: 0.2
Summary: VPYTHON format plugin for GenIce.
Home-page: https://github.com/vitroid/genice-vpython/
Author: Masakazu Matsumoto
Author-email: vitroid@gmail.com
License: MIT
Description: # genice-vpython
        
        A [GenIce](https://github.com/vitroid/GenIce) plugin to visualize the structure with [VPython](http://vpython.org).
        
        ## Requirements
        
        * [GenIce](https://github.com/vitroid/GenIce) >=0.23.
        * [vpython](https//vpython.org) 
        
        ## Installation from PyPI
        
            % pip install genice-vpython
        
        ## Manual Installation
        
        ### System-wide installation
        
            % ./setup.py install
        
        ### Private installation
        
        Copy the files in genice_vpython/formats/ into your local formats folder of GenIce.
        
        ## Usage
        
        	% genice 1c -r 3 3 3 -f vpython
        opens a window in the web browser to show the image.
        
        ## Options
        
        Currently there is no option available for this plugin.
        
        ## Test in place
        
            % make test
        
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
