Metadata-Version: 1.1
Name: brilview
Version: 0.0.4
Summary: bril data viewer
Home-page: https://github.com/jonasdaugalas/brilview
Author: Jonas Daugalas,Zhen Xie
Author-email: UNKNOWN
License: MIT
Download-URL: https://github.com/jonasdaugalas/brilws/tarball/0.0.4
Description: # BRIL data inspector with web GUI
        
        ## Setup
        
        1. build source distribution
           ```
           python setup.py sdist
           ```
           or 
           ```
           python setup.py sdist upload
           ```
        2. installation
        
           locally
           
            ```
            python setup.py install
            ```
           
           or from pip repository
           
            ```
            pip install brilview
            ```
            
        3. deployment 
        
Platform: UNKNOWN
