Metadata-Version: 2.1
Name: genice2-yaplot
Version: 0.2
Summary: yaplot format plugin for GenIce2.
License: MIT
Author: vitroid
Author-email: vitroid@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: GenIce2 (>=2)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: yaplotlib
Description-Content-Type: text/markdown

![Logo](https://raw.githubusercontent.com/vitroid/GenIce/develop/logo/genice-v0.png)

# [genice2-yaplot](https://github.com/genice-dev/genice2-yaplot)

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

version 0.1

## Requirements

* python^3.9
* numpy^1.26.4
* GenIce2>=2
* yaplotlib*


## Installation from PyPI

```shell
% pip install genice2-yaplot
```

## Manual Installation

### System-wide installation

```shell
% make install
```

### Private installation

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

## Usage
        
    Usage: genice2 icename -f yaplot[options]

    options:
        H=x   Set the radius of H to be x.


## Test in place

```shell
% make test
```

