Metadata-Version: 1.0
Name: wildcard.recipe.insertinto
Version: 1.0a1
Summary: allow you to insert text into files
Home-page: UNKNOWN
Author: Nathan Van Gheem
Author-email: nathan.vangheem@wildcardcorp.com
License: ZPL
Description: Introduction
        ============
        
        The package is meant to be used to insert text into files via buildout.
        
        Example usage
        -------------
        
        Insert text::
        
          [insertinto]
          recipe = wildcard.recipe.insertinto
          example = ${buildout:directory}/file.conf insert-before "foo" "bar"
          example2 = ${buildout:directory}/file.conf insert-after "foo" "bar"
        
        
        1.0a1 (2012-05-16)
        ------------------
        
        - initial release
          [vangheem]
        
Keywords: buildout insert file
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Zope Public License
