Metadata-Version: 1.1
Name: higlass-python
Version: 0.1.0
Summary: Python bindings for the HiGlass viewer
Home-page: https://github.com/higlass/higlass-python
Author: Peter Kerpedjiev
Author-email: pkerpedjiev@gmail.com
License: MIT
Description-Content-Type: text/markdown
Description: # higlass-python #
        
        Python bindings to the HiGlass viewer.
        
        ### For development ###
        
        * Install the package in _editable_ mode. (The module will be imported from the development directory, rather than copied to `site-packages`).
        
        ```bash
        $ pip install -e .
        ```
        
        * Build and enable the Jupyter Notebook Extension. (With the `--symlink` option, the assets in `higlass/static` are linked to the extension registry rather than copied.)
        
        ```bash
        $ python setup.py jsdeps
        $ jupyter nbextension enable --py --sys-prefix widgetsnbextension
        $ jupyter nbextension install --py --symlink --sys-prefix higlass
        $ jupyter nbextension enable --py --sys-prefix higlass
        ```
        
        * Uninstall the Jupyter Notebook Extension
        
        ```bash
        $ jupyter nbextension uninstall --py --sys-prefix higlass
        ```
        
        * Experimental: install the Jupyter Lab Extension
        
        ```bash
        $ cd js && jupyter labextension link .
        ```
        
Keywords: higlass
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Multimedia :: Graphics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
