Metadata-Version: 1.0
Name: blogtool
Version: 1.1.0
Summary: A command line 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.0.tar.gz
Description: 
        This is a blog 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.
        
        .. _usage documentation: http://pythonhosted.org/blogtool/usage.html
        .. _documentation: http://pythonhosted.org/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
