Metadata-Version: 2.1
Name: nanome
Version: 0.15.2
Summary: Python API for Nanome Plugins
Home-page: https://github.com/nanome-ai/nanome
Author: Nanome
Author-email: hello@nanome.ai
License: MIT
Keywords: virtual-reality,chemistry,python,api,plugin
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# Nanome

This library allows users to create powerful plugins for Nanome (https://nanome.ai/), using a simple Python API.

### Examples

Check out our other repositories to see plugin examples ([docking](https://github.com/nanome-ai/plugin-docking), for instance)

### Installation

In order to use Nanome Plugin API, you need Python 3.5+ or 2.7+
To install the library, run:

```sh
$ pip install nanome
```

### Documentation

All documentation needed to use this package is available at [Read The Docs](https://nanome.readthedocs.io/en/latest/)

### License

MIT

