Metadata-Version: 1.0
Name: FakeZopeInterface
Version: 1.0.2
Summary: A set of tools to build and import fake interface classes.  Usable when a Zope interface is missing from old or broken code
Home-page: http://www.nidelven-it.no/d
Author: Morten W. Petersen
Author-email: info@nidelven-it.no
License: GPL
Description: A set of tools that will fake missing Zope interface classes..  This
        thing writes to the filesystem, so beware.
        
        It creates a directory called FakedZopeInterfaces within the temporary
        folder of the system, adds it to the system path and creates
        importable modules and interface definitions.
        
        1.0.2 (2012-02-20)
        
              Updated readme, somehow the write to egg directory code went
              missing.  Writing to temporary directory is the best idea.
        
        1.0.1 (2012-02-17)
        
        	Updated readme.
        
        1.0:
        
        	Initial release.
        
Keywords: python zope interfaces
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Zope2
Classifier: Framework :: ZODB
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Database
Classifier: Topic :: Utilities
