Metadata-Version: 2.1
Name: nanohubtools
Version: 0.1.4
Summary: A set of tools to run nanoHubtools
Home-page: https://github.com/denphi/nanohubtools
Author: Project Jupyter contributor
Author-email: denphi@denphi.com
License: BSD
Description: # Nanohubtools
        
        A set of tools to run on nanohub
        
        ## Installation
        
        ```bash
        pip install nanohubtools
        ```
        
        ## Usage
        
        
        ```python
        import nanohubtools as nt
        auth_data = {
            'client_id': XXXXXXXX,
            'client_secret': XXXXXXXX,
            'grant_type': 'password',
            'username': XXXXXXXX,
            'password': XXXXXXXX
        }
        nt.Qdotexplorer(auth_data, parameters={'Number of States'}, mode='split-right')
        
        
        ```
Keywords: Jupyter,Widgets,IPython
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Jupyter
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: examples
