Metadata-Version: 1.1
Name: pyramid_iniherit
Version: 0.1.0
Summary: UNKNOWN
Home-page: http://github.com/cadithealth/pyramid_iniherit
Author: Philip J Grabner, Cadit Health Inc
Author-email: oss@cadit.com
License: MIT (http://opensource.org/licenses/MIT)
Description: ================================
        INI File Inheritance for Pyramid
        ================================
        
        The `pyramid-iniherit` package enables pyramid configuration INI file
        inheritance via the "iniherit" package. See iniherit_ for
        documentation on how to use INI file inheritance.
        
        Installation
        ============
        
        .. code-block:: shell
        
          $ pip install pyramid-iniherit
        
        
        Usage
        =====
        
        To be able to use ``%inherit``-enabled INI files, do the following:
        
        * Use ``i-pserve`` instead of ``pserve`` (same goes for pshell,
          proutes, pviews, ptweens, and prequest).
        
        * Add this line **before** you import any pyramid, paster, or other
          server application module (such as in your WSGI loader):
        
          .. code-block:: python
        
            # add support for inherited INI files
            import pyramid_iniherit.install
        
        
        That's it!
        
        
        .. _iniherit: https://github.com/cadithealth/iniherit
        
Keywords: pyramid configuration INI inheritance
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Public Domain
