Metadata-Version: 1.0
Name: sphinxcontrib-spam
Version: 0.4.2
Summary: output spam! spam! spam!
Home-page: https://github.com/jptomo/sphinxcontrib-spam
Author: Tomohiro Nakamura
Author-email: quickness.net at gmall.com
License: New BSD
Description: ==================
        sphinxcontrib-spam
        ==================
        
        .. image:: https://secure.travis-ci.org/jptomo/sphinxcontrib-spam.png?branch=master
           :target: http://travis-ci.org/#!/jptomo/sphinxcontrib-spam
        
        Features
        ========
        This package contains the spam Sphinx extension.
        This extension enable you to eat SPAM.
        
        This module is under development for a while.
        
        Set up
        ======
        Make environment with easy_install::
        
            $ easy_install sphinxcontrib-spam
        
        Convert Usage
        =============
        setup conf.py with::
        
           extensions = ['sphinxcontrib.spam']
        
        if you use the spam role::
        
           :spam:`hoge`
        
        and run::
        
           $ make html
        
        Requirement
        ===========
        - Python 2.5 or later (not support 3.x)
        - Sphinx 1.0.x or later.
        
        License
        =======
        Licensed under the `New BSD License <http://www.freebsd.org/copyright/freebsd-license.html>`_ .
        See the LICENSE file for specific terms.
        
        AUTHOR
        ======
        
        Create and Packaging
        --------------------
        - Tomohiro Nakamura <quickness.net@gmail.com>
        
        History
        =======
        
        0.4.2 (May 28, 2012)
        --------------------
        - modify LICENSE
        
        0.4.1 (May 27, 2012)
        --------------------
        - modify long_description
        
        0.4 (May 27, 2012)
        ------------------
        - create spam role.
        
        
        \-0.3
        -----------
        - garden releases
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
