Metadata-Version: 1.0
Name: baraag
Version: 0.2
Summary: Markdown preview server work with Evernote in Mac
Home-page: https://github.com/orangain/baraag
Author: orangain
Author-email: orangain@gmail.com
License: MIT
Description: 
        Baraag
        ======
        
        Baraag is a small server to preview Markdown-formatted note in Evernote
        with browser.
        
        Installation
        ------------
        
        ::
        
            $ pip install baraag
        
        Baraag is tested with Python 2.7 on Mac OS X 10.7+ (Lion and Mountain
        Lion).
        
        Usage
        -----
        
        ::
        
            $ baraag
        
        Then, write and save a note in Markdown with Evernote app. You will see
        a formatted note in your browser. The preview is automatically reloaded
        when you save a note.
        
        Dependency
        ----------
        
        I appreciate these libraries:
        
        -  `moo <https://github.com/metaphysiks/moo>`__
        -  `macfsevents <https://github.com/malthe/macfsevents>`__
        -  `docopt <https://github.com/docopt/docopt>`__
        
Keywords: evernote,markdown,preview
Platform: Mac OS X
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
