Metadata-Version: 1.1
Name: bookmarkd
Version: 0.1
Summary: Convert between IPython notebooks and markdown
Home-page: UNKNOWN
Author: Ryan S. Brown
Author-email: sb@ryansb.com
License: AGPLv3
Description: # bookmarkd
        
        A tool to convert IPython Notebooks to markdown and back.
        
            ## markdown -> notebook
            $ bookmarkd convert foo.md foo.ipynb
            ## notebook -> markdown, not done yet
            $ bookmarkd convert foo.ipynb foo.md
        
            # receive markdown via stdin
            $ bookmarkd convert - foo.ipynb
            # output notebook on stdout
            $ bookmarkd convert foo.md -
        
        The conversion process isn't lossless. For example, the notebook cell numbers
        and stored results aren't preserved.
        
        # License
        
        Bookmarkd is made available under the GNU Affero General Public License, see
        LICENSE.txt for details.
        
        
Keywords: markdown
ipython
convert
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
