Metadata-Version: 2.1
Name: moleview
Version: 1.0
Summary: A small example package
Home-page: https://github.com/moleview/moleview
Author: Rangsiman Ketkaew
Author-email: rangsiman1993@gmail.com
License: UNKNOWN
Download-URL: https://github.com/moleview/moleview/releases
Keywords: chemistry,computational chemistry,crystallography,Molecular visualization
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# moleview
Molecule + Viewer = MoleView <br/>
View your molecule anywhere and anytime!

## Installation

```sh
pip install moleview
```

**Requirements**
- Python 3
- NumPy
- SciPy
- Matplotlib

All packages can be installed easily by `conda` or `pip`.

## Usage

```sh
moleview benzene.xyz
```

## Gallery

Screenshots of program:

| ![][ss_1]     | ![][ss_2]          | ![][ss_3]     |
|:-------------:|:------------------:|:-------------:|
| Aspirin       | Alanine tripeptide |      C180     |

[ss_1]: https://raw.githubusercontent.com/moleview/moleview/master/img/aspirin.png
[ss_2]: https://raw.githubusercontent.com/moleview/moleview/master/img/alanine-tripeptide.png
[ss_3]: https://raw.githubusercontent.com/moleview/moleview/master/img/c180.png

## Development

All pull requests, issues, comments and suggestions are welcome.

## Author

Rangsiman Ketkaew : rangsiman1993@gmail.com


