Metadata-Version: 1.0
Name: z3c.datagenerator
Version: 0.0.3
Summary: Datagenerator for z3c.sampledata
Home-page: http://cheeseshop.python.org/pypi/z3c.datagenerator
Author: Stephan Richter and the Zope Community
Author-email: zope3-dev@zope.org
License: ZPL 2.1
Description: This package provides additional data generators like used in the z3c.sampledata
        package.
        
        
        =======
        CHANGES
        =======
        
        0.0.3 (2008-12-03)
        ------------------
        
        - Refined the seed generation further: zlib.crc32() in 32 bit Python can
        generate negative hashes, while 64 bit Python does not.  Enforced
        positive hashes.
        
        - Began a test suite.
        
        
        0.0.2 (2008-12-02)
        ------------------
        
        - Use the crc32 function to hash random seeds so that the
        same random sequences are generated on both 32 bit and 64 bit
        builds of Python.
        
        
        0.0.1 (2008-02-14)
        ------------------
        
        - Initial Release
        
Keywords: zope3 z3c data generator sampledata
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
