Metadata-Version: 1.1
Name: exitnaver
Version: 0.2.2
Summary: Exports your Naver blog in Markdown format.
Home-page: https://github.com/limeburst/exitnaver
Author: Jihyeok Seo
Author-email: me@limeburst.net
License: GPL
Description: exitnaver
        =========
        
        exitnaver exports your Naver blog in Markdown format.
        
        Installation
        ------------
        
        It is available on PyPI__, so you can install it using ``pip``.
        
        .. code-block:: console
        
            $ pip install exitnaver
        
        __ https://pypi.python.org/pypi/exitnaver
        
        Usage
        -----
        
        .. code-block:: console
        
            $ exitnaver username
        
        Changelog
        ---------
        
        Logging changes between PyPI exitnaver releases.
        
        Version 0.2.2
        `````````````
        
        Bugfix release. Fixed encoding issue in Windows, thanks to @lqez!
        
        Released on July 11, 2015.
        
        Version 0.2.1
        `````````````
        
        Bugfix release. Thanks to @lqez! Released on July 10, 2015.
        
        Version 0.2
        ```````````
        
        Output optimization and a number of bug fixes.
        
        Version 0.1
        ```````````
        
        Initial public release.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
