Metadata-Version: 1.1
Name: z3c.datagenerator
Version: 2.0.0
Summary: Datagenerator for Testing and Sample Data
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 a useful set of data generators that can be used in a
        wide variety of applications, like testing and sample data generation.
        
        Those generators are extensions to the ones provided in ``z3c.sampledata``.
        
        See ``src/z3c/datagenerator/README.txt`` for usage documentation.
        
        
        =======
        CHANGES
        =======
        
        2.0.0 (2013-02-06)
        ------------------
        
        - Feature: Support for Python 3.
        
        - Bug: Make sure that all files are closed properly.
        
        
        1.0.0 (2013-02-06)
        ------------------
        
        - Feature: Added tests for all data generators.
        
        - Feature: Added an ID data generator that can generate all sorts of IDs that
          could occur in systems.
        
        - Feature: To properly support Windows, ``consistent_hash()`` returns an
          integer.
        
        - Bug: The IPv4 generator ignored the seed making the generator "unstable".
        
        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: data generator sampledata
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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 :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
