Metadata-Version: 1.1
Name: rst2marsedit
Version: 1.3
Summary: Convert rst input to HTML suitable for use with MarsEdit
Home-page: http://www.doughellmann.com/projects/rst2marsedit/
Author: Doug Hellmann
Author-email: doug.hellmann@gmail.com
License: UNKNOWN
Download-URL: http://www.doughellmann.com/downloads/rst2marsedit-1.3.tar.gz
Description: ==============
         rst2marsedit
        ==============
        
        rst2marsedit is a Python script for converting reStructuredText_ input
        to HTML that can be used with the MarsEdit_ blogging tool.
        
        Usage
        =====
        
        ::
        
            Usage: rst2marsedit <infile>
        
        Options:
        
          -h, --help            show this help message and exit
          -b BLOG, --blog=BLOG  The blog name
          -t TAGS, --tag=TAGS   Tag names
        
        For example::
        
          $ rst2marsedit -t board -b 'Python Software Foundation' 2010-05-10/sprints.rst
        
        produced the post at http://pyfound.blogspot.com/2010/06/psf-sponsored-sprints.html
        
        Installation
        ============
        
        ::
        
            $ pip install rst2marsedit
        
        
        Release History
        ===============
        
        1.2
        
         - Change implementation to make the script work with versions of
           Python that don't support "with".
        
        1.1
        
         - Fix Unicode handling in the AppleScript used to communicate with MarsEdit.
        
        1.0
        
         - First public release.
        
        
        .. _reStructuredText: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html
        
        .. _MarsEdit: http://www.red-sweater.com/marsedit/
        
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Console
Classifier: Topic :: Documentation
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires: distribute
Requires: pyquery (>=1.1.1)
Requires: docutils (>=0.6)
Provides: rst2marsedit
