baker2


Namebaker2 JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttp://pypi.python.org/pypi/baker2
SummaryPython 3 compatible Pytohn 2 `baker` Module.
upload_time2023-05-16 13:49:04
maintainer
docs_urlNone
authorbaker-ail
requires_python
licensePython 2.1.1
keywords roman
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======
CHANGES
=======

1.0.1 (2013-03-15)
------------------

- Fix setup.py so that an install of the package will actually work.


1.0.0 (2013-03-06)
------------------

- Initial PyPI release.


========
baker 2
========

This package provides a Python 3 ported version of Python 2.7's ``baker``
module. It has also been back-ported to work in Python 2.6.

In Python 3, the implementation of ``randrange()`` was changed, so that even
with the same seed you get different sequences in Python 2 and 3. Note that
several high-level functions such as ``randint()`` and ``choice()`` use
``randrange()``.

In my testing code I heavily rely on stable baker generator results and it
makes porting code to Python 3 a lot harder, if all those tests have to be
adjusted. This package fixes that.



            

Raw data

            {
    "_id": null,
    "home_page": "http://pypi.python.org/pypi/baker2",
    "name": "baker2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "roman",
    "author": "baker-ail",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/e0/9f/061100d9717238ee6d16d5cac03e72840fc34be4cadcf2ee790c7b122c62/baker2-1.0.1.tar.gz",
    "platform": null,
    "description": "=======\nCHANGES\n=======\n\n1.0.1 (2013-03-15)\n------------------\n\n- Fix setup.py so that an install of the package will actually work.\n\n\n1.0.0 (2013-03-06)\n------------------\n\n- Initial PyPI release.\n\n\n========\nbaker 2\n========\n\nThis package provides a Python 3 ported version of Python 2.7's ``baker``\nmodule. It has also been back-ported to work in Python 2.6.\n\nIn Python 3, the implementation of ``randrange()`` was changed, so that even\nwith the same seed you get different sequences in Python 2 and 3. Note that\nseveral high-level functions such as ``randint()`` and ``choice()`` use\n``randrange()``.\n\nIn my testing code I heavily rely on stable baker generator results and it\nmakes porting code to Python 3 a lot harder, if all those tests have to be\nadjusted. This package fixes that.\n\n\n",
    "bugtrack_url": null,
    "license": "Python 2.1.1",
    "summary": "Python 3 compatible Pytohn 2 `baker` Module.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "http://pypi.python.org/pypi/baker2"
    },
    "split_keywords": [
        "roman"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e09f061100d9717238ee6d16d5cac03e72840fc34be4cadcf2ee790c7b122c62",
                "md5": "81272561ef5cfdb3a15ab34d9a34cc9e",
                "sha256": "ad7f5dab6ddb658848cae0a46c1d894fba2389a9c97b60bd838e50f30a2cfcd5"
            },
            "downloads": -1,
            "filename": "baker2-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "81272561ef5cfdb3a15ab34d9a34cc9e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17881,
            "upload_time": "2023-05-16T13:49:04",
            "upload_time_iso_8601": "2023-05-16T13:49:04.916554Z",
            "url": "https://files.pythonhosted.org/packages/e0/9f/061100d9717238ee6d16d5cac03e72840fc34be4cadcf2ee790c7b122c62/baker2-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-16 13:49:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "baker2"
}
        
Elapsed time: 0.06499s