Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
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.1.1 (2014-04-07)
------------------
- Bug: FileDataGenerator used the full filename to generate the random seed.
That is definitely going to break consistency/tests on someone else's system.
2.1.0 (2013-03-15)
------------------
- Switched code base to use ``random2``, so that Python 2 and 3 have the same
output. No need for running different test files now.
- Simplified and unified test setup.
2.0.1 (2013-02-12)
------------------
- Updated manifest to include buildout and tox configuration files.
- Updated Trove classifiers.
- Renamed text files from *.txt to *.rst,s o Github renders them nicely.
2.0.0 (2013-02-06)
------------------
- Feature: Support for Python 3.
- Bug: Make sure that all files are closed properly.
- Bug: When generating a username, make sure it does not include any special
characters passed through by the first or lastname, for example "O'Dorothy".
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
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.1.1 (2014-04-07)
------------------
- Bug: FileDataGenerator used the full filename to generate the random seed.
That is definitely going to break consistency/tests on someone else's system.
2.1.0 (2013-03-15)
------------------
- Switched code base to use ``random2``, so that Python 2 and 3 have the same
output. No need for running different test files now.
- Simplified and unified test setup.
2.0.1 (2013-02-12)
------------------
- Updated manifest to include buildout and tox configuration files.
- Updated Trove classifiers.
- Renamed text files from *.txt to *.rst,s o Github renders them nicely.
2.0.0 (2013-02-06)
------------------
- Feature: Support for Python 3.
- Bug: Make sure that all files are closed properly.
- Bug: When generating a username, make sure it does not include any special
characters passed through by the first or lastname, for example "O'Dorothy".
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
Release files for z3c.datagenerator 2.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| z3c.datagenerator-2.1.1.zip | 66.5 kB | Details |
Release files / z3c.datagenerator-2.1.1.zip
| Download URL | z3c.datagenerator-2.1.1.zip |
|---|---|
| Size | 66.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c7f387f73e0dedde12fb5cf417526475bf40c86b69f674cabf4c78e7ba17e711
|
|
BLAKE2b-256 checksum How to use checksums |
8d43f13cabebd36609967a1d02fadcaeda6d93c17027842089ab27bc6f5de746
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |