Python API for Nanome Plugins
Project description
Nanome
This library allows users to create Python plugins for Nanome VR Molecular Design Software (https://nanome.ai/)
Examples
Check out our other repositories to see plugin examples (docking, for instance)
Installation
In order to use Nanome Plugin API, you need Python 3.5+ or 2.7+ To install the library, run:
$ pip install nanome
As of version 0.38.0, we provide schemas for serializing nanome API objects in JSON. To use these, install with:
$ pip install nanome[schemas]
Some modules in the beta
folder require extra dependencies. To install these, run:
$ pip install nanome[beta]
Documentation
All documentation needed to use this package is available at Read The Docs
Building Docs
pip install sphinx sphinx_rtd_theme
cd doc
make html
# start server to serve html docs
cd build/html
python -m http.server 8000
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nanome-0.41.0.tar.gz
(7.9 MB
view hashes)
Built Distribution
Close
Hashes for nanome-0.41.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62116c2a313308fc885a00dc91f44ffa456599b973ed90a86c584bffdcb3593f |
|
MD5 | 18bedfbf2f9520d44b15ec6330f1fa2b |
|
BLAKE2b-256 | 7ddb7f3d1d7199ca31f3613b9bbf3d6dcf1fe61696b19b37158b75a4d55f28a1 |