Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nanome

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanome

Python API for Nanome Plugins

  • 0.42.0
  • PyPI
  • Socket score

Maintainers
1

Nanome

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

gif-1

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc