Metadata-Version: 1.1
Name: yuuno
Version: 0.0.4
Summary: Glue for jupyter and vapoursynth
Home-page: https://github.com/stuxcrystal/yuuno
Author: StuxCrystal
Author-email: stuxcrystal@encode.moe
License: MIT
Description: Yuuno
        =====
        
        Yuuno allows the Jupyther Kernel to show frames from VapourSynth VideoNodes.
        
        ## Installation
        
        ### Installation for Windows users
        Insert your python version where appropriate
        
            C:\> py -3.5 -m pip install .
            C:\> py -3.5 -m jupyter nbextension enable --py --sys-prefix widgetsnbextension
        
        ### Installation for other operating systems
        Make sure python-pip is installed on your system. Make sure that pip
        is installing requirements for the correct python interpreter.
        
            $ pip install .
            $ jupyter nbextension enable --py --sys-prefix widgetsnbextension
        
        
        ## Running jupyter
            
        ### Running for Windows users
        Insert your python version where appropriate
        
            C:\> py -3.5 -m jupyter notebook
        
        Follow the instructions given in the log.
        
        ### Running for other operating Systems
        Just run:
            
            $ jupyter notebook
        
Keywords: vapoursynth frameserver jupyter ipython
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Web Environment
Classifier: Topic :: Utilities
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Conversion
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Framework :: IPython
