Metadata-Version: 2.1
Name: nanome
Version: 0.39.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
License-File: LICENSE
Requires-Dist: tblib (==1.7.0)
Requires-Dist: graypy (==2.1.0)
Provides-Extra: schemas
Requires-Dist: marshmallow (==3.18.0) ; extra == 'schemas'

# Nanome

This library allows users to create Python plugins for Nanome VR Molecular Design Software (https://nanome.ai/)

![gif-1](https://media.giphy.com/media/RfZhOVwyp4GS8tBbNr/giphy-downsized.gif)


### 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
```

As of version 0.38.0, we provide schemas for serializing nanome API objects in JSON. To use these, install with:
```sh
$ pip install nanome[schemas]
```

### Documentation

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

#### Building Docs
```sh
pip install sphinx sphinx_rtd_theme
cd doc
make html
```

### License

MIT
