Metadata-Version: 1.1
Name: bea
Version: 0.2.1
Summary: Blogger Export Analyzer
Home-page: http://s.yjl.im/bea
Author: Yu-Jie Lin
Author-email: livibetter@gmail.com
License: MIT
Description: =======================
        Blogger Export Analyzer
        =======================
        
        Blogger Export Analyzer (BEA) is a simple analyzer for Blogger Export XML file. BEA is intended to be used for generating one long page of analysis.
        
        
        Usage
        =====
        
        Go to Blogger blog's dashboard, *Settings* » *Other* » *Blog tools*, click on *Export blog* to download an export XML file, then run:
        
        .. code:: sh
        
          bea.py [options] blog-MM-DD-YYYY.xml
        
        
        Options
        =======
        
        ``-d``, ``--dump``
        ------------------
        
        Dump cache content into a file in prettyprint format.
        
        ``--pubdate d1 d2``
        -------------------
        
        ``pubdate`` allows you to filter on published dates of posts, pages, and comments. The date format is::
        
          %Y-%m-%dT%H:%M:%S%z
        
        A sample date string is like ``2012-01-01T00:00:00-0800``.
        
        You can use empty string ``''`` to indicate infinite endpoint.
        
        
        Sample output
        =============
        
        You can see the `sample output`_.
        
        .. _sample output: https://bitbucket.org/livibetter/bea/wiki/Sample%20output
        
        
        More information
        ================
        
        * Source_
        * PyPI_
        
        .. _Source: https://bitbucket.org/livibetter/bea
        .. _PyPI: https://pypi.python.org/pypi/bea
        
        
        License
        =======
        
        ::
        
          Copyright (c) 2012-2013 Yu-Jie Lin
          This program is licensed under the MIT License, see COPYING
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Text Processing
