Metadata-Version: 1.0
Name: blogtool
Version: 1.1.2
Summary: A command-line, XMLRPC based blog client
Home-page: https://github.com/lama7/blogtool
Author: Gerry LaMontagne
Author-email: gjlama94 [at] gmail [dot] com
License: MIT
Download-URL: https://pypi.python.org/packages/source/b/blogtool/blogtool-1.1.2.tar.gz
Description: 
        This is an XMLRPC client for Wordpress blogs.  It is command-line, rather than
        GUI, based and reads markdown_ formatted text files to post to a web log.  The
        text files must also be formatted with a header, see the `usage documentation`_
        for details.
        
        In addition to support for posting, a number of blog related administrative
        actions are supported like commenting, comment editting and moderation, post
        deletion and so forth.  See the documentation_ for a full description.
        
        The source for ``blogtool`` lives here_.
        
        .. _markdown: http://daringfireball.net/projects/markdown/
        .. _usage documentation: http://pythonhosted.org/blogtool/usage.html
        .. _documentation: http://pythonhosted.org/blogtool/
        .. _here: https://github.com/lama7/blogtool
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
