{ "info": { "author": "lamdoanduc", "author_email": "duclamsp@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "GAME_OF_LIFE\nThis is course project for Advanced Scientific Programming in Python - Uppsala University\n\nThe python scripts for the game is under game_of_life/__init__.py\n\nThe game_of_life package is on the PYPI page: https://pypi.org/project/gameoflife-lam/\n\nTo install the package: >>>pip install gameoflife-lam\n\nTo run the game in python: \n >>>import game_of_life\n >>>game_of_life.run()\n \nUser can choose the grid size, number of genarations, and the initial pattern (a cross-shaped pattern or a random pattern)", "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/lamdoanduc/game-of-life", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "gameoflife-test", "package_url": "https://pypi.org/project/gameoflife-test/", "platform": "", "project_url": "https://pypi.org/project/gameoflife-test/", "project_urls": { "Homepage": "https://github.com/lamdoanduc/game-of-life" }, "release_url": "https://pypi.org/project/gameoflife-test/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "An example package of lamdoanduc", "version": "0.0.1" }, "last_serial": 5590834, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f40fb34e397fb2288712c4ff1d02f9ae", "sha256": "ed3a9740bf23f50ff4303b943800a0cee97250dbcae352a9b9c066d4a40f0ab1" }, "downloads": -1, "filename": "gameoflife-test-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f40fb34e397fb2288712c4ff1d02f9ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1277, "upload_time": "2019-07-26T21:21:12", "url": "https://files.pythonhosted.org/packages/82/5b/4261b6d7eb51337e0a5d6517354571ff4af81dafe006aa36fe1541ace1e0/gameoflife-test-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f40fb34e397fb2288712c4ff1d02f9ae", "sha256": "ed3a9740bf23f50ff4303b943800a0cee97250dbcae352a9b9c066d4a40f0ab1" }, "downloads": -1, "filename": "gameoflife-test-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f40fb34e397fb2288712c4ff1d02f9ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1277, "upload_time": "2019-07-26T21:21:12", "url": "https://files.pythonhosted.org/packages/82/5b/4261b6d7eb51337e0a5d6517354571ff4af81dafe006aa36fe1541ace1e0/gameoflife-test-0.0.1.tar.gz" } ] }