{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# Yet Another Conway's Game of Life\n\n[![Build Status](https://travis-ci.org/mschwager/yacgol.svg?branch=master)](https://travis-ci.org/mschwager/yacgol)\n[![Coverage Status](https://coveralls.io/repos/github/mschwager/yacgol/badge.svg?branch=master)](https://coveralls.io/github/mschwager/yacgol?branch=master)\n\n`yacgol` is a pure Python implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway's_Game_of_Life) using [Tkinter](https://docs.python.org/3/library/tkinter.html).\n\n![Demo](https://raw.githubusercontent.com/mschwager/yacgol/master/yacgol.gif)\n\n> The game is a zero-player game, meaning that its evolution is determined\n> by its initial state, requiring no further input. One interacts with the\n> Game of Life by creating an initial configuration and observing how it\n> evolves, or, for advanced players, by creating patterns with particular\n> properties.\n>\n> At each step in time, the following transitions occur:\n>\n> 1. Any live cell with fewer than two live neighbors dies, as if by under population.\n> 2. Any live cell with two or three live neighbors lives on to the next generation.\n> 3. Any live cell with more than three live neighbors dies, as if by overpopulation.\n> 4. Any dead cell with exactly three live neighbors becomes a live cell, as if by reproduction.\n>\n> - Conway's Game of Life Wikipedia page\n\n\n# Installing\n\n```\n$ pip install yacgol\n$ yacgol -h\n```\n\n# Using\n\nMost interactions with `yacgol` will take place within the Tkinter UI. So\nfire up `yacgol` and check it out!\n\n# Developing\n\nFirst, install development packages:\n\n```\n$ pip install -r requirements-dev.txt\n```\n\n## Testing\n\n```\n$ nose2\n```\n\n## Linting\n\n```\n$ flake8\n```\n\n## Coverage\n\n```\n$ nose2 --with-coverage\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mschwager/yacgol", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "yacgol", "package_url": "https://pypi.org/project/yacgol/", "platform": "", "project_url": "https://pypi.org/project/yacgol/", "project_urls": { "Homepage": "https://github.com/mschwager/yacgol" }, "release_url": "https://pypi.org/project/yacgol/0.5.0/", "requires_dist": null, "requires_python": ">=3.0", "summary": "A pure Python implementation of Conway's Game of Life using Tkinter.", "version": "0.5.0" }, "last_serial": 4067737, "releases": { "0.5.0": [ { "comment_text": "", "digests": { "md5": "bee803fe67a06423ef87d96252c9f32c", "sha256": "457352cec1c2e60c00c9ea457630ef2866b8ec0df6d433fb0052114907204690" }, "downloads": -1, "filename": "yacgol-0.5.0-py3-none-any.whl", "has_sig": true, "md5_digest": "bee803fe67a06423ef87d96252c9f32c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.0", "size": 3800, "upload_time": "2018-07-17T01:35:58", "url": "https://files.pythonhosted.org/packages/af/d0/d7626d355cfe7f1f29fa86e5eca3e5fee2494dbcd759a8d3fedb9b0c48ae/yacgol-0.5.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bee803fe67a06423ef87d96252c9f32c", "sha256": "457352cec1c2e60c00c9ea457630ef2866b8ec0df6d433fb0052114907204690" }, "downloads": -1, "filename": "yacgol-0.5.0-py3-none-any.whl", "has_sig": true, "md5_digest": "bee803fe67a06423ef87d96252c9f32c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.0", "size": 3800, "upload_time": "2018-07-17T01:35:58", "url": "https://files.pythonhosted.org/packages/af/d0/d7626d355cfe7f1f29fa86e5eca3e5fee2494dbcd759a8d3fedb9b0c48ae/yacgol-0.5.0-py3-none-any.whl" } ] }