Metadata-Version: 1.1
Name: ipynb2viewer
Version: 0.1.0
Summary: Post IPython notebook files to nbviewer. IPython notebook content will be posted to gist.github.com.
Home-page: https://github.com/kracekumar/ipynb2viewer
Author: kracekumar
Author-email: me@kracekumar.com
License: BSD
Description: ##ipynb2viewer
        
        
        Post IPython notebook files to nbviewer. IPython notebook content will be posted to gist.github.com.
        
        Install
        -----
        - `pip install ipynb2viewer`
        
        Usage
        -----
        Upload all ipynb files in the given path to gist.github.com and return nbviewer urls.
        
        - `ipynb2viewer all <path>`
        
        Upload mentioned file to gist.github.com and return nbviewer url.
        
        - `ipynb2viewer file <filename>`
        
        Upload mentioned file to gist.github.com and open nbviewer url in webbrowser.
        
        - `ipynb2viewer file <filename> --open`
        
        Upload all ipynb files in the given path to gist.github.com and open nbviewer urls in webbrowser.
        
        - `ipynb2viewer all <path> --open`
        
        - Free software: BSD license
        
        
        
        
        History
        -------
        
        0.1.0 (2013-12-22)
        ++++++++++++++++++
        
        * First release on PyPI.
Keywords: ipynb2viewer,ipython
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
