Metadata-Version: 2.1
Name: genice2-vpython
Version: 0.5.0
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](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.3
        
        ## Requirements
        
        * vpython
        * genice<2.0
        * countrings>=0.1.7
        
        ## 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
        
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
